diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-01 22:19:29 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-01 22:19:29 +0100 |
commit | a0857c5ae47b44f4598a6cda1b1e17d3b3eb5701 (patch) | |
tree | 5002f037f66eb023aab4561dda1de493f4031dfc /job-cfg | |
parent | 6bd155796ae1d6ef392e3b5c9ca0e7f7d4da114c (diff) | |
download | jenkins.debian.net-a0857c5ae47b44f4598a6cda1b1e17d3b3eb5701.tar.xz |
python is needed by common-functions..
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/live.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/live.yaml b/job-cfg/live.yaml index c844b150..a88da9f8 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 live-build' + my_shell: '/srv/jenkins/bin/schroot-create.sh live-jessie jessie python live-build' |