From 6906a3b306ce8211883c0ec4a7a3630d1ca5193e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 8 Jan 2015 18:10:12 +0100 Subject: live-build: use /srv/jenkins/live/config --- bin/live-build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/live-build.sh') 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 -- cgit v1.2.3-54-g00ecf