From afbda3f42fc9c5e22d9819085c9925ef0a2542ff Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 29 Sep 2014 10:12:39 +0200 Subject: reproducible: use --source-only for apt-get to make it ignore binary packages even more. apt-get is black magic sometimes. --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 06b37263..3755bf3b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -81,7 +81,7 @@ for SRCPACKAGE in $PACKAGES ; do DATE=$(date +'%Y-%m-%d %H:%M') VERSION=$(apt-cache showsrc ${SRCPACKAGE} | grep ^Version | cut -d " " -f2 | head -1) - apt-get source --download-only ${SRCPACKAGE}=${VERSION} + apt-get source --download-only --only-source ${SRCPACKAGE}=${VERSION} RESULT=$? if [ $RESULT != 0 ] ; then SOURCELESS="${SOURCELESS} ${SRCPACKAGE}" -- cgit v1.2.3-70-g09d2