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

Subscribers

People subscribed via source and target branches