Merge ~alfonsosanchezbeato/snappy-hwe-snaps/+git/modem-manager:optimize-staged-packages into ~snappy-hwe-team/snappy-hwe-snaps/+git/modem-manager:master

Proposed by Alfonso Sanchez-Beato
Status: Merged
Approved by: Alfonso Sanchez-Beato
Approved revision: 31343328ebbf8127555c69cabe5a5d77d6c00d04
Merged at revision: 39ac03e1ef6b4580962722f401008179bb93fd38
Proposed branch: ~alfonsosanchezbeato/snappy-hwe-snaps/+git/modem-manager:optimize-staged-packages
Merge into: ~snappy-hwe-team/snappy-hwe-snaps/+git/modem-manager:master
Diff against target: 41 lines (+1/-22)
1 file modified
snapcraft.yaml (+1/-22)
Reviewer Review Type Date Requested Status
System Enablement Bot continuous-integration Approve
Review via email: mp+377004@code.launchpad.net

Commit message

Reduce to the minimum the staged packages

There were many packages that were not actually included in the snap,
and some others are already part of core, like glib and libpcre.

Description of the change

Reduce to the minimum the staged packages

There were many packages that were not actually included in the snap,
and some others are already part of core, like glib and libpcre

To post a comment you must log in.
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: 31343328ebbf8127555c69cabe5a5d77d6c00d04

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1275/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: 31343328ebbf8127555c69cabe5a5d77d6c00d04

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1276/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: 31343328ebbf8127555c69cabe5a5d77d6c00d04

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1277/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: 31343328ebbf8127555c69cabe5a5d77d6c00d04

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1278/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :

PASSED: Successfully build documentation, rev: 31343328ebbf8127555c69cabe5a5d77d6c00d04

Generated documentation is available at https://jenkins.canonical.com/system-enablement/job/snappy-hwe-snaps-snap-docs/1279/

Revision history for this message
System Enablement Bot (system-enablement-ci-bot) wrote :
review: Approve (continuous-integration)

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
2index 13b1804..1d44384 100644
3--- a/snapcraft.yaml
4+++ b/snapcraft.yaml
5@@ -189,16 +189,7 @@ parts:
6 - python-gi
7
8 stage-packages:
9- - automake
10- - libtool
11- - intltool
12- - gtk-doc-tools
13- - gnome-common
14- - gobject-introspection
15- - libgirepository1.0-dev
16- - libglib2.0-dev
17- - libgudev-1.0-dev
18- - libglib2.0-doc
19+ - libgudev-1.0-0
20
21 override-build: |
22 snapcraftctl build
23@@ -216,18 +207,6 @@ parts:
24 - usr/lib/*/libgudev-1.0.so*
25 - usr/lib/libmm-glib.so*
26 - usr/share/doc/libgudev-1.0-0/
27- # Following libraries could also be pulled from core
28- - usr/lib/*/libgmodule-2.0.so*
29- - usr/lib/*/libgio-2.0.so*
30- - usr/lib/*/libgobject-2.0.so*
31- - usr/lib/*/libglib-2.0.so*
32- - usr/lib/*/libffi.so*
33- - usr/lib/*/libpcre.so*
34- - lib/*/libglib-2.0.so*
35- - lib/*/libpcre.so*
36- - usr/share/doc/libglib2.0-*
37- - usr/share/doc/libffi6/
38- - usr/share/doc/libpcre*
39
40 prime:
41 - $wanted

Subscribers

People subscribed via source and target branches