summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-26 21:44:18 -0600
committerHolger Levsen <holger@layer-acht.org>2015-10-26 21:44:18 -0600
commitce9fd5e4b6fae06f7088ecca5e7550f1ead5adfe (patch)
treeeb652bb7f695e146c7061ae102ffd1da62425f8a /update_jdn.sh
parent729872f90aa0f377c54687f54bc2b9d14774cde8 (diff)
downloadjenkins.debian.net-ce9fd5e4b6fae06f7088ecca5e7550f1ead5adfe.tar.xz
python3-yaml is needed to deploy kgb configs
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index acac06bb..03a1b7ea 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -153,7 +153,7 @@ if [ -f /etc/debian_version ] ; then
esac
# needed to run coreboot/openwrt/netbsd jobs
case $HOSTNAME in
- profitbricks-build3-amd64) DEBS="$DEBS bison cmake diffutils findutils flex g++ gawk gcc git grep iasl libc6-dev m4 make subversion unzip util-linux zlib1g-dev libncurses5-dev libssl-dev locales-all kgb-client" ;;
+ profitbricks-build3-amd64) DEBS="$DEBS bison cmake diffutils findutils flex g++ gawk gcc git grep iasl libc6-dev m4 make subversion unzip util-linux zlib1g-dev libncurses5-dev libssl-dev locales-all kgb-client python3-yaml" ;;
*) ;;
esac
if [ "$HOSTNAME" = "jenkins" ] ; then