Merge ~ack/gitlptools:snap-cleanups into gitlptools:master

Proposed by Alberto Donato
Status: Merged
Approved by: Alberto Donato
Approved revision: 35e31e80a7905a7a7e5263b3b06d0025625e4f50
Merged at revision: 35e31e80a7905a7a7e5263b3b06d0025625e4f50
Proposed branch: ~ack/gitlptools:snap-cleanups
Merge into: gitlptools:master
Diff against target: 35 lines (+9/-7)
1 file modified
snap/snapcraft.yaml (+9/-7)
Reviewer Review Type Date Requested Status
Adam Collard (community) Approve
Review via email: mp+441074@code.launchpad.net

Commit message

small snap cleanups

To post a comment you must log in.
Revision history for this message
Adam Collard (adam-collard) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
2index c1d2f7c..87575e2 100644
3--- a/snap/snapcraft.yaml
4+++ b/snap/snapcraft.yaml
5@@ -3,10 +3,9 @@ summary: Tools to make git work well with Launchpad
6 description: |
7 A collection of plugins to make working with git and Launchpad a nicer
8 experience.
9-
10 grade: stable
11-confinement: classic # Needs classic, since we don't know which git repos it
12- # wants to access.
13+# Needs classic, since we don't know which git repos it wants to access.
14+confinement: classic
15 base: core22
16 adopt-info: gitlptools
17
18@@ -28,10 +27,13 @@ parts:
19 - keyrings.alt
20 - SecretStorage
21 override-build: |
22- craftctl default
23-
24- version="$(git rev-parse --short HEAD)"
25- craftctl set version="$version"
26+ craftctl default
27+ craftctl set version="$(git rev-parse --short HEAD)"
28+ prime:
29+ - -bin/activate*
30+ - -bin/Activate*
31+ - -bin/pip*
32+ - -include
33
34 elisp:
35 plugin: dump

Subscribers

People subscribed via source and target branches