summaryrefslogtreecommitdiff
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2017-05-16 13:37:42 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2017-05-16 13:37:42 +0200
commitf17a0d39136f5e2a66a387912f5f7db0322e62f4 (patch)
treef1ef81be3de3614c951d3adde3737ec22db0bfb5
parent327fc28b079946c14edcf301cced00184ac65816 (diff)
Import plainbox-provider-checkbox_0.36.0~rc3.orig.tar.gzupstream-0.36.0_rc3patched-0.36.0_rc3-1
-rw-r--r--jobs/cpu.txt.in6
-rwxr-xr-xmanage.py2
2 files changed, 4 insertions, 4 deletions
diff --git a/jobs/cpu.txt.in b/jobs/cpu.txt.in
index c01ec01..5a979ae 100644
--- a/jobs/cpu.txt.in
+++ b/jobs/cpu.txt.in
@@ -119,8 +119,8 @@ _description: Attaches the FWTS desktop diagnosis results log to the submission
plugin: shell
category_id: 2013.com.canonical.plainbox::cpu
estimated_duration: 0.5
-id: cpu/purely_id
+id: cpu/purley_id
command:
- egrep -q avx512 /proc/cpuinfo && echo "This is a Purely CPU" || echo "CPU is NOT Purely"
-_description: Identifies Purely Platform CPUs
+ egrep -q avx512 /proc/cpuinfo && echo "This is a Purley CPU" || echo "CPU is NOT Purley"
+_description: Identifies Purley Platform CPUs
diff --git a/manage.py b/manage.py
index 11f56d4..6f2eda5 100755
--- a/manage.py
+++ b/manage.py
@@ -30,7 +30,7 @@ class InstallPyModules(InstallCommand):
setup(
name='plainbox-provider-checkbox',
namespace='2013.com.canonical.certification',
- version="0.36.0rc2",
+ version="0.36.0rc3",
description=N_("Checkbox provider"),
gettext_domain='plainbox-provider-checkbox',
strict=False, deprecated=False,