diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 14:35:30 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 14:35:30 +0200 |
commit | 2e449c4f408a26fd28839f8fce44a3ef4663aa5a (patch) | |
tree | 866bc0702780274047485e8263ad465646bfce54 | |
parent | 552464e17f26e561ae3d02b2f350170c7dffd7c1 (diff) | |
download | jenkins.debian.net-2e449c4f408a26fd28839f8fce44a3ef4663aa5a.tar.xz |
reproducible: or yes
-rwxr-xr-x | bin/reproducible_build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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." |