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
=== modified file 'testdrive/testdrive.py'
--- testdrive/testdrive.py 2012-04-21 02:05:42 +0000
+++ testdrive/testdrive.py 2013-04-15 16:05:56 +0000
@@ -112,6 +112,8 @@
112 category = 'kubuntu'112 category = 'kubuntu'
113 elif category == 'kubuntu-mobile':113 elif category == 'kubuntu-mobile':
114 category = 'kubuntu'114 category = 'kubuntu'
115 elif category == 'kubuntu-active':
116 category = 'kubuntu'
115 flavor = iso.split()[0].capitalize()117 flavor = iso.split()[0].capitalize()
116 if flavor == 'Ubuntu-netbook':118 if flavor == 'Ubuntu-netbook':
117 flavor = 'Ubuntu'119 flavor = 'Ubuntu'
@@ -121,6 +123,8 @@
121 flavor = 'Kubuntu'123 flavor = 'Kubuntu'
122 elif flavor == 'Kubuntu-mobile':124 elif flavor == 'Kubuntu-mobile':
123 flavor = 'Kubuntu'125 flavor = 'Kubuntu'
126 elif flavor == 'Kubuntu-active':
127 flavor = 'Kubuntu Active'
124 elif flavor == 'Ubuntustudio':128 elif flavor == 'Ubuntustudio':
125 flavor = 'Ubuntu Studio'129 flavor = 'Ubuntu Studio'
126 elif flavor == 'Ubuntu-server':130 elif flavor == 'Ubuntu-server':

Subscribers

People subscribed via source and target branches