diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-26 18:17:21 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2017-09-26 18:17:21 +0200 |
commit | c039c285ed7c219b682ea7615f6cc2af663f72a7 (patch) | |
tree | 4c2fde578bebf8262fa1ffa93cc1d71e5bfb292d | |
parent | 77a4440612cf642c8052cc6c98a70e192e2f7363 (diff) |
Remove checkbox-gui launchers, move cli scripts file to launcher folder
-rw-r--r-- | debian/plainbox-provider-oem-kittyhawk.install | 3 | ||||
-rw-r--r-- | debian/plainbox-provider-oem-somerville.install | 4 | ||||
-rw-r--r-- | debian/plainbox-provider-oem-stella.install | 5 | ||||
-rw-r--r-- | debian/plainbox-provider-oem-sutton.install | 3 | ||||
-rwxr-xr-x[-rw-r--r--] | launcher/carson-cli (renamed from scripts/carson-cli) | 0 | ||||
-rwxr-xr-x | launcher/kittyhawk-cli (renamed from scripts/kittyhawk-cli) | 0 | ||||
-rwxr-xr-x | launcher/somerville-cli (renamed from scripts/somerville-cli) | 0 | ||||
-rwxr-xr-x | launcher/stella-cli (renamed from scripts/stella-cli) | 0 | ||||
-rwxr-xr-x | launcher/sutton-cli (renamed from scripts/sutton-cli) | 0 | ||||
-rw-r--r-- | scripts/kittyhawk-client | 25 | ||||
-rw-r--r-- | scripts/kittyhawk-client.desktop | 12 | ||||
-rwxr-xr-x | scripts/somerville-client | 25 | ||||
-rw-r--r-- | scripts/somerville-client.desktop | 12 | ||||
-rwxr-xr-x | scripts/somerville-oem-cli | 19 | ||||
-rwxr-xr-x | scripts/stella-client | 25 | ||||
-rw-r--r-- | scripts/stella-client.desktop | 12 | ||||
-rwxr-xr-x | scripts/sutton-client | 25 | ||||
-rw-r--r-- | scripts/sutton-client.desktop | 12 |
18 files changed, 5 insertions, 177 deletions
diff --git a/debian/plainbox-provider-oem-kittyhawk.install b/debian/plainbox-provider-oem-kittyhawk.install index 8d01740..22fba6b 100644 --- a/debian/plainbox-provider-oem-kittyhawk.install +++ b/debian/plainbox-provider-oem-kittyhawk.install @@ -1,3 +1,2 @@ etc/kittyhawk/plainbox.conf etc/xdg -scripts/kittyhawk-cli usr/bin -scripts/kittyhawk-client.desktop usr/share/applications +launcher/kittyhawk-cli usr/bin diff --git a/debian/plainbox-provider-oem-somerville.install b/debian/plainbox-provider-oem-somerville.install index e31f27f..05f95d7 100644 --- a/debian/plainbox-provider-oem-somerville.install +++ b/debian/plainbox-provider-oem-somerville.install @@ -1,4 +1,2 @@ etc/somerville/plainbox.conf etc/xdg -scripts/somerville-cli usr/bin -scripts/somerville-oem-cli usr/bin -scripts/somerville-client.desktop usr/share/applications +launcher/somerville-cli usr/bin diff --git a/debian/plainbox-provider-oem-stella.install b/debian/plainbox-provider-oem-stella.install index d14b502..3d26374 100644 --- a/debian/plainbox-provider-oem-stella.install +++ b/debian/plainbox-provider-oem-stella.install @@ -1,4 +1,3 @@ etc/stella/plainbox.conf etc/xdg -scripts/stella-cli usr/bin -scripts/carson-cli usr/bin -scripts/stella-client.desktop usr/share/applications +launcher/stella-cli usr/bin +launcher/carson-cli usr/bin diff --git a/debian/plainbox-provider-oem-sutton.install b/debian/plainbox-provider-oem-sutton.install index e044a9d..ebeb87e 100644 --- a/debian/plainbox-provider-oem-sutton.install +++ b/debian/plainbox-provider-oem-sutton.install @@ -1,3 +1,2 @@ etc/sutton/plainbox.conf etc/xdg -scripts/sutton-cli usr/bin -scripts/sutton-client.desktop usr/share/applications +launcher/sutton-cli usr/bin diff --git a/scripts/carson-cli b/launcher/carson-cli index 9eb0743..9eb0743 100644..100755 --- a/scripts/carson-cli +++ b/launcher/carson-cli diff --git a/scripts/kittyhawk-cli b/launcher/kittyhawk-cli index 2cb290e..2cb290e 100755 --- a/scripts/kittyhawk-cli +++ b/launcher/kittyhawk-cli diff --git a/scripts/somerville-cli b/launcher/somerville-cli index 9a31145..9a31145 100755 --- a/scripts/somerville-cli +++ b/launcher/somerville-cli diff --git a/scripts/stella-cli b/launcher/stella-cli index a6c96f0..a6c96f0 100755 --- a/scripts/stella-cli +++ b/launcher/stella-cli diff --git a/scripts/sutton-cli b/launcher/sutton-cli index b9810ab..b9810ab 100755 --- a/scripts/sutton-cli +++ b/launcher/sutton-cli diff --git a/scripts/kittyhawk-client b/scripts/kittyhawk-client deleted file mode 100644 index 7cd4cbd..0000000 --- a/scripts/kittyhawk-client +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/checkbox-gui - -[welcome] -title = "Kittyhawk Testing" -text = "<p>Welcome to Kittyhawk Testing!</p><p></p><p>This application will - gather information from your system. Then you will be asked manual tests to - confirm that the system is working properly. Finally, you will be asked for - the Secure ID of the computer to submit the information to the certification - database.</p><p></p><p> To learn how to create or locate the Secure ID, - please see here: <a href=\"https://certification.canonical.com\">certification.canonical.com</a></p><p></p>" - -[suite] -whitelist_filter = "^kittyhawk.*" - -[submission] -input_type = "regex" -input_placeholder = "Secure ID (15 or 18 characters)" -ok_btn_text = "Submit Results" -submit_to_hexr = "true" - -[exporter] -xml_export_path = "/tmp/submission.xml" - -[transport] -submit_to = "certification" diff --git a/scripts/kittyhawk-client.desktop b/scripts/kittyhawk-client.desktop deleted file mode 100644 index b6480c4..0000000 --- a/scripts/kittyhawk-client.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Name=KittyHawk Testing -Comment=Certifify your system with Ubuntu -Type=Application -Exec=/usr/bin/kittyhawk-client -Icon=checkbox -Categories=System;Qt;Application -Keywords=kittyhawk;certification;certify;testing;drivers;hardware; -X-GNOME-Gettext-Domain=checkbox-gui -X-Ayatana-Appmenu-Show-Stubs=False -X-Ubuntu-Touch=true -X-Ubuntu-StageHint=SideStage diff --git a/scripts/somerville-client b/scripts/somerville-client deleted file mode 100755 index e192192..0000000 --- a/scripts/somerville-client +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/checkbox-gui - -[welcome] -title = "Somerville Testing" -text = "<p>Welcome to somerville Testing!</p><p></p><p>This application will - gather information from your system. Then you will be asked manual tests to - confirm that the system is working properly. Finally, you will be asked for - the Secure ID of the computer to submit the information to the certification - database.</p><p></p><p> To learn how to create or locate the Secure ID, - please see here: <a href=\"https://certification.canonical.com\">certification.canonical.com</a></p><p></p>" - -[suite] -whitelist_filter = "^somerville.*" - -[submission] -input_type = "regex" -input_placeholder = "Secure ID (15 or 18 characters)" -ok_btn_text = "Submit Results" -submit_to_hexr = "true" - -[exporter] -xml_export_path = "/tmp/submission.xml" - -[transport] -submit_to = "certification" diff --git a/scripts/somerville-client.desktop b/scripts/somerville-client.desktop deleted file mode 100644 index 52d306e..0000000 --- a/scripts/somerville-client.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Name=Somerville Testing -Comment=Certifify your system with Ubuntu -Type=Application -Exec=/usr/bin/somerville-client -Icon=checkbox -Categories=System;Qt;Application -Keywords=somerville;certification;certify;testing;drivers;hardware; -X-GNOME-Gettext-Domain=checkbox-gui -X-Ayatana-Appmenu-Show-Stubs=False -X-Ubuntu-Touch=true -X-Ubuntu-StageHint=SideStage diff --git a/scripts/somerville-oem-cli b/scripts/somerville-oem-cli deleted file mode 100755 index 496edcb..0000000 --- a/scripts/somerville-oem-cli +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/env checkbox-launcher -[welcome] -text = Welcome to Canonical System Testing! - This application will gather information from your system. Then you will be - asked manual tests to confirm that the system is working properly. Finally, - you will be asked for the Secure ID of the computer to submit the - information to the certification.canonical.com database. - To learn how to create or locate the Secure ID, please see here: - https://certification.canonical.com/ - -[suite] -# Whitelist(s) displayed in the suite selection screen -whitelist_filter = ^somerville-(stress|full)$ -# Whitelist(s) pre-selected in the suite selection screen, default whitelist(s) -# "bogus" means no whitelist will be preselected. -whitelist_selection = ^bogus$ - -#[transport] -#submit_to = certification diff --git a/scripts/stella-client b/scripts/stella-client deleted file mode 100755 index 6ada22b..0000000 --- a/scripts/stella-client +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/checkbox-gui - -[welcome] -title = "Stella Testing" -text = "<p>Welcome to Stella Testing!</p><p></p><p>This application will - gather information from your system. Then you will be asked manual tests to - confirm that the system is working properly. Finally, you will be asked for - the Secure ID of the computer to submit the information to the certification - database.</p><p></p><p> To learn how to create or locate the Secure ID, - please see here: <a href=\"https://certification.canonical.com\">certification.canonical.com</a></p><p></p>" - -[suite] -whitelist_filter = "^stella.*" - -[submission] -input_type = "regex" -input_placeholder = "Secure ID (15 or 18 characters)" -ok_btn_text = "Submit Results" -submit_to_hexr = "true" - -[exporter] -xml_export_path = "/tmp/submission.xml" - -[transport] -submit_to = "certification" diff --git a/scripts/stella-client.desktop b/scripts/stella-client.desktop deleted file mode 100644 index 937e752..0000000 --- a/scripts/stella-client.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Name=Stella Testing -Comment=Certifify your system with Ubuntu -Type=Application -Exec=/usr/bin/stella-client -Icon=checkbox -Categories=System;Qt;Application -Keywords=stella;certification;certify;testing;drivers;hardware; -X-GNOME-Gettext-Domain=checkbox-gui -X-Ayatana-Appmenu-Show-Stubs=False -X-Ubuntu-Touch=true -X-Ubuntu-StageHint=SideStage diff --git a/scripts/sutton-client b/scripts/sutton-client deleted file mode 100755 index 8c885aa..0000000 --- a/scripts/sutton-client +++ /dev/null @@ -1,25 +0,0 @@ -#!/usr/bin/checkbox-gui - -[welcome] -title = "Sutton Testing" -text = "<p>Welcome to Sutton Testing!</p><p></p><p>This application will - gather information from your system. Then you will be asked manual tests to - confirm that the system is working properly. Finally, you will be asked for - the Secure ID of the computer to submit the information to the certification - database.</p><p></p><p> To learn how to create or locate the Secure ID, - please see here: <a href=\"https://certification.canonical.com\">certification.canonical.com</a></p><p></p>" - -[suite] -whitelist_filter = "^sutton.*|^oem.*" - -[submission] -input_type = "regex" -input_placeholder = "Secure ID (15 or 18 characters)" -ok_btn_text = "Submit Results" -submit_to_hexr = "true" - -[exporter] -xml_export_path = "/tmp/submission.xml" - -[transport] -submit_to = "certification" diff --git a/scripts/sutton-client.desktop b/scripts/sutton-client.desktop deleted file mode 100644 index 9036a8a..0000000 --- a/scripts/sutton-client.desktop +++ /dev/null @@ -1,12 +0,0 @@ -[Desktop Entry] -Name=Sutton Testing -Comment=Certifify your system with Ubuntu -Type=Application -Exec=/usr/bin/sutton-client -Icon=checkbox -Categories=System;Qt;Application -Keywords=sutton;certification;certify;testing;drivers;hardware; -X-GNOME-Gettext-Domain=checkbox-gui -X-Ayatana-Appmenu-Show-Stubs=False -X-Ubuntu-Touch=true -X-Ubuntu-StageHint=SideStage |