diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-02-27 17:23:46 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-02-27 17:23:46 +0100 |
commit | fe5bc7f6927d7aea4a5f2105be1b6f44a579e4c8 (patch) | |
tree | 8715af440410c9fd3834b26a428e03e48c344179 | |
parent | bed2d625561d8ab58625a4a79efc8f47de842da1 (diff) | |
download | jenkins.debian.net-fe5bc7f6927d7aea4a5f2105be1b6f44a579e4c8.tar.xz |
reproducible: new job: setup_pbuilder_experimental and rename the old one into setup_pbuilder_sid
-rwxr-xr-x | bin/reproducible_setup_pbuilder.sh | 3 | ||||
-rw-r--r-- | job-cfg/reproducible.yaml | 17 |
2 files changed, 14 insertions, 6 deletions
diff --git a/bin/reproducible_setup_pbuilder.sh b/bin/reproducible_setup_pbuilder.sh index f86d6e96..a061b2c0 100755 --- a/bin/reproducible_setup_pbuilder.sh +++ b/bin/reproducible_setup_pbuilder.sh @@ -105,5 +105,4 @@ setup_pbuilder() { echo } -# FIXME: base-reproducible should be renamed to include the suite -setup_pbuilder $SUITE base-reproducible dpkg dpkg-dev debhelper +setup_pbuilder $SUITE $SUITE-reproducible-base dpkg dpkg-dev debhelper diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index 72f774a3..1791d4ec 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -125,7 +125,11 @@ - job-template: defaults: reproducible - name: '{name}_setup_pbuilder' + name: '{name}_setup_pbuilder_sid' + +- job-template: + defaults: reproducible + name: '{name}_setup_pbuilder_experimental' - job-template: defaults: reproducible @@ -210,10 +214,15 @@ my_timed: '5 0,4,8,12,16,20 * * *' my_shell: '/srv/jenkins/bin/reproducible_maintainance.sh' my_recipients: 'holger@layer-acht.org' - - '{name}_setup_pbuilder': - my_description: 'Setup pbuilder for reproducible builds as described in https://wiki.debian.org/ReproducibleBuilds#Usage_example' + - '{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_timed: '23 0 * * *' + 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_timed: '23 0 * * *' - my_shell: '/srv/jenkins/bin/reproducible_setup_pbuilder.sh' + my_shell: '/srv/jenkins/bin/reproducible_setup_pbuilder.sh experimental' my_recipients: 'jenkins+debian-reproducible holger@layer-acht.org' - '{name}_setup_schroot_sid_debbindiff': my_description: 'Setup schroot for running debbindiff in a sid environment (this is needed to be able to correctly investigate haskell binaries...)' |