Import patches-unapplied version 2.384 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 24f93cf89e599c662f4e33d6c57fbeb30f0950d8

New changelog entries:
  * slightly adjust the naming of the OS snap for snappy builds so it becomes
    easier for cdimage to grab and publish it.
This commit is contained in:
Oliver Grawert 2016-03-08 19:43:19 +01:00 committed by usd-importer
parent 24f93cf89e
commit 4089d75a21
2 changed files with 8 additions and 1 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.384) xenial; urgency=medium
* slightly adjust the naming of the OS snap for snappy builds so it becomes
easier for cdimage to grab and publish it.
-- Oliver Grawert <ogra@ubuntu.com> Tue, 08 Mar 2016 19:43:19 +0100
livecd-rootfs (2.383) xenial; urgency=medium
* add snap cration for ubuntu-core snappy rootfs builds

View File

@ -341,7 +341,7 @@ EOF
snappy build --squashfs $rootfs
snapfile="$(ls ubuntu-core*.snap)"
cp -a $snapfile $PREFIX.$snapfile
cp -a $snapfile $PREFIX.os.snap
fi
fi