summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-02 18:46:39 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-02 18:46:39 +0200
commitde02cf4dd7fcdf3838e1d1fca519a0c1dcb4100e (patch)
tree4c6b50b6c8aebc1548ff9fb3b1bac1e201d13e9d /update_jdn.sh
parentbce58ea2222e1a2a0a42353cf4ea1e1868776247 (diff)
downloadjenkins.debian.net-de02cf4dd7fcdf3838e1d1fca519a0c1dcb4100e.tar.xz
reproducible openwrt/coreboot/archlinux/fedora/netbsd/freebsd: run pb-build4 in the future
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 13c4c621..a9c51676 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -36,7 +36,7 @@ explain "$(date) - begin deployment update."
# run update at current date
case $HOSTNAME in
- profitbricks-build5-amd64|profitbricks-build6-i386)
+ profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386)
# set correct date (if ntpdate is installed)
[ ! -f /usr/sbin/ntpdate ] || sudo ntpdate -b de.pool.ntp.org
;;
@@ -210,7 +210,7 @@ if [ -f /etc/debian_version ] ; then
esac
# needed to run the 2nd reproducible builds nodes in the future...
case $HOSTNAME in
- bpi0|hb0|profitbricks-build5-amd64|profitbricks-build6-i386) DEBS="$DEBS ntpdate" ;;
+ profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386) DEBS="$DEBS ntpdate" ;;
*) ;;
esac
# needed to run coreboot/openwrt/netbsd/fedora/fdroid jobs
@@ -586,7 +586,7 @@ explain "$(date) - finished deployment."
# set time back to the future
case $HOSTNAME in
- profitbricks-build5-amd64|profitbricks-build6-i386)
+ profitbricks-build4-amd64|profitbricks-build5-amd64|profitbricks-build6-i386)
sudo date --set="+398 days +6 hours + 23 minutes"
;;
*) ;;