Browse Source
The REPOSITORY variable is used to set the main/base path for the (reprepro) repositories (defaulting to /srv/repository). This REPOSITORY setting could be defined via /etc/jenkins/debian_glue. Since we are sourcing /etc/jenkins/debian_glue in our scripts this overwrites a possibly existing environment variables named REPOSITORY, preventing us to overwrite the REPOSITORY setting on demand as needed as soon as REPOSITORY is configured in /etc/jenkins/debian_glue. To fix that behaviour we hereby rename the REPOSITORY variable to DEFAULT_REPOSITORY while being backwards compatible. If you have configured REPOSITORY via /etc/jenkins/debian_glue please rename it to DEFAULT_REPOSITORY instead. In an upcoming release we might drop backwards compatibility. Thanks: Jean Baptiste Favre for the bug reportkeep-around/8fe677820fae2a195e2dccace10b19edde8dc200

5 changed files with 93 additions and 7 deletions
Loading…
Reference in new issue