[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: mark odxu4c as offline
Holger Levsen
gitlab at salsa.debian.org
Fri Oct 19 13:54:15 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
4cd168a2 by Holger Levsen at 2018-10-19T12:42:49Z
reproducible Debian: mark odxu4c as offline
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
d2b56877 by Holger Levsen at 2018-10-19T12:53:49Z
reproducible OpenWrt: add debug output to find out why the numbers are wrong
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_openwrt.sh
- jenkins-home/offline_nodes
Changes:
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -529,6 +529,7 @@ 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
@@ -550,6 +551,7 @@ 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
@@ -574,6 +576,7 @@ 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
@@ -594,6 +597,7 @@ 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
=====================================
jenkins-home/offline_nodes
=====================================
@@ -4,4 +4,4 @@
jtk1b-armhf-rb.debian.net
ff64a-armhf-rb.debian.net
-
+odxu4c-armhf-rb.debian.net
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/559c9b27c5bc8f745a3e39bc5222a2a4b2a612be...d2b5687736de5a27cb382d6906bc48def1ac8430
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/559c9b27c5bc8f745a3e39bc5222a2a4b2a612be...d2b5687736de5a27cb382d6906bc48def1ac8430
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/20181019/38708538/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list