[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] Revert "reproducible OpenWrt: add debug output to find out why the numbers are wrong"

Holger Levsen gitlab at salsa.debian.org
Sun Oct 21 12:09:49 BST 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
b0713011 by Holger Levsen at 2018-10-21T11:09:25Z
Revert "reproducible OpenWrt: add debug output to find out why the numbers are wrong"

This reverts commit d2b5687736de5a27cb382d6906bc48def1ac8430.

- - - - -


1 changed file:

- bin/reproducible_openwrt.sh


Changes:

=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -529,7 +529,6 @@ for target in * ; do
 		echo "       <table><tr><th>Images for <code>$target/$subtarget</code></th></tr>" >> "$DBD_HTML"
 		for image in $(printf "%s\n%s" "$IMGS1" "$IMGS2" | sort -u ) ; do
 			let ALL_IMAGES+=1
-			echo "DEBUG - found an image, ALL_IMAGES=$ALL_IMAGES"
 			if [ ! -f "$RESULTSDIR/b1/targets/$target/$subtarget/$image" ] || [ ! -f "$RESULTSDIR/b2/targets/$target/$subtarget/$image" ] ; then
 				echo "         <tr><td><img src=\"/userContent/static/weather-storm.png\" alt=\"ftbfs icon\" /> $image (${SIZE}) failed to build.</td></tr>" >> "$DBD_HTML"
 				rm -f "$BASE/openwrt/dbd/targets/$target/$subtarget/$image.html" # cleanup from previous (unreproducible) tests - if needed
@@ -551,7 +550,6 @@ for target in * ; do
 				SHASUM=$(sha256sum "$image" |cut -d " " -f1)
 				echo "         <tr><td><img src=\"/userContent/static/weather-clear.png\" alt=\"reproducible icon\" /> $image ($SHASUM, $SIZE) is reproducible.</td></tr>" >> "$DBD_HTML"
 				let GOOD_IMAGES+=1
-				echo "DEBUG - found a good image, GOOD_IMAGES=$GOOD_IMAGES"
 				rm -f "$BASE/openwrt/dbd/targets/$target/$subtarget/$image.html" # cleanup from previous (unreproducible) tests - if needed
 			fi
 		done
@@ -580,7 +578,6 @@ for i in * ; do
 
 	for j in $(printf "%s\n%s" "$PKGS1" "$PKGS2" | sort -u ) ; do
 		let ALL_PACKAGES+=1
-		echo "DEBUG - found an package, ALL_PACKAGES=$ALL_PACKAGES"
 		if [ ! -f "$RESULTSDIR/b1/$i/$j" ] || [ ! -f "$RESULTSDIR/b2/$i/$j" ] ; then
 			echo "         <tr><td><img src=\"/userContent/static/weather-storm.png\" alt=\"ftbfs icon\" /> $j (${SIZE}) failed to build.</td></tr>" >> "$DBD_BAD_PKGS_HTML"
 			rm -f "$BASE/openwrt/dbd/$i/$j.html" # cleanup from previous (unreproducible) tests - if needed
@@ -601,7 +598,6 @@ for i in * ; do
 			SHASUM=$(sha256sum "$j" |cut -d " " -f1)
 			echo "         <tr><td><img src=\"/userContent/static/weather-clear.png\" alt=\"reproducible icon\" /> $j ($SHASUM, $SIZE) is reproducible.</td></tr>" >> "$DBD_GOOD_PKGS_HTML"
 			let GOOD_PACKAGES+=1
-			echo "DEBUG - found an package, GOOD_PACKAGES=$GOOD_PACKAGES"
 			rm -f "$BASE/openwrt/dbd/$i/$j.html" # cleanup from previous (unreproducible) tests - if needed
 		fi
 	done



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b071301163348b4a204ad813337d892c92b34c57

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/b071301163348b4a204ad813337d892c92b34c57
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20181021/e5cfd5bd/attachment-0001.html>


More information about the Qa-jenkins-scm mailing list