[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible OpenWrt: improve wording
Holger Levsen
gitlab at salsa.debian.org
Mon Nov 12 15:24:26 GMT 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c53df061 by Holger Levsen at 2018-11-12T14:22:59Z
reproducible OpenWrt: improve wording
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
8da22b1e by Holger Levsen at 2018-11-12T15:24:12Z
reproducible: also add graphs for pb9 (and document what the non debian nodes are doing)
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_html_nodes_info.sh
- bin/reproducible_openwrt.sh
Changes:
=====================================
bin/reproducible_html_nodes_info.sh
=====================================
@@ -47,9 +47,14 @@ build_nodes_health_page() {
for NODE in $BUILD_NODES ; do
REPRODUCIBLE_NODES="$REPRODUCIBLE_NODES $NODE"
if [ "$NODE" = "profitbricks-build2-i386.debian.net" ] ; then
+ # pb3 r-b archlinux
+ # pb4 r-b archlinux
REPRODUCIBLE_NODES="$REPRODUCIBLE_NODES profitbricks-build3-amd64.debian.net profitbricks-build4-amd64.debian.net"
elif [ "$NODE" = "profitbricks-build6-i386.debian.net" ] ; then
- REPRODUCIBLE_NODES="$REPRODUCIBLE_NODES profitbricks-build7-amd64.debian.net profitbricks-build10-amd64.debian.net"
+ # pb7 r-b fdroid build host
+ # pb9 rebootstrap jobs
+ # pb10 chroot jobs
+ REPRODUCIBLE_NODES="$REPRODUCIBLE_NODES profitbricks-build7-amd64.debian.net profitbricks-build9-amd64.debian.net profitbricks-build10-amd64.debian.net"
fi
done
for NODE in $REPRODUCIBLE_NODES ; do
=====================================
bin/reproducible_openwrt.sh
=====================================
@@ -544,7 +544,7 @@ for target in * ; do
| cut -f 1 -d ' ' | uniq -c | wc -l)" != "1" ] ; then
call_diffoscope "targets/$target/$subtarget" "$image"
else
- echo "$(date -u) - targets/$target/$subtarget/$image is reproducible, yip!"
+ echo "$(date -u) - targets/$target/$subtarget/$image is reproducible!"
fi
get_filesize "$image"
if [ -f "$RESULTSDIR/targets/$target/$subtarget/$image.html" ] ; then
@@ -592,7 +592,7 @@ for i in * ; do
if [ "$(sha256sum "$RESULTSDIR/b1/$i/$j" "$RESULTSDIR/b2/$i/$j" | cut -f 1 -d ' ' | uniq -c | wc -l)" != "1" ] ; then
call_diffoscope "$i" "$j"
else
- echo "$(date -u) - $i/$j is reproducible, yip!"
+ echo "$(date -u) - $i/$j is reproducible!"
fi
get_filesize "$j"
if [ -f "$RESULTSDIR/$i/$j.html" ] ; then
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/a96e3da358b8b310c24675a727b5ba39148f8dc2...8da22b1e1fd67f2f5029393a417b4f06118e23d4
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/a96e3da358b8b310c24675a727b5ba39148f8dc2...8da22b1e1fd67f2f5029393a417b4f06118e23d4
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/20181112/c044b4ae/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list