From 904f5e34fbd3876b122b0842f74d332f4de5a287 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 21 Nov 2014 12:39:52 +0100 Subject: reproducible: use 'apt-get source ' instead of 'apt-get source ' because else downloading of 0ad* sources fails... --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 1761f9a2..835fd802 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -60,7 +60,7 @@ else echo "The jenkins build log is/was available at $BUILD_URL/console" | tee -a ${RBUILDLOG} # host has only sid in deb-src in sources.list set +e - apt-get source --download-only --only-source ${SRCPACKAGE} >> ${RBUILDLOG} 2>&1 + apt-get --download-only --only-source source ${SRCPACKAGE} >> ${RBUILDLOG} 2>&1 RESULT=$? if [ $RESULT != 0 ] ; then # sometimes apt-get cannot download a package for whatever reason. -- cgit v1.2.3-70-g09d2