summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-25 15:51:58 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-25 15:51:58 +0100
commit36fb7d11c0c3a4cfb20b859741a6876304a04045 (patch)
tree1ede79e1e4be5681fd410f867b4e049860497364
parentee5eb8b8d28a5bf4d9b5f19374b33f6c046d9fa6 (diff)
downloadjenkins.debian.net-36fb7d11c0c3a4cfb20b859741a6876304a04045.tar.xz
reproducible fdroid: install vagrant
-rwxr-xr-xupdate_jdn.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 116f8b15..60aa794b 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -194,7 +194,7 @@ if [ -f /etc/debian_version ] ; then
bpi0|hb0|profitbricks-build5-amd64|profitbricks-build6-amd64) DEBS="$DEBS ntpdate" ;;
*) ;;
esac
- # needed to run coreboot/openwrt/netbsd/fedora jobs
+ # needed to run coreboot/openwrt/netbsd/fedora/fdroid jobs
case $HOSTNAME in
profitbricks-build3-amd64) DEBS="$DEBS
bison
@@ -222,6 +222,7 @@ if [ -f /etc/debian_version ] ; then
tree
unzip
util-linux
+ vagrant
zlib1g-dev"
;;
*) ;;