Skip to content
Snippets Groups Projects
Unverified Commit f3d6cc6b authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] local snaps for us

parent a3a74d2e
No related branches found
No related tags found
No related merge requests found
...@@ -330,6 +330,11 @@ bump_snap: ...@@ -330,6 +330,11 @@ bump_snap:
@sed -i 's/^version:.*$$/version: ${VERSION}/' snap/snapcraft.yaml @sed -i 's/^version:.*$$/version: ${VERSION}/' snap/snapcraft.yaml
@sed -i 's/^.*echo .*version.txt$$/ echo ${VERSION} > $$SNAPCRAFT_PRIME\/snap\/version.txt/' snap/snapcraft.yaml @sed -i 's/^.*echo .*version.txt$$/ echo ${VERSION} > $$SNAPCRAFT_PRIME\/snap\/version.txt/' snap/snapcraft.yaml
local_snap:
# just to be able to debug stuff locally in the same way as it's really built @canonical
# but multipass is the way to go, nowadays
@snapcraft --debug --use-lxd
vendor_init: vendor_init:
@VENDOR_PATH=${VENDOR_PATH} ./branding/scripts/init @VENDOR_PATH=${VENDOR_PATH} ./branding/scripts/init
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment