diff options
| author | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-04-15 11:29:00 +0800 | 
|---|---|---|
| committer | Po-Hsu Lin <po-hsu.lin@canonical.com> | 2015-04-15 11:29:00 +0800 | 
| commit | 3ca40c81d2d1875318f4667947668df8e1085be3 (patch) | |
| tree | 2de3793d595d895d5e7381fa2ecc473b09907972 /jobs | |
| parent | a0eac7ebabeb3698738b11b977b56386c9dcc4b3 (diff) | |
moving the manifest requirement to the top
Diffstat (limited to 'jobs')
| -rw-r--r-- | jobs/audio.txt.in | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/audio.txt.in b/jobs/audio.txt.in index 5993fc7a..36d0d7d9 100644 --- a/jobs/audio.txt.in +++ b/jobs/audio.txt.in @@ -87,11 +87,11 @@ id: audio/playback_thunderbolt  estimated_duration: 30.0  imports: from 2013.com.canonical.plainbox import manifest  requires: + manifest.has_thunderbolt == 'True'  device.category == 'AUDIO'  package.name == 'alsa-base'  package.name == 'gir1.2-gst-plugins-base-0.10' or package.name == 'gir1.2-gst-plugins-base-1.0'  package.name == 'pulseaudio-utils' - manifest.has_thunderbolt == 'True'  command:  audio_settings store --verbose --file=$PLAINBOX_SESSION_SHARE/pulseaudio_settings  audio_settings set --verbose --device=hdmi --volume=50  | 
