diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-06 19:08:59 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-06 19:08:59 +0100 |
commit | 0a048e0920b891fb6dc3a850fcf93f30317c6d63 (patch) | |
tree | fe3cbffd718ce1061c9c2ef56747f4bef317e335 | |
parent | 87773785137744378726eca379b7331b9b08f390 (diff) | |
download | jenkins.debian.net-0a048e0920b891fb6dc3a850fcf93f30317c6d63.tar.xz |
Revert "hack to allow mattia to login"
This reverts commit 87773785137744378726eca379b7331b9b08f390.
-rwxr-xr-x | update_jdn.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh index 11ec6b47..48ceb067 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -300,7 +300,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" ;; - codethink-sled9*|codethink-sled11*|codethink-sled13*|codethink-sled15*) DEBS="$DEBS ntpdate fish" ;; + codethink-sled9*|codethink-sled11*|codethink-sled13*|codethink-sled15*) DEBS="$DEBS ntpdate" ;; *) ;; esac # needed to run coreboot/openwrt/lede/netbsd/fedora jobs |