Move snap dependencies to separate parts
You can't include dependencies if you use the "stage:" or "prime:" filters as they will also filter the files from your dependencies. This is apparently per design and not a bug...
This commit is contained in:
parent
303e5ef87b
commit
98243fc68f
|
@ -23,6 +23,9 @@ parts:
|
||||||
- core/**/*.js
|
- core/**/*.js
|
||||||
- vendor/**/*.js
|
- vendor/**/*.js
|
||||||
- novnc_proxy
|
- novnc_proxy
|
||||||
|
|
||||||
|
novnc-deps:
|
||||||
|
plugin: nil
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- bash
|
- bash
|
||||||
|
|
||||||
|
@ -31,6 +34,9 @@ parts:
|
||||||
plugin: dump
|
plugin: dump
|
||||||
stage:
|
stage:
|
||||||
- svc_wrapper.sh
|
- svc_wrapper.sh
|
||||||
|
|
||||||
|
svc-script-deps:
|
||||||
|
plugin: nil
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- bash
|
- bash
|
||||||
- jq
|
- jq
|
||||||
|
|
Loading…
Reference in New Issue