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
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index c1d2f7c..87575e2 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -3,10 +3,9 @@ summary: Tools to make git work well with Launchpad
3description: |3description: |
4 A collection of plugins to make working with git and Launchpad a nicer4 A collection of plugins to make working with git and Launchpad a nicer
5 experience.5 experience.
6
7grade: stable6grade: stable
8confinement: classic # Needs classic, since we don't know which git repos it7# Needs classic, since we don't know which git repos it wants to access.
9 # wants to access.8confinement: classic
10base: core229base: core22
11adopt-info: gitlptools10adopt-info: gitlptools
1211
@@ -28,10 +27,13 @@ parts:
28 - keyrings.alt27 - keyrings.alt
29 - SecretStorage28 - SecretStorage
30 override-build: |29 override-build: |
31 craftctl default30 craftctl default
3231 craftctl set version="$(git rev-parse --short HEAD)"
33 version="$(git rev-parse --short HEAD)"32 prime:
34 craftctl set version="$version"33 - -bin/activate*
34 - -bin/Activate*
35 - -bin/pip*
36 - -include
3537
36 elisp:38 elisp:
37 plugin: dump39 plugin: dump

Subscribers

People subscribed via source and target branches