Merge lp:~roadmr/checkbox/friendly-sunset into lp:checkbox

Proposed by Daniel Manrique
Status: Merged
Approved by: Zygmunt Krynicki
Approved revision: 2366
Merged at revision: 2366
Proposed branch: lp:~roadmr/checkbox/friendly-sunset
Merge into: lp:checkbox
Diff against target: 54 lines (+5/-7)
4 files modified
checkbox-old/debian/changelog (+2/-0)
checkbox-old/plugins/suites_prompt.py (+1/-5)
checkbox-old/qt/checkbox-qt.desktop.in (+1/-1)
checkbox-old/qt/frontend/qtfront.ui (+1/-1)
To merge this branch: bzr merge lp:~roadmr/checkbox/friendly-sunset
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+185292@code.launchpad.net

Commit message

Removed references to Ubuntu Friendly due to sunsetting of the project.

Description of the change

Removed references to Ubuntu Friendly due to sunsetting of the project.

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

sob ;-|

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'checkbox-old/debian/changelog'
2--- checkbox-old/debian/changelog 2013-09-12 11:13:12 +0000
3+++ checkbox-old/debian/changelog 2013-09-12 15:20:04 +0000
4@@ -4,6 +4,8 @@
5 * scripts/pm_test, scripts/fwts_test: Removed dmesg_common that's no longer
6 present in fwts and added specific version dependency to checkbox
7 (LP: #1206016)
8+ * Removed references to Ubuntu Friendly due to sunsetting of the project.
9+ (LP: #1224533)
10
11 -- Brendan Donegan <brendan.donegan@canonical.com> Mon, 09 Sep 2013 09:30:32 +0100
12
13
14=== modified file 'checkbox-old/plugins/suites_prompt.py'
15--- checkbox-old/plugins/suites_prompt.py 2013-05-29 07:50:30 +0000
16+++ checkbox-old/plugins/suites_prompt.py 2013-09-12 15:20:04 +0000
17@@ -33,11 +33,7 @@
18
19 class SuitesPrompt(Plugin):
20
21- deselect_warning = String(default=_("""\
22-Unselecting a test will invalidate your submission for Ubuntu Friendly. \
23-If you plan to participate in Ubuntu Friendly, please, select all tests. \
24-You can always skip individual tests if you don't have the needed equipment.\
25-"""))
26+ deselect_warning = String(default="")
27
28 @property
29 def persist(self):
30
31=== modified file 'checkbox-old/qt/checkbox-qt.desktop.in'
32--- checkbox-old/qt/checkbox-qt.desktop.in 2013-05-29 07:50:30 +0000
33+++ checkbox-old/qt/checkbox-qt.desktop.in 2013-09-12 15:20:04 +0000
34@@ -1,6 +1,6 @@
35 [Desktop Entry]
36 _Name=System Testing
37-_Comment=Test your system and submit results to the Ubuntu Friendly project
38+_Comment=Test your system and submit results to Launchpad
39 Encoding=UTF-8
40 Exec=/usr/bin/checkbox-qt
41 Terminal=false
42
43=== modified file 'checkbox-old/qt/frontend/qtfront.ui'
44--- checkbox-old/qt/frontend/qtfront.ui 2013-05-29 07:50:30 +0000
45+++ checkbox-old/qt/frontend/qtfront.ui 2013-09-12 15:20:04 +0000
46@@ -1057,7 +1057,7 @@
47 p, li { white-space: pre-wrap; }
48 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Ubuntu'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
49 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=;&quot;&gt;Please enter the e-mail address associated with your Launchpad account (if applicable)&lt;/span&gt;&lt;/p&gt;
50-&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=;&quot;&gt;and click the Submit Results button to submit these test results to Ubuntu Friendly.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
51+&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=;&quot;&gt;and click the Submit Results button to submit these test results to Launchpad.&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
52 </property>
53 <property name="scaledContents">
54 <bool>false</bool>

Subscribers

People subscribed via source and target branches