mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-01 22:01:35 +00:00
Omit file type exensions in manifest names
This commit is contained in:
parent
7af37be61a
commit
ff91fd7da4
@ -6,7 +6,7 @@ set -e
|
|||||||
|
|
||||||
. config/functions
|
. config/functions
|
||||||
|
|
||||||
create_manifest chroot "livecd.$PROJECT.rootfs.tar.gz.manifest"
|
create_manifest chroot "livecd.$PROJECT.rootfs.manifest"
|
||||||
|
|
||||||
# gzip was chosen for fastest decompression speed: it decompresses buildd
|
# gzip was chosen for fastest decompression speed: it decompresses buildd
|
||||||
# chroots about twice as fast as xz and about five times as fast as bzip2.
|
# chroots about twice as fast as xz and about five times as fast as bzip2.
|
||||||
|
@ -11,7 +11,7 @@ config/make-lxd-metadata "${LB_DISTRIBUTION%-*}" "$ARCH" \
|
|||||||
tar --numeric-owner -cf "livecd.$PROJECT.lxd.tar" -C "$TMPDIR" metadata.yaml
|
tar --numeric-owner -cf "livecd.$PROJECT.lxd.tar" -C "$TMPDIR" metadata.yaml
|
||||||
rm -rf "$TMPDIR"
|
rm -rf "$TMPDIR"
|
||||||
|
|
||||||
create_manifest chroot "livecd.$PROJECT.lxd.tar.manifest"
|
create_manifest chroot "livecd.$PROJECT.lxd.manifest"
|
||||||
|
|
||||||
# When using the combined metadata/rootfs form, the rootfs must be under
|
# When using the combined metadata/rootfs form, the rootfs must be under
|
||||||
# rootfs/ rather than under chroot-autobuild/.
|
# rootfs/ rather than under chroot-autobuild/.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user