mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-18 14:41:52 +00:00
switch snappy package builds from "snappy build" to "snapcraft snap" (LP: #1557515)
This commit is contained in:
parent
38ad19d447
commit
e7723219a3
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.398) UNRELEASED; urgency=medium
|
||||
|
||||
* switch snappy package builds from "snappy build" to "snapcraft snap"
|
||||
(LP: #1557515)
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Fri, 08 Apr 2016 16:45:48 +0200
|
||||
|
||||
livecd-rootfs (2.397) xenial; urgency=medium
|
||||
|
||||
* live-build/ubuntu-core/hooks/25-create-generic-initrd.chroot:
|
||||
|
@ -337,8 +337,8 @@ architectures: [$ARCH]
|
||||
type: os
|
||||
EOF
|
||||
|
||||
apt-get -y install ubuntu-snappy-cli
|
||||
snappy build --squashfs $rootfs
|
||||
apt-get -y install snapcraft
|
||||
snapcraft snap $rootfs
|
||||
|
||||
snapfile="$(ls ubuntu-core*.snap)"
|
||||
cp -a $snapfile $PREFIX.os.snap
|
||||
@ -577,8 +577,8 @@ EOF
|
||||
fi
|
||||
cd $HERE
|
||||
|
||||
apt-get -y install ubuntu-snappy-cli
|
||||
snappy build --squashfs snap
|
||||
apt-get -y install snapcraft
|
||||
snapcraft snap snap
|
||||
|
||||
snapfile="$(ls $metaname*.snap)"
|
||||
cp -a $snapfile $PREFIX.$snapname
|
||||
|
Loading…
x
Reference in New Issue
Block a user