[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: iono7 is also used by the rebuileder prototype and it needs chdists
Mattia Rizzolo
gitlab at salsa.debian.org
Mon Jan 18 03:47:14 GMT 2021
Mattia Rizzolo pushed to branch master at Debian QA / jenkins.debian.net
Commits:
e76942f3 by Mattia Rizzolo at 2021-01-18T04:47:03+01:00
reproducible Debian: iono7 is also used by the rebuileder prototype and it needs chdists
Signed-off-by: Mattia Rizzolo <mattia at debian.org>
- - - - -
2 changed files:
- bin/reproducible_html_nodes_info.sh
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_html_nodes_info.sh
=====================================
@@ -18,7 +18,7 @@ explain_nodes() {
case $JENKINS_NODENAME in
jenkins) ;;
ionos3) write_page "<br /><small>(twitterbot for irc:#reproducible-builds)</small>" ;;
- ionos7) write_page "<br /><small>(buildinfos.debian.net)</small>" ;;
+ ionos7) write_page "<br /><small>(buildinfos.debian.net and debian rebuilder prototype)</small>" ;;
ionos9) write_page "<br /><small>(jenkins.d.n rebootstrap jobs)</small>" ;;
ionos10) write_page "<br /><small>(jenkins.d.n chroot-installation jobs and http-proxy)</small>" ;;
osuosl167) write_page "<br /><small>(Debian janitor jobs and fakeroot foreign jobs and http-proxy for osuosl nodes)</small>" ;;
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -261,7 +261,8 @@ if [ ! -z "$http_proxy" ] ; then
pbuilder_http_proxy="--http-proxy $http_proxy"
fi
for s in $SUITES ; do
- for i in osuosl ionos3 ionos7 ionos9 ionos10 ; do
+ # ionos7 is used also to run the prototype rebuilder, and it needs chdists
+ for i in osuosl ionos3 ionos9 ionos10 ; do
if [ "${HOSTNAME:0:${#i}}" = "$i" ]; then
# this node is not used to do Debian rebuilds, skip it all
continue 2
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e76942f334dbb9abf86179c6ccb66da5de84f857
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/e76942f334dbb9abf86179c6ccb66da5de84f857
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/20210118/bd65d3ca/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list