diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-12-19 19:54:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-12-21 09:47:02 +0100 |
commit | 4642186288c4e75ebe69ce32aa023d31cde22d93 (patch) | |
tree | 999431f146adc236393692964922d3b7e646acbe /job-cfg | |
parent | f04538ad636916208114718a6b853185c578cffb (diff) | |
download | jenkins.debian.net-4642186288c4e75ebe69ce32aa023d31cde22d93.tar.xz |
lvc: copy apt.feature to DebianLive7/apt.feature and simplify greatly
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/lvc.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/lvc.yaml b/job-cfg/lvc.yaml index 39ddc11b..81764fe5 100644 --- a/job-cfg/lvc.yaml +++ b/job-cfg/lvc.yaml @@ -40,6 +40,6 @@ jobs: - '{name}_debian-live_squeeze': my_time: '23 45 31 12 *' - my_params: '--capture lvc_debian-live_squeeze.webm --iso /var/lib/jenkins/debian-live-7.6.0-amd64-standard.iso apt.feature' + my_params: '--capture lvc_debian-live_squeeze.webm --iso /var/lib/jenkins/debian-live-7.6.0-amd64-standard.iso DebianLive7/apt.feature' my_description: 'Work in progress...' |