mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-13 22:28:27 +00:00
Import patches-unapplied version 2.412 to ubuntu/yakkety-proposed
Imported using git-ubuntu import. Changelog parent: 7570a3c606be30378a9d53f3b73765ef7f0a47bf New changelog entries: * rename the ubuntu-core snap to simply be "core", update the package summary too
This commit is contained in:
parent
7570a3c606
commit
41e1ae746c
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.412) yakkety; urgency=medium
|
||||
|
||||
* rename the ubuntu-core snap to simply be "core", update the package
|
||||
summary too
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Fri, 27 May 2016 10:45:38 +0200
|
||||
|
||||
livecd-rootfs (2.411) yakkety; urgency=medium
|
||||
|
||||
[ Michael Vogt ]
|
||||
|
@ -330,9 +330,9 @@ if [ "$PROJECT:$SUBPROJECT" = "ubuntu-core:system-image" ]; then
|
||||
VERSION="$(lsb_release -r -s)+$(date +20%y%m%d.%H-%M)"
|
||||
|
||||
cat > $rootfs/meta/snap.yaml <<EOF
|
||||
name: ubuntu-core
|
||||
name: core
|
||||
version: $VERSION
|
||||
summary: The ubuntu-core OS snap
|
||||
summary: The core runtime environment for snapd
|
||||
architectures: [$ARCH]
|
||||
type: os
|
||||
EOF
|
||||
@ -340,7 +340,7 @@ EOF
|
||||
apt-get -y install snapcraft
|
||||
snapcraft snap $rootfs
|
||||
|
||||
snapfile="$(ls ubuntu-core*.snap)"
|
||||
snapfile="$(ls core*.snap)"
|
||||
cp -a $snapfile $PREFIX.os.snap
|
||||
fi
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user