summaryrefslogtreecommitdiffstats
path: root/deploy_jdn
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 /deploy_jdn
parent7a8e66aa4921c1e2b85c521846c3513bfaa36f44 (diff)
downloadjenkins.debian.net-992fc8d8dbda0532293900b0bf9a8974d8fdcc21.tar.xz
reproducible Debian: fixup hostnames
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'deploy_jdn')
-rwxr-xr-xdeploy_jdn2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_jdn b/deploy_jdn
index f12bbaf6..4646ac05 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__'"
;;