summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-04-03 11:40:38 +0200
committerHolger Levsen <holger@layer-acht.org>2015-04-03 11:40:38 +0200
commit81d6bcd82c264dc370531e5dc024422cc7625e2f (patch)
tree3b7116b66336828d70573b88e1fe41217a48eb73 /bin
parenta0eef749e78fefa9eaa596d0a8d6da609fd2b46f (diff)
downloadjenkins.debian.net-81d6bcd82c264dc370531e5dc024422cc7625e2f.tar.xz
reproducible: dont exit on diff
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_create_meta_pkg_sets.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index 0223cc88..4e964e40 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