← Back to team overview

opencompute-developers team mailing list archive

[Merge] lp:~jeffmarcom/opencompute/remove_launchpad_prompt into lp:opencompute/checkbox

 

Jeff Marcom has proposed merging lp:~jeffmarcom/opencompute/remove_launchpad_prompt into lp:opencompute/checkbox.

Requested reviews:
  Open Compute Developers (opencompute-developers)

For more details, see:
https://code.launchpad.net/~jeffmarcom/opencompute/remove_launchpad_prompt/+merge/188930

This simply removes the launchpad prompt after checkbox has completed a run.

We may decided to changed the default submission location in the future while still using the plugin's functionality albeit under a different name.

For right now it's not appropriate for the project as there is no submission location.
-- 
https://code.launchpad.net/~jeffmarcom/opencompute/remove_launchpad_prompt/+merge/188930
Your team Open Compute Developers is requested to review the proposed merge of lp:~jeffmarcom/opencompute/remove_launchpad_prompt into lp:opencompute/checkbox.
=== modified file 'debian/changelog'
--- debian/changelog	2013-09-30 19:07:27 +0000
+++ debian/changelog	2013-10-02 21:05:48 +0000
@@ -6,6 +6,7 @@
   * Updated checkbox OCP intro prompt
   * Updated Open Compute ready whitelist with new power management, cpu stress, and networking tests"
   * Added 12hr idle verification test and sylog check for PCI/Device errors
+  * Removed launchpad prompt
 
   [ Jeff Lane ]
   * Updated OCP Checkbox to latest checkbox trunk, 0.16.11 revno 2353
@@ -15,7 +16,7 @@
   * debian/control: promoted several packages from suggest to depends to ensure
     they are installed along with checkbox-ocp (LP: #1233333)
 
- -- Jeff Marcom <jeff.marcom@xxxxxxxxxxxxx>  Mon, 23 Sep 2013 10:13:04 -0400
+ -- Jeff Marcom <jeff.marcom@xxxxxxxxxxxxx>  Wed, 2 Oct 2013 10:13:04 -0400
 
 checkbox (1.16.6~OCP) UNRELEASED; urgency=low
 

=== modified file 'examples/checkbox-ocp-cli.ini'
--- examples/checkbox-ocp-cli.ini	2013-09-24 03:06:31 +0000
+++ examples/checkbox-ocp-cli.ini	2013-10-02 21:05:48 +0000
@@ -14,4 +14,4 @@
 
 [checkbox/plugins]
 
-blacklist = hexr_prompt hexr_transport
+blacklist = hexr_prompt hexr_transport launchpad_prompt

=== modified file 'examples/checkbox-ocp-gtk.ini'
--- examples/checkbox-ocp-gtk.ini	2013-09-24 03:06:31 +0000
+++ examples/checkbox-ocp-gtk.ini	2013-10-02 21:05:48 +0000
@@ -14,3 +14,7 @@
 
 # Path where GTK files are stored.
 data_path = %(checkbox_share)s/gtk
+
+[checkbox/plugins]
+
+blacklist = hexr_prompt hexr_transport launchpad_prompt

=== modified file 'examples/checkbox-ocp-qt.ini'
--- examples/checkbox-ocp-qt.ini	2013-09-24 03:06:31 +0000
+++ examples/checkbox-ocp-qt.ini	2013-10-02 21:05:48 +0000
@@ -17,4 +17,4 @@
 
 [checkbox/plugins]
 
-blacklist = hexr_prompt hexr_transport
+blacklist = hexr_prompt hexr_transport launchpad_prompt

=== modified file 'examples/checkbox-ocp-urwid.ini'
--- examples/checkbox-ocp-urwid.ini	2013-09-24 03:06:31 +0000
+++ examples/checkbox-ocp-urwid.ini	2013-10-02 21:05:48 +0000
@@ -14,4 +14,4 @@
 
 [checkbox/plugins]
 
-blacklist = hexr_prompt hexr_transport
+blacklist = hexr_prompt hexr_transport launchpad_prompt


Follow ups