summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-12-26 14:25:36 +0100
committerHolger Levsen <holger@layer-acht.org>2016-12-26 14:25:36 +0100
commit992fc8d8dbda0532293900b0bf9a8974d8fdcc21 (patch)
tree1a7ee6411bcb3e828661fee877a56b733ed11b52 /update_jdn.sh
parent7a8e66aa4921c1e2b85c521846c3513bfaa36f44 (diff)
downloadjenkins.debian.net-992fc8d8dbda0532293900b0bf9a8974d8fdcc21.tar.xz
reproducible Debian: fixup hostnames
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index cfad106a..5ecb9744 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)