Skip to content

Commit

Permalink
Merge pull request #10 from snapcrafters/core-migration
Browse files Browse the repository at this point in the history
Migrate core
  • Loading branch information
popey committed Nov 18, 2020
2 parents 4e3511d + 3212fc2 commit 3babe3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -6,7 +6,7 @@ env:
- LC_ALL: C.UTF-8
- LANG: C.UTF-8
- SNAPCRAFT_ENABLE_SILENT_REPORT: y
- SNAPCRAFT_ENABLE_DEVELOPER_DEBUG: y
- SNAPCRAFT_ENABLE_DEVELOPER_DEBUG: n

addons:
snaps:
Expand All @@ -30,4 +30,4 @@ after_success:
- timeout 180 /snap/bin/transfer "$(echo "$TRAVIS_REPO_SLUG" | sed -e 's|.*/\(.*\)|\1|')-pr$TRAVIS_PULL_REQUEST.snap"
after_failure:
- sudo journalctl -u snapd
- http https://api.snapcraft.io/v2/snaps/info/core architecture==amd64 Snap-Device-Series:16
- http https://api.snapcraft.io/v2/snaps/info/core architecture==amd64 Snap-Device-Series:16
4 changes: 2 additions & 2 deletions snap/snapcraft.yaml
Expand Up @@ -7,7 +7,7 @@ description: |
grade: stable
confinement: strict
base: core
base: core20

apps:
links:
Expand Down Expand Up @@ -36,7 +36,7 @@ parts:
stage-packages:
- libbz2-1.0
- liblzma5
- libevent-2.0-5
- libevent-2.1-7
- libgpm2
- libpcre3
- liblz1
Expand Down

0 comments on commit 3babe3d

Please sign in to comment.