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 /bin | |
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
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_setup_pbuilder.sh | 3 |
1 files changed, 1 insertions, 2 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 |