[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: drop warning about maybe having hit #788568 as noone is following up on those anyway (and past events should be good enough to reproduce the issue)

Holger Levsen holger at moszumanska.debian.org
Tue Jul 28 09:07:30 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 6b868a6c43b4e5bfeee6473a5ea726805aa4fa67
Author: Holger Levsen <holger at layer-acht.org>
Date:   Tue Jul 28 11:06:37 2015 +0200

    reproducible: drop warning about maybe having hit #788568 as noone is following up on those anyway (and past events should be good enough to reproduce the issue)
---
 bin/reproducible_build.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 831b561..3941bfe 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -277,7 +277,6 @@ call_debbindiff_on_changes_files() {
 	fi
 	# TEMP is recognized by python's tempfile module to create temp stuff inside
 	local TEMP=$(mktemp --tmpdir=$TMPDIR -d dbd-tmp-XXXXXXX)
-	local OLD_DEBBINDIFF_TMP_COUNT=$(find "$TEMP" -maxdepth 1 -name tmp*debbindiff | wc -l)
 	DBDVERSION="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-debbindiff debbindiff -- --version 2>&1)"
 	echo "$(date) - $DBDVERSION will be used to compare the two builds:" | tee -a ${RBUILDLOG}
 	set +e
@@ -297,10 +296,6 @@ call_debbindiff_on_changes_files() {
 	cat $TMPLOG | tee -a $RBUILDLOG  # print dbd output
 	rm $TMPLOG
 	echo | tee -a ${RBUILDLOG}
-	NEW_DEBBINDIFF_TMP_COUNT=$(find "$TEMP" -maxdepth 1 -name tmp*debbindiff | wc -l)
-	if [ "$OLD_DEBBINDIFF_TMP_COUNT" != "$NEW_DEBBINDIFF_TMP_COUNT" ]; then
-		irc_message "debbindiff calls on $REPRODUCIBLE_URL/$SUITE/$ARCH/$SRCPACKAGE or ${BUILD_URL}console left cruft, please help investigate and fix 788568"
-	fi
 	case $RESULT in
 		0)
 			handle_reproducible

-- 
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