mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 13:21:33 +00:00
Merge remote-tracking branch 'philroche/bugfix/ubuntu-cpc-filelist-sort-LP-2033677' into ubuntu/master
This commit is contained in:
commit
85606c8b9d
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (23.10.52) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
* fix: Sort filelists creating when building ubuntu-cpc images (LP: #2033677)
|
||||||
|
|
||||||
|
-- Philip Roche <phil.roche@ubuntu.com> Thu, 31 Aug 2023 18:20:23 +0100
|
||||||
|
|
||||||
livecd-rootfs (23.10.51) mantic; urgency=medium
|
livecd-rootfs (23.10.51) mantic; urgency=medium
|
||||||
|
|
||||||
[ Dimitri John Ledkov ]
|
[ Dimitri John Ledkov ]
|
||||||
|
@ -47,7 +47,7 @@ create_manifest() {
|
|||||||
if [ "$PROJECT" = ubuntu-cpc ]; then
|
if [ "$PROJECT" = ubuntu-cpc ]; then
|
||||||
echo "create_manifest creating file listing."
|
echo "create_manifest creating file listing."
|
||||||
local target_filelist=${2%.manifest}.filelist
|
local target_filelist=${2%.manifest}.filelist
|
||||||
(cd "${chroot_root}" && find -xdev) > "${target_filelist}"
|
(cd "${chroot_root}" && find -xdev) | sort > "${target_filelist}"
|
||||||
fi
|
fi
|
||||||
echo "create_manifest finished"
|
echo "create_manifest finished"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user