diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 19:28:41 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 19:28:41 +0100 |
commit | d4667a399108b360a63d9d4953039410dee553a5 (patch) | |
tree | 7dac2eff5e60af84e65ea1a0f41ee3070f8639a2 /job-cfg | |
parent | 5b9bbfbb4056ff7c075aabbef9ac8d566cb0b572 (diff) | |
download | jenkins.debian.net-d4667a399108b360a63d9d4953039410dee553a5.tar.xz |
reproducible: document that 'setup' means 'setup and update'
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/reproducible.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 53e9cac6..8f825565 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -211,12 +211,12 @@ my_shell: '/srv/jenkins/bin/reproducible_maintainance.sh' my_recipients: 'holger@layer-acht.org' - '{name}_setup_pbuilder_sid': - my_description: 'Setup pbuilder for reproducible builds of packages from sid as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' + my_description: 'Setup and update pbuilder for reproducible builds of packages from sid as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 0,4,8,12,16,20 * * *' my_shell: '/srv/jenkins/bin/reproducible_setup_pbuilder.sh sid' my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org' - '{name}_setup_pbuilder_experimental': - my_description: 'Setup pbuilder for reproducible builds of packages from experimental as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' + my_description: 'Setup and update pbuilder for reproducible builds of packages from experimental as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' my_timed: '23 0,4,8,12,16,20 * * *' my_shell: '/srv/jenkins/bin/reproducible_setup_pbuilder.sh experimental' my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org' |