Merge lp:~smartboyhw/testdrive/lp-1154563 into lp:testdrive

Proposed by Howard Chan
Status: Merged
Merged at revision: 396
Proposed branch: lp:~smartboyhw/testdrive/lp-1154563
Merge into: lp:testdrive
Diff against target: 21 lines (+4/-0)
1 file modified
testdrive/testdrive.py (+4/-0)
To merge this branch: bzr merge lp:~smartboyhw/testdrive/lp-1154563
Reviewer Review Type Date Requested Status
testdrive Pending
Review via email: mp+158969@code.launchpad.net

Description of the change

This addes a Kubuntu Active Desktop image to Testdrive and fixes LP: #1154563

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testdrive/testdrive.py'
2--- testdrive/testdrive.py 2012-04-21 02:05:42 +0000
3+++ testdrive/testdrive.py 2013-04-15 16:05:56 +0000
4@@ -112,6 +112,8 @@
5 category = 'kubuntu'
6 elif category == 'kubuntu-mobile':
7 category = 'kubuntu'
8+ elif category == 'kubuntu-active':
9+ category = 'kubuntu'
10 flavor = iso.split()[0].capitalize()
11 if flavor == 'Ubuntu-netbook':
12 flavor = 'Ubuntu'
13@@ -121,6 +123,8 @@
14 flavor = 'Kubuntu'
15 elif flavor == 'Kubuntu-mobile':
16 flavor = 'Kubuntu'
17+ elif flavor == 'Kubuntu-active':
18+ flavor = 'Kubuntu Active'
19 elif flavor == 'Ubuntustudio':
20 flavor = 'Ubuntu Studio'
21 elif flavor == 'Ubuntu-server':

Subscribers

People subscribed via source and target branches