shell boilerplate could be automatically added when building in devmode
Bug #1615163 reported by
Nish Aravamudan
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
snapcraft (Ubuntu) |
New
|
Wishlist
|
Unassigned |
Bug Description
It becomes quite common while first snapping an application to add something like:
apps:
shell:
command: bash
parts:
bash:
plugin: dump
source: /bin/bash
[ this might not be exactly correct, just wanted to document the idea before EOD ]
It feels like this could be a builtin/transparent addition, perhaps specifically when building in devmode? It makes for much easier debugging of issues/
To post a comment you must log in.