Merge ~sylvain-pineau/plainbox-provider-resource/+git/plainbox-provider-resource-parts:libjson-xs-perl into plainbox-provider-resource:master

Proposed by Sylvain Pineau
Status: Superseded
Proposed branch: ~sylvain-pineau/plainbox-provider-resource/+git/plainbox-provider-resource-parts:libjson-xs-perl
Merge into: plainbox-provider-resource:master
Diff against target: 35 lines (+29/-0)
1 file modified
snapcraft.yaml (+29/-0)
Reviewer Review Type Date Requested Status
Checkbox Developers Pending
Review via email: mp+359515@code.launchpad.net

This proposal has been superseded by a proposal from 2018-11-26.

Description of the change

Add libjson-xs-perl to stage package (in p-p-r rather than p-p-c because some snaps still define their own stage packages for p-p-c to get a lighter snap, e.g on armhf).

To post a comment you must log in.

Unmerged commits

207a0c3... by Sylvain Pineau

Add libjson-xs-perl to stage packages (required to export inxi output to json)

664ac8e... by PMR <pmr@pmr-lander>

Merge #345771 from ~jocave/plainbox-provider-resource/+git/plainbox-provider-resource-parts:apply-dn7-change

eea3fbe... by Jonathan Cave

Comply with snapcraft deprecation notice 7

8abeb31... by Sylvain Pineau

Revert "Add wireless-tools to stage packages (required to run wireless_sta_protocol)"

This reverts commit bee85910580969dd25c887ddc4fc9c9a11863ab8.

113b734... by PMR <pmr@pmr-lander>

Merge #341220 from ~sylvain-pineau/plainbox-provider-resource/+git/plainbox-provider-resource-parts:fix-1744863

bee8591... by Sylvain Pineau

Add wireless-tools to stage packages (required to run wireless_sta_protocol)

3c466c6... by Sylvain Pineau

Add dpkg to get dpkg.architecture for submission reports

0ae7c12... by PMR <pmr@pmr-lander>

Merge #325940 from ~jocave/plainbox-provider-resource/+git/plainbox-provider-resource-parts:add-cpu-checker

158ca16... by Jonathan Cave

Add cpu-checker for virtualization resource

212c97f... by PMR <pmr@pmr-lander>

Merge #325834 from ~jocave/plainbox-provider-resource/+git/plainbox-provider-resource-parts:add-smartmontools

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/snapcraft.yaml b/snapcraft.yaml
0new file mode 1006440new file mode 100644
index 0000000..c53b6e5
--- /dev/null
+++ b/snapcraft.yaml
@@ -0,0 +1,29 @@
1name: plainbox-provider-resource-parts
2summary: Resource jobs for Checkbox
3description: |
4 The resource jobs are used to gather information about the system prior to
5 running the test suite
6version: stable
7
8parts:
9 plainbox-provider-resource:
10 plugin: plainbox-provider
11 source-type: git
12 source: git://git.launchpad.net/plainbox-provider-resource
13 stage-packages:
14 - cpu-checker
15 - dpkg
16 - dmidecode
17 - libjson-xs-perl
18 - pciutils
19 - python3-requests-unixsocket
20 - smartmontools
21 override-build: |
22 cd src && autoreconf -i
23 snapcraftctl build
24 build-packages:
25 - autoconf
26 - automake
27 - libnl-3-dev
28 - libnl-genl-3-dev
29 - pkg-config

Subscribers

People subscribed via source and target branches