From 9963af222bc062e3914ecfd9ba5ccd3993cdb3a1 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 13 Oct 2015 12:21:11 +0200 Subject: reproducible: m4 is needed to build coreboot --- update_jdn.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3-54-g00ecf