← Back to team overview

opencompute-developers team mailing list archive

[Merge] lp:~jeffmarcom/opencompute/update-intro-message into lp:opencompute/checkbox

 

Jeff Marcom has proposed merging lp:~jeffmarcom/opencompute/update-intro-message into lp:opencompute/checkbox.

Requested reviews:
  Open Compute Developers (opencompute-developers)

For more details, see:
https://code.launchpad.net/~jeffmarcom/opencompute/update-intro-message/+merge/187144

This simply updates the intro message for Checkbox OCP.
-- 
https://code.launchpad.net/~jeffmarcom/opencompute/update-intro-message/+merge/187144
Your team Open Compute Developers is requested to review the proposed merge of lp:~jeffmarcom/opencompute/update-intro-message into lp:opencompute/checkbox.
=== modified file 'debian/changelog'
--- debian/changelog	2013-09-23 18:16:03 +0000
+++ debian/changelog	2013-09-24 04:05:22 +0000
@@ -2,11 +2,12 @@
 
   [ Jeff Marcom ]
   * Updated plainbox based on version 0.4.dev in lp:checkbox (16.12)
+  * Updated checkbox OCP intro prompt
 
   [ Jeff Lane ]
   * Updated OCP Checkbox to latest checkbox trunk, 0.16.11 revno 2353
 
- -- Jeff Marcom <jeff.marcom@xxxxxxxxxxxxx>  Fri, 13 Sept 2013 10:13:04 -0400
+ -- Jeff Marcom <jeff.marcom@xxxxxxxxxxxxx>  Mon, 23 Sept 2013 23:13:04 -0400
 
 
 checkbox (1.16.6~OCP) UNRELEASED; urgency=low

=== modified file 'plugins/intro_prompt.py'
--- plugins/intro_prompt.py	2012-06-22 16:43:00 +0000
+++ plugins/intro_prompt.py	2013-09-24 04:05:22 +0000
@@ -26,11 +26,19 @@
 class IntroPrompt(Plugin):
 
     welcome_text = String(default=_("""\
-Welcome to System Testing!
-
-Checkbox provides tests to confirm that your system is working \
-properly. Once you are finished running the tests, you can view \
-a summary report for your system.""") + _("""
+Welcome to the official test suite for the Open Compute project.
+
+Checkbox OCP provides numerous tests to validate your hardware operates 
+within guidelines defined by opencompute-ready and/or opencompute-certified
+compliance and interoperability scope. 
+
+Once you are finished running the test suite, you can view a summary 
+report for your system in the following location:
+
+/home/<user>/.cache/checkbox/submission.xml.
+
+*Checkbox-OCP is a product developed by Canonical with the 
+help of members of Facebook, AVL, and the Open Compute project*""") + _("""
 
 Warning: Some tests could cause your system to freeze \
 or become unresponsive. Please save all your work \


Follow ups