summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-08-30 18:33:56 +0200
committerHolger Levsen <holger@layer-acht.org>2015-08-30 18:33:56 +0200
commit2914d20299a7a57c60dd6841a80fee474f59be36 (patch)
treed6e98ff91e4b03dcdd06d754ae82b3032ff37ebb
parentf09422b5f602750b97ac615a9639210f98ad1b76 (diff)
downloadjenkins.debian.net-2914d20299a7a57c60dd6841a80fee474f59be36.tar.xz
reproducible: fix typo and prevent typo errors
-rwxr-xr-xbin/reproducible_build.sh3
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