mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-25 10:12:55 +03:00
Resolve SNAP conflict
This commit is contained in:
parent
102a6fb9a4
commit
025ee1d77d
@ -60,11 +60,19 @@ parts:
|
||||
source: https://github.com/bottlepy/bottle.git
|
||||
source-branch: release-0.12
|
||||
source-depth: 1
|
||||
override-build: |
|
||||
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/bottle-dist
|
||||
organize:
|
||||
bottle-dist: bottle/dist
|
||||
docker:
|
||||
plugin: python
|
||||
source: https://github.com/docker/docker-py.git
|
||||
source-tag: '3.7.3'
|
||||
source-depth: 1
|
||||
override-build: |
|
||||
cp -r $SNAPCRAFT_PART_BUILD/dist $SNAPCRAFT_PART_INSTALL/docker-dist
|
||||
organize:
|
||||
bottle-dist: docker/dist
|
||||
launchers:
|
||||
source: snap/local/launchers
|
||||
plugin: dump
|
||||
|
Loading…
Reference in New Issue
Block a user