From 2e449c4f408a26fd28839f8fce44a3ef4663aa5a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Oct 2014 14:35:30 +0200 Subject: reproducible: or yes --- bin/reproducible_build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 21172615..67a5b491 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -177,8 +177,8 @@ for SRCPACKAGE in ${PACKAGES} ; do GOOD="${SRCPACKAGE} ${GOOD}" else cleanup_userContent - cp b1/${BUILDINFO} /var/lib/jenkins/userContent/buildinfo/ - mv ./${LOGFILE} /var/lib/jenkins/userContent/dbd/ + cp b1/${BUILDINFO} /var/lib/jenkins/userContent/buildinfo/ || true + mv ./${LOGFILE} /var/lib/jenkins/userContent/dbd/ || true sqlite3 -init $INIT ${PACKAGES_DB} "REPLACE INTO source_packages VALUES (\"${SRCPACKAGE}\", \"${VERSION}\", \"unreproducible\", \"$DATE\")" set +x echo -n "Warning: ${SRCPACKAGE} failed to build reproducibly." -- cgit v1.2.3-70-g09d2