[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fixup hostnames
Holger Levsen
holger at layer-acht.org
Mon Dec 26 13:25:41 UTC 2016
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 992fc8d8dbda0532293900b0bf9a8974d8fdcc21
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Dec 26 14:25:36 2016 +0100
reproducible Debian: fixup hostnames
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
deploy_jdn | 2 +-
update_jdn.sh | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/deploy_jdn b/deploy_jdn
index f12bbaf..4646ac0 100755
--- a/deploy_jdn
+++ b/deploy_jdn
@@ -172,7 +172,7 @@ for i in $HOSTS ; do
# set correct future date
command="sudo ntpdate -b de.pool.ntp.org && $real_command && sudo date --set=\"+398 days +6 hours + 23 minutes\" && echo '__$(echo $i|cut -d '.' -f1)=ok__'"
;;
- codethink9*|codethink11*|codethink13*|codethink15*)
+ codethink-sled9*|codethink-sled11*|codethink-sled13*|codethink-sled15*)
# set correct future date
command="sudo ntpdate -b de.pool.ntp.org && $real_command && sudo date --set=\"+398 days +6 hours + 23 minutes\" && echo '__$(echo $i|cut -d '.' -f1)=ok__'"
;;
diff --git a/update_jdn.sh b/update_jdn.sh
index cfad106..5ecb974 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -38,7 +38,7 @@ case $HOSTNAME in
sudo service ntp stop
sudo ntpdate -b de.pool.ntp.org
;;
- codethink9*|codethink11*|codethink13*|codethink15*)
+ codethink-sled9*|codethink-sled11*|codethink-sled13*|codethink-sled15*)
# set correct date
sudo service ntp stop
sudo ntpdate -b de.pool.ntp.org
@@ -299,7 +299,7 @@ if [ -f /etc/debian_version ] ; then
# needed to run the 2nd reproducible builds nodes in the future...
case $HOSTNAME in
profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386|profitbricks-build15-amd64|profitbricks-build16-i386) DEBS="$DEBS ntpdate" ;;
- codethink9*|codethink11*|codethink13*|codethink15*) DEBS="$DEBS ntpdate" ;;
+ codethink-sled9*|codethink-sled11*|codethink-sled13*|codethink-sled15*) DEBS="$DEBS ntpdate" ;;
*) ;;
esac
# needed to run coreboot/openwrt/lede/netbsd/fedora jobs
@@ -763,7 +763,7 @@ case $HOSTNAME in
profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386|profitbricks-build15-amd64|profitbricks-build16-i386)
sudo date --set="+398 days +6 hours + 23 minutes"
;;
- codethink9*|codethink11*|codethink13*|codethink15*)
+ codethink-sled9*|codethink-sled11*|codethink-sled13*|codethink-sled15*)
sudo date --set="+398 days +6 hours + 23 minutes"
;;
jenkins)
--
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