[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: dont exit on diff

Holger Levsen holger at moszumanska.debian.org
Fri Apr 3 09:45:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 81d6bcd82c264dc370531e5dc024422cc7625e2f
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Apr 3 11:40:38 2015 +0200

    reproducible: dont exit on diff
---
 bin/reproducible_create_meta_pkg_sets.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 0223cc8..4e964e4 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -54,7 +54,7 @@ update_if_similar() {
 				mv $TMPFILE $TARGET.new
 				echo
 				echo diff $TARGET $TARGET.new
-				diff $TARGET $TARGET.new
+				diff $TARGET $TARGET.new || true
 				echo
 				echo "Too much difference, aborting. Please investigate and update manually."
 				exit 1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list