diff -Nru checkbox-unity-0.2/configs/checkbox-unity.ini checkbox-unity-0.3/configs/checkbox-unity.ini --- checkbox-unity-0.2/configs/checkbox-unity.ini 2011-12-01 22:41:05.000000000 +0000 +++ checkbox-unity-0.3/configs/checkbox-unity.ini 2011-12-02 22:40:48.000000000 +0000 @@ -21,6 +21,7 @@ [checkbox/plugins/jobs_info] directories = %(checkbox_unity_share)s/jobs + %(checkbox_share)s/jobs/info.txt* %(checkbox_share)s/jobs/resource.txt* blacklist = info/acpi_sleep_attachment diff -Nru checkbox-unity-0.2/debian/changelog checkbox-unity-0.3/debian/changelog --- checkbox-unity-0.2/debian/changelog 2011-12-01 22:41:06.000000000 +0000 +++ checkbox-unity-0.3/debian/changelog 2011-12-02 22:40:48.000000000 +0000 @@ -1,8 +1,14 @@ -checkbox-unity (0.2-0~ppa0.11.10) oneiric; urgency=low +checkbox-unity (0.3-0~ppa0.11.10) oneiric; urgency=low * Personal PPA. - -- Marc Tardif Thu, 1 Dec 2011 22:41:06 +0000 + -- Marc Tardif Fri, 2 Dec 2011 22:40:48 +0000 + +checkbox-unity (0.3) oneiric; urgency=low + + * Moved info jobs to plugins configuration. + + -- Marc Tardif Fri, 02 Dec 2011 17:34:14 -0500 checkbox-unity (0.2) oneiric; urgency=low diff -Nru checkbox-unity-0.2/examples/checkbox-unity.ini checkbox-unity-0.3/examples/checkbox-unity.ini --- checkbox-unity-0.2/examples/checkbox-unity.ini 2011-12-01 22:41:05.000000000 +0000 +++ checkbox-unity-0.3/examples/checkbox-unity.ini 2011-12-02 22:40:48.000000000 +0000 @@ -21,6 +21,7 @@ [checkbox/plugins/jobs_info] directories = %(checkbox_unity_share)s/jobs + %(checkbox_share)s/jobs/info.txt* %(checkbox_share)s/jobs/resource.txt* blacklist = info/acpi_sleep_attachment diff -Nru checkbox-unity-0.2/jobs/local.txt.in checkbox-unity-0.3/jobs/local.txt.in --- checkbox-unity-0.2/jobs/local.txt.in 2011-12-01 22:41:06.000000000 +0000 +++ checkbox-unity-0.3/jobs/local.txt.in 2011-12-02 22:40:48.000000000 +0000 @@ -2,8 +2,3 @@ plugin: local _description: Unity tests command: cat $CHECKBOX_UNITY_SHARE/jobs/unity.txt* - -name: __info__ -plugin: local -_description: Informational tests -command: cat $CHECKBOX_SHARE/jobs/info.txt* diff -Nru checkbox-unity-0.2/po/checkbox-unity.pot checkbox-unity-0.3/po/checkbox-unity.pot --- checkbox-unity-0.2/po/checkbox-unity.pot 2011-12-01 22:41:05.000000000 +0000 +++ checkbox-unity-0.3/po/checkbox-unity.pot 2011-12-02 22:40:48.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-28 17:31-0500\n" +"POT-Creation-Date: 2011-12-02 16:54-0500\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -45,3 +45,11 @@ "VERIFICATION:\n" " Does anything happen?" msgstr "" + +#: ../plugins/intro_prompt.py:13 +msgid "" +"Welcome to Unity Testing!\n" +"\n" +"This application will gather information from your system. Then you will be " +"asked manual tests to confirm that Unity is working nicely.\n" +msgstr "" diff -Nru checkbox-unity-0.2/po/POTFILES.in checkbox-unity-0.3/po/POTFILES.in --- checkbox-unity-0.2/po/POTFILES.in 2011-12-01 22:41:05.000000000 +0000 +++ checkbox-unity-0.3/po/POTFILES.in 2011-12-02 22:40:48.000000000 +0000 @@ -2,3 +2,4 @@ gtk/checkbox-unity.desktop.in [type: gettext/rfc822deb] jobs/local.txt.in [type: gettext/rfc822deb] jobs/unity.txt.in +plugins/intro_prompt.py