diff options
author | Philip Hands <phil@hands.com> | 2016-03-14 15:36:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-04-28 21:52:10 +0200 |
commit | da080c472fc415b0ce918f4dd4a1ab143bb1bca4 (patch) | |
tree | bf63179f32f0eda0c2d5796e3e31c18c3c1185cf /job-cfg | |
parent | 26a9e8ec2bcae03db4d663d87b44d8708d64fdc2 (diff) | |
download | jenkins.debian.net-da080c472fc415b0ce918f4dd4a1ab143bb1bca4.tar.xz |
rough attempt to grab the good cucumber bits from recent tails
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 88470171..b5b16f64 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -54,7 +54,7 @@ my_time: '23 45 31 12 *' my_pngs: 'apt-*.png' my_description: 'Work in progress...' - my_params: '--debug --capture lvc_debian-live_{distro}_{flavour}_apt.webm --temp-dir $WORKSPACE --iso /srv/live-build/results/{distro}_{flavour}_live_amd64.iso DebianLive/apt.feature' + my_params: '--capture lvc_debian-live_{distro}_{flavour}_apt.webm --tmpdir $WORKSPACE --iso /srv/live-build/results/{distro}_{flavour}_live_amd64.iso DebianLive/apt.feature' jobs: - '{name}_debian-live_{distro}_{flavour}_apt': distro: @@ -85,4 +85,4 @@ flavour: - 'gnome-desktop': {flav_name: 'GNOME desktop'} - 'standard': {flav_name: 'standard'} - my_params: '--debug --capture lvc_debian-live_{distro}_{flavour}_apt.webm --temp-dir $WORKSPACE --iso /var/lib/jenkins/debian-live-7.7.0-amd64-{flavour}.iso DebianLive/apt.feature' + my_params: '--capture lvc_debian-live_{distro}_{flavour}_apt.webm --tmpdir $WORKSPACE --iso /var/lib/jenkins/debian-live-7.7.0-amd64-{flavour}.iso DebianLive/apt.feature' |