[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: debian rebuilder prototype: treat inability to locate some packages as...
Holger Levsen
gitlab at salsa.debian.org
Sun Sep 13 13:15:08 BST 2020
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
cb788349 by Holger Levsen at 2020-09-13T14:14:09+02:00
debian rebuilder prototype: treat inability to locate some packages as debrebuild problem and not as a prototype issue
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
e202f952 by Holger Levsen at 2020-09-13T14:14:59+02:00
reproducible Debian: mark ff4a-armhf as offline
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2 changed files:
- bin/reproducible_debian_rebuilder_prototype.sh
- jenkins-home/offline_nodes
Changes:
=====================================
bin/reproducible_debian_rebuilder_prototype.sh
=====================================
@@ -184,8 +184,13 @@ case $DISTRO in
echo
echo "Warning: this should not happen and it's unclear why it did: $(egrep 'cannot find .* in dumpavail' $DEBREBUILD) - still exiting cleanly as this is out-of-scope."
exit 0
+ elif egrep -q 'Cannot locate the following packages via snapshots or the current repo/mirror' $DEBREBUILD ; then
+ echo "Some packages could not be located, check the log above."
+ echo
+ echo "Warning: this should not happen and it's unclear why it did - still exiting cleanly as this is out-of-scope."
+ exit 0
else
- echo "Unknown distro, something went wrong with debrebuild..."
+ echo "Something went wrong with debrebuild, please take a look what exactly..."
echo
exit 1
fi
=====================================
jenkins-home/offline_nodes
=====================================
@@ -17,5 +17,8 @@
# ethernet not recognized
odxu4b-armhf-rb.debian.net
+# needs investigation
+ff4a-armhf-rb.debian.net
+
# Down here nodes are automatically added by the maintenance job when they have
# been failing their health check for too long.
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/542f1f80636f32f0e9cda980d8e4cf87a528ca22...e202f952e4524a8df409250f29cb40f3e774f2cc
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/542f1f80636f32f0e9cda980d8e4cf87a528ca22...e202f952e4524a8df409250f29cb40f3e774f2cc
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/20200913/038eaf9f/attachment.html>
More information about the Qa-jenkins-scm
mailing list