[Qa-jenkins-scm] [jenkins.debian.net] 01/01: fixup ee696ff some more: reproducible archlinux maintenance
Holger Levsen
holger at moszumanska.debian.org
Fri Dec 11 14:23:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 0b2cdb24f3b720c90cf0243ec3ac8f271d96f7c5
Author: Holger Levsen <holger at layer-acht.org>
Date: Fri Dec 11 15:22:54 2015 +0100
fixup ee696ff some more: reproducible archlinux maintenance
---
bin/reproducible_maintenance.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index 8f8a2b3..9e273c9 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -103,7 +103,7 @@ done
set -e
# for Archlinux
-if [ "$HOSTNAME" = "${ARCHLINUX_BUILD_NODE}" ] ; then
+if [ "$(hostname -f)" = "${ARCHLINUX_BUILD_NODE}" ] ; then
echo "$(date -u) - updating Archlinux schroot now."
schroot --directory /tmp -c source:jenkins-reproducible-archlinux -u root -- pacman -Syu --noconfirm
echo "$(date -u) - updating Archlinux schroot done."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list