Merge ~ack/maas:1976194-snap-maas-common-dir-3.2 into maas:3.2

Proposed by Alberto Donato
Status: Merged
Approved by: Alberto Donato
Approved revision: 33edf413fe213b207cb08418596732d18f2089c2
Merge reported by: MAAS Lander
Merged at revision: not available
Proposed branch: ~ack/maas:1976194-snap-maas-common-dir-3.2
Merge into: maas:3.2
Diff against target: 12 lines (+1/-0)
1 file modified
snap/hooks/install (+1/-0)
Reviewer Review Type Date Requested Status
Alberto Donato (community) Approve
MAAS Lander Needs Fixing
Review via email: mp+423607@code.launchpad.net

Commit message

LP:1976194 ensure the $SNAP_COMMON/maas directory is always created

To post a comment you must log in.
Revision history for this message
MAAS Lander (maas-lander) wrote :

UNIT TESTS
-b 1976194-snap-maas-common-dir-3.2 lp:~ack/maas/+git/maas into -b 3.2 lp:~maas-committers/maas

STATUS: FAILED
LOG: http://maas-ci.internal:8080/job/maas/job/branch-tester/12714/console
COMMIT: 33edf413fe213b207cb08418596732d18f2089c2

review: Needs Fixing
Revision history for this message
Alberto Donato (ack) wrote :

backport of fix from master

review: Approve
Revision history for this message
MAAS Lander (maas-lander) wrote :

LANDING
-b 1976194-snap-maas-common-dir-3.2 lp:~ack/maas/+git/maas into -b 3.2 lp:~maas-committers/maas

STATUS: FAILED BUILD
LOG: http://maas-ci.internal:8080/job/maas/job/branch-tester/12733/consoleText

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/snap/hooks/install b/snap/hooks/install
2index 73e0b03..fad804e 100755
3--- a/snap/hooks/install
4+++ b/snap/hooks/install
5@@ -3,6 +3,7 @@
6 # GNU Affero General Public License version 3 (see the file LICENSE).
7
8 mkdir -p \
9+ "$SNAP_COMMON/maas" \
10 "$SNAP_DATA/preseeds" \
11 "$SNAP_DATA/root" \
12 "$SNAP_DATA/supervisord"

Subscribers

People subscribed via source and target branches