From c0e5dd8e0aa77033ef86e822b8f044b277f67c05 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 9 Oct 2014 12:45:28 +0200 Subject: reproducible: list existing files if apt-get cannot download --- bin/reproducible_build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 507072c4..0e5c1703 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -140,6 +140,7 @@ for SRCPACKAGE in ${PACKAGES} ; do apt-get source --download-only --only-source ${SRCPACKAGE} > ${RBUILDLOG} 2>&1 RESULT=$? if [ $RESULT != 0 ] ; then + ls -l ${SRCPACKAGE}* >> ${RBUILDLOG} SOURCELESS="${SOURCELESS} ${SRCPACKAGE}" sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO source_packages VALUES (\"${SRCPACKAGE}\", \"None\", \"404\", \"$DATE\")" set +x -- cgit v1.2.3-54-g00ecf