summaryrefslogtreecommitdiffstats
path: root/job-cfg/live.yaml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-01 22:52:13 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-01 22:52:13 +0100
commit74cc97dabfc10262ba0dd22a643ef41e13fd4261 (patch)
treeab367ca8081f9340acc454df0d7bfcd205bff28c /job-cfg/live.yaml
parent823c5afd5576e7aac597178959009f8c2b946d5d (diff)
downloadjenkins.debian.net-74cc97dabfc10262ba0dd22a643ef41e13fd4261.tar.xz
live: use sudo properly
Diffstat (limited to 'job-cfg/live.yaml')
-rw-r--r--job-cfg/live.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/live.yaml b/job-cfg/live.yaml
index a88da9f8..05fdf470 100644
--- a/job-cfg/live.yaml
+++ b/job-cfg/live.yaml
@@ -50,5 +50,5 @@
- '{name}_setup_schroot':
my_description: 'Setup schroot for building live images using live-build in a jessie environment.'
my_time: '42 10 1 * *'
- my_shell: '/srv/jenkins/bin/schroot-create.sh live-jessie jessie python live-build'
+ my_shell: '/srv/jenkins/bin/schroot-create.sh live-jessie jessie python sudo live-build'