Support for looking in build-aux/snap
Bug #1805219 reported by
Sergio Schvezov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Fix Released
|
High
|
Colin Watson | ||
Snapcraft |
Fix Released
|
Wishlist
|
Sergio Schvezov |
Bug Description
Look for snapcraft definitions in build-aux/snap as a preferred path over the snap directory for projects that have a snap directory for other purposes.
Related branches
lp:~cjwatson/launchpad/build-aux-snap
- William Grant (community): Approve (code)
-
Diff: 139 lines (+46/-10)4 files modifiedlib/lp/snappy/interfaces/snap.py (+13/-8)
lib/lp/snappy/model/snap.py (+1/-0)
lib/lp/snappy/templates/snap-new.pt (+3/-2)
lib/lp/snappy/tests/test_snap.py (+29/-0)
Changed in snapcraft: | |
importance: | Undecided → Wishlist |
status: | New → Triaged |
Changed in snapcraft: | |
milestone: | none → 3.2 |
assignee: | nobody → Sergio Schvezov (sergiusens) |
Changed in snapcraft: | |
milestone: | 3.2 → 3.3 |
Changed in snapcraft: | |
status: | In Progress → Fix Committed |
Changed in snapcraft: | |
status: | Fix Committed → Fix Released |
tags: | added: lp-snappy |
Changed in launchpad: | |
status: | New → Triaged |
importance: | Undecided → High |
Changed in launchpad: | |
status: | Triaged → In Progress |
assignee: | nobody → Colin Watson (cjwatson) |
tags: |
added: qa-ok removed: qa-needstesting |
Changed in launchpad: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
We (the snapd team) would really like to have this feature. We have a "snap" directory that contains our (golang) code to deal with "snap" packages. So using snap/snapcraft.yaml is not practical for us.