summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-13 12:21:11 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-13 12:21:11 +0200
commit9963af222bc062e3914ecfd9ba5ccd3993cdb3a1 (patch)
treede0bed874ed5a92fb643f15d7bc2e20ba1a3b1cf
parent77e17ba5de69fe3213d9fbe1ab17619a1cc9f0b6 (diff)
downloadjenkins.debian.net-9963af222bc062e3914ecfd9ba5ccd3993cdb3a1.tar.xz
reproducible: m4 is needed to build coreboot
-rwxr-xr-xupdate_jdn.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 4815392d..f200e6a5 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -149,6 +149,11 @@ if [ -f /etc/debian_version ] ; then
bpi0|hb0|profitbricks-build5-amd64|profitbricks-build6-amd64) DEBS="$DEBS ntpdate" ;;
*) ;;
esac
+ # needed to run coreboot/openwrt/netbsd jobs
+ case $HOSTNAME in
+ profitbricks-build3-amd64) DEBS="$DEBS m4" ;;
+ *) ;;
+ esac
if [ "$HOSTNAME" = "jenkins" ] ; then
MASTERDEBS="
apache2