fix device.tar.gz generation for snappy

This commit is contained in:
Michael Vogt 2015-04-08 19:35:42 +02:00
parent fb5ea7ee78
commit df931c05f7
2 changed files with 8 additions and 2 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
livecd-rootfs (2.297) UNRELEASED; urgency=low
* fix device.tar.gz generation for snappy
-- Michael Vogt <michael.vogt@ubuntu.com> Wed, 08 Apr 2015 17:45:08 +0200
livecd-rootfs (2.296) vivid; urgency=low
* ubuntu-core:

View File

@ -64,7 +64,7 @@ fi
# and tar it up
(
cd $TMPDIR
tar -c -z -f $HERE/device.tar.gz system
tar -c -z -f $HERE/device.tar.gz system assets hardware.yaml
)
# now build the azure device tarball by adding walinuxagent
@ -86,7 +86,7 @@ then
# and tar it up
(
cd $TMPDIR
tar -c -z -f $HERE/device-azure.tar.gz system
tar -c -z -f $HERE/device-azure.tar.gz system assets hardware.yaml
)
fi
rm -rf $TMPDIR