[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: blindly accept slightly bigger changes to pkg sets
Holger Levsen
holger at layer-acht.org
Sat Jun 11 08:10:11 UTC 2016
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 dccb2115dec6946eb4ff65fd140d9ae0c61223b3
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Jun 11 10:09:44 2016 +0200
reproducible debian: blindly accept slightly bigger changes to pkg sets
---
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 6df5487..7c374d7 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -74,7 +74,7 @@ update_if_similar() {
LENGTH=$(cat $TARGET | wc -w)
NEWLEN=$(cat $TMPFILE | wc -w)
PERCENT=$(echo "$LENGTH*100/$NEWLEN"|bc)
- if [ $PERCENT -gt 107 ] || [ $PERCENT -lt 93 ] ; then
+ if [ $PERCENT -gt 110 ] || [ $PERCENT -lt 90 ] ; then
mv $TMPFILE $TARGET.new
echo
echo "Warning: too much difference for $TARGET, aborting. Please investigate and update manually:"
--
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