Guard legacy cloop code

ubuntu/precise
Adam Conrad 13 years ago
parent c88c08c38a
commit 7bec127afe

@ -169,6 +169,7 @@ for STE in $SUITES; do
done done
for f in ${PUBDIR}${NOW}/livecd.*.cloop-*; do for f in ${PUBDIR}${NOW}/livecd.*.cloop-*; do
if [ -f $f ]; then
target=${f%-*} target=${f%-*}
if [ ! -f ${target} ]; then if [ ! -f ${target} ]; then
for fsbs in 4096:4096 1024:65536; do for fsbs in 4096:4096 1024:65536; do
@ -182,6 +183,7 @@ for STE in $SUITES; do
ln -sf ${best##*/} ${target} ln -sf ${best##*/} ${target}
fi fi
fi fi
fi
done done
else else
exit 1 exit 1

6
debian/changelog vendored

@ -1,3 +1,9 @@
livecd-rootfs (2.46) UNRELEASED; urgency=low
* Guard legacy cloop code in a [ -f ], so it stops failing.
-- Adam Conrad <adconrad@ubuntu.com> Mon, 05 Dec 2011 15:12:36 -0700
livecd-rootfs (2.45) precise; urgency=low livecd-rootfs (2.45) precise; urgency=low
* Change default suite to precise (better late than never?) * Change default suite to precise (better late than never?)

Loading…
Cancel
Save