diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-08 18:10:12 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-08 18:10:12 +0100 |
commit | 6906a3b306ce8211883c0ec4a7a3630d1ca5193e (patch) | |
tree | c998354e176c0bbf145052a6e707a7c1324a6b8f | |
parent | 99559db916cef1e20fb2e28eb4784ab49edb52b2 (diff) | |
download | jenkins.debian.net-6906a3b306ce8211883c0ec4a7a3630d1ca5193e.tar.xz |
live-build: use /srv/jenkins/live/config
-rwxr-xr-x | bin/live-build.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/live-build.sh b/bin/live-build.sh index d22c69de..8e9ceb6b 100755 --- a/bin/live-build.sh +++ b/bin/live-build.sh @@ -19,6 +19,7 @@ trap cleanup_all INT TERM EXIT # $2 is used for the suite # $3 is choosing the flavor lb config --distribution $2 --bootappend-live "boot=live config hostname=$1 username=$1" +cp -rv /srv/jenkins/live/config . case "$3" in standalone) echo education-standalone >> config/package-lists/live.list.chroot echo education-desktop-xfce >> config/package-lists/live.list.chroot |