[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: m4 is needed to build coreboot
Holger Levsen
holger at moszumanska.debian.org
Tue Oct 13 10:22:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 9963af222bc062e3914ecfd9ba5ccd3993cdb3a1
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Oct 13 12:21:11 2015 +0200
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 4815392..f200e6a 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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list