Add user defined parameters
Feature state
To change or remove a product, please use the icons next to its name.
Description
Allow generic parameter passing to the build environment so a project can be build differently.
Currently, parameters like project name, repository name, target architecture are passed down to the project environment.
Allow "user defined parameters to be passed down. In every project, it should be possible to have multiple "user defined paramters" per repository/arch.
Also, there should be a mechanism to pass these paramters down to the builders, e.g. rpm for .rpm packages and dpkg for .deb packages.
It would not be good programming style to misuse the repository name or target archtecture to control what is done, because this does not allow to rename a project or branch a package anymore.
Usecase
switch on/off if the testsuite is run in different levels of "completeness"
Discussion
No comments yet
Last change: 7 years ago