Merge lp:~le-chi-thu/lava-dispatcher/update-snowball-license into lp:lava-dispatcher

Proposed by Le Chi Thu
Status: Merged
Approved by: Michael Hudson-Doyle
Approved revision: 226
Merged at revision: 227
Proposed branch: lp:~le-chi-thu/lava-dispatcher/update-snowball-license
Merge into: lp:lava-dispatcher
Diff against target: 20 lines (+2/-1)
1 file modified
lava_dispatcher/client/lmc_utils.py (+2/-1)
To merge this branch: bzr merge lp:~le-chi-thu/lava-dispatcher/update-snowball-license
Reviewer Review Type Date Requested Status
Michael Hudson-Doyle (community) Approve
Review via email: mp+92364@code.launchpad.net

Description of the change

Auto accept the new snowball license update.

To post a comment you must log in.
Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

+1

review: Approve
Revision history for this message
Paul Larson (pwlars) wrote :

We have support in the packages now for setting the debconf key, and should figure out how to do this properly. Ricardo said he thinks he knows where to start with that. Then this workaround will not be needed. This is ok for now, if we can deploy this right away - at least it will get snowball working again for the day. We should really fix this right asap though, or else we will always be having to keep up with this small fixes.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_dispatcher/client/lmc_utils.py'
2--- lava_dispatcher/client/lmc_utils.py 2012-02-07 19:16:17 +0000
3+++ lava_dispatcher/client/lmc_utils.py 2012-02-09 20:25:23 +0000
4@@ -181,6 +181,7 @@
5 'expectations': {
6 "TI TSPA Software License Agreement": 'accept-tspa',
7 "SNOWBALL CLICK-WRAP": 'accept-snowball',
8+ "LIMITED LICENSE AGREEMENT FOR APPLICATION DEVELOPERS": 'accept-snowball',
9 },
10 'timeout': 3600,
11 },
12@@ -197,7 +198,7 @@
13 },
14 'say-yes': {
15 'expectations': {
16- " <Yes>": 'say-yes-tab',
17+ " <(Yes|Ok)>": 'say-yes-tab',
18 "\\033\[41m<(Yes|Ok)>": 'say-yes-space',
19 },
20 'timeout': 1,

Subscribers

People subscribed via source and target branches