diff options
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 |