summaryrefslogtreecommitdiffstats
path: root/update_jdn.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-11-14 13:23:06 +0100
committerHolger Levsen <holger@layer-acht.org>2016-11-14 13:23:06 +0100
commit1b3e8bf6e720b1653a84d4cc4467cdbfeefa3ee4 (patch)
tree15e7ce23ae2afcec836aef273191e688fce3c20f /update_jdn.sh
parentb3bc25bb033f4df2ca0f0b9be1d44793b597cf2c (diff)
downloadjenkins.debian.net-1b3e8bf6e720b1653a84d4cc4467cdbfeefa3ee4.tar.xz
deploy_kgb.py needs python3-yaml
Diffstat (limited to 'update_jdn.sh')
-rwxr-xr-xupdate_jdn.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/update_jdn.sh b/update_jdn.sh
index 1cc058c2..6356c904 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -258,7 +258,8 @@ if [ -f /etc/debian_version ] ; then
case $HOSTNAME in
jenkins|jenkins-test-vm|profitbricks-build*) DEBS="$DEBS
squid3
- kgb-client" ;;
+ kgb-client
+ python3-yaml" ;;
*) ;;
esac
# needed to run the 2nd reproducible builds nodes in the future...