Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Move to base core20 #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

name: snap-cache
base: core18
version: '0.1'
base: core20
version: '0.2'
summary: Keep a local cache of brand store snaps
description: |
In some networks, downloaded snaps from each device is an expensive operation e.g. for
Expand Down Expand Up @@ -45,10 +46,6 @@ parts:
cp -r build/static/js $SNAPCRAFT_PART_INSTALL/static/
cp -r build/static/images $SNAPCRAFT_PART_INSTALL/static/
cp build/* $SNAPCRAFT_PART_INSTALL/static/ || :
build-packages:
- curl
- python-minimal
- python-dev

application:
plugin: go
Expand All @@ -62,3 +59,8 @@ parts:
source: launcher
plugin: dump


build-packages:
- curl
- python3-minimal
- python3-dev