diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-08-30 18:33:56 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-30 18:33:56 +0200 |
commit | 2914d20299a7a57c60dd6841a80fee474f59be36 (patch) | |
tree | d6e98ff91e4b03dcdd06d754ae82b3032ff37ebb /bin | |
parent | f09422b5f602750b97ac615a9639210f98ad1b76 (diff) | |
download | jenkins.debian.net-2914d20299a7a57c60dd6841a80fee474f59be36.tar.xz |
reproducible: fix typo and prevent typo errors
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 8328084f..d81414f0 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -566,7 +566,8 @@ elif [ "$1" = "1" ] || [ "$1" = "2" ] ; then MODE="$1" SRCPACKAGE="$2" SUITE="$3" - get source_package + SAVE_ARTIFACTS=0 + get_source_package mkdir b$MODE if [ "$MODE" = "1" ] ; then first_build |