Merge lp:~sylvain-pineau/checkbox/template_job_device_name_non_empty into lp:checkbox

Proposed by Sylvain Pineau
Status: Merged
Approved by: Sylvain Pineau
Approved revision: 3601
Merged at revision: 3604
Proposed branch: lp:~sylvain-pineau/checkbox/template_job_device_name_non_empty
Merge into: lp:checkbox
Diff against target: 11 lines (+1/-0)
1 file modified
providers/plainbox-provider-checkbox/jobs/disk.txt.in (+1/-0)
To merge this branch: bzr merge lp:~sylvain-pineau/checkbox/template_job_device_name_non_empty
Reviewer Review Type Date Requested Status
Sylvain Pineau (community) Approve
Review via email: mp+252014@code.launchpad.net

Description of the change

Avoid the template expansion error found in https://bugs.launchpad.net/bugs/1428575

To post a comment you must log in.
Revision history for this message
Sylvain Pineau (sylvain-pineau) wrote :

self-approved

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'providers/plainbox-provider-checkbox/jobs/disk.txt.in'
2--- providers/plainbox-provider-checkbox/jobs/disk.txt.in 2015-01-09 21:48:46 +0000
3+++ providers/plainbox-provider-checkbox/jobs/disk.txt.in 2015-03-05 19:57:54 +0000
4@@ -12,6 +12,7 @@
5 plugin: shell
6 id: staging/disk/stats_{name}
7 requires:
8+ device.name != ''
9 block_device.{name}_state != 'removable'
10 user: root
11 command: disk_stats_test {name}

Subscribers

People subscribed via source and target branches