[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible Arch Linux: adopt maintenance job to work on new osuosl nodes
Holger Levsen
gitlab at salsa.debian.org
Fri Jan 18 15:37:51 GMT 2019
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
c8702012 by Holger Levsen at 2019-01-18T15:35:06Z
reproducible Arch Linux: adopt maintenance job to work on new osuosl nodes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
38ed2e99 by Holger Levsen at 2019-01-18T15:37:39Z
reproducible Debian: dont update pbuilder and Debian schroots on OSUOSL nodes
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_maintenance.sh
Changes:
=====================================
bin/reproducible_maintenance.sh
=====================================
@@ -1,7 +1,7 @@
#!/bin/bash
# vim: set noexpandtab:
-# Copyright 2014-2018 Holger Levsen <holger at layer-acht.org>
+# Copyright 2014-2019 Holger Levsen <holger at layer-acht.org>
# © 2015-2018 Mattia Rizzolo <mattia at debian.org>
# released under the GPLv=2
@@ -192,6 +192,10 @@ if [ ! -z "$http_proxy" ] ; then
pbuilder_http_proxy="--http-proxy $http_proxy"
fi
for s in $SUITES ; do
+ if [ "${HOSTNAME:0:6}" = "osuosl" ] ; then
+ # osuosl nodes are not used to do Debian rebuilds
+ continue
+ fi
#
# chdist update
#
@@ -265,7 +269,7 @@ set -e
# for Arch Linux
set +e
case $HOSTNAME in
- profitbricks-build3-amd64|profitbricks-build4-amd64|jenkins)
+ osuosl-build169*|osuosl-build170*|jenkins)
echo "$(date -u) - updating Arch Linux schroot now."
schroot --directory /tmp -c source:jenkins-reproducible-archlinux -u root -- pacman -Syu --noconfirm
RESULT=$?
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/82b6130d9dede64f3f13ff6e81185785c6e1fc42...38ed2e99a45757cc03b4cfbbf14b8c38899ff756
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/82b6130d9dede64f3f13ff6e81185785c6e1fc42...38ed2e99a45757cc03b4cfbbf14b8c38899ff756
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/20190118/ddb04c6b/attachment-0001.html>
More information about the Qa-jenkins-scm
mailing list