summaryrefslogtreecommitdiffstats
path: root/bin/live-build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-08 18:10:12 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-08 18:10:12 +0100
commit6906a3b306ce8211883c0ec4a7a3630d1ca5193e (patch)
treec998354e176c0bbf145052a6e707a7c1324a6b8f /bin/live-build.sh
parent99559db916cef1e20fb2e28eb4784ab49edb52b2 (diff)
downloadjenkins.debian.net-6906a3b306ce8211883c0ec4a7a3630d1ca5193e.tar.xz
live-build: use /srv/jenkins/live/config
Diffstat (limited to 'bin/live-build.sh')
-rwxr-xr-xbin/live-build.sh1
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