From da080c472fc415b0ce918f4dd4a1ab143bb1bca4 Mon Sep 17 00:00:00 2001 From: Philip Hands Date: Mon, 14 Mar 2016 15:36:16 +0100 Subject: rough attempt to grab the good cucumber bits from recent tails --- update_jdn.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'update_jdn.sh') diff --git a/update_jdn.sh b/update_jdn.sh index c1bd957b..130524bf 100755 --- a/update_jdn.sh +++ b/update_jdn.sh @@ -23,6 +23,7 @@ conditional_disable() { case "$1" in piuparts.yaml) return 1;; schroot.yaml) return 1;; + lvc.yaml) return 1;; d-i.yaml) return 1;; *) return 0;; esac @@ -195,6 +196,7 @@ if [ -f /etc/debian_version ] ; then " case $HOSTNAME in jenkins|jenkins-test-vm|profitbricks-build?-amd64) DEBS="$DEBS + libvirt-bin python3-yaml postfix-pcre squid3" @@ -426,7 +428,7 @@ explain "packages configured." # install the heart of jenkins.debian.net # cd $BASEDIR -for dir in bin logparse job-cfg features live ; do +for dir in bin bin/lvc logparse job-cfg features live ; do sudo cp --preserve=mode,timestamps -r $dir /srv/jenkins/ sudo chown -R jenkins-adm.jenkins-adm /srv/jenkins/$dir done -- cgit v1.2.3-70-g09d2