mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-11 02:41:33 +00:00
Import patches-unapplied version 1.124 to ubuntu/maverick
Imported using git-ubuntu import. Changelog parent: 9109e956a9af4bb7fd0402376572278cf121c072 New changelog entries: * BuildLiveCD: update livecd chroot at start of run, for freshest livecd-rootfs package.
This commit is contained in:
parent
9109e956a9
commit
ea4dcbc59f
@ -97,6 +97,12 @@ trap "rm -f ~/buildLiveCD.lock; exit 1" 1 2 3 15
|
|||||||
exec > $BUILD_LOG 2>&1
|
exec > $BUILD_LOG 2>&1
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
for STE in $SUITES; do
|
||||||
|
if [ -d ~/build-${STE}-live/chroot-${STE} ]; then
|
||||||
|
sudo chroot ~/build-${STE}-live/chroot-${STE} apt-get -qq update || true
|
||||||
|
sudo chroot ~/build-${STE}-live/chroot-${STE} apt-get -y dist-upgrade || true
|
||||||
|
fi
|
||||||
|
done
|
||||||
for STE in $SUITES; do
|
for STE in $SUITES; do
|
||||||
if cd ~/build-${STE}-live 2>/dev/null; then
|
if cd ~/build-${STE}-live 2>/dev/null; then
|
||||||
DIR=~/build-${STE}-live/chroot-${STE}/./build/
|
DIR=~/build-${STE}-live/chroot-${STE}/./build/
|
||||||
|
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (1.124) maverick; urgency=low
|
||||||
|
|
||||||
|
* BuildLiveCD: update livecd chroot at start of run, for freshest
|
||||||
|
livecd-rootfs package.
|
||||||
|
|
||||||
|
-- LaMont Jones <lamont@ubuntu.com> Sat, 26 Jun 2010 07:37:46 -0600
|
||||||
|
|
||||||
livecd-rootfs (1.123) maverick; urgency=low
|
livecd-rootfs (1.123) maverick; urgency=low
|
||||||
|
|
||||||
* Make sure LIVE_BOOT_SCRIPTS is always defined.
|
* Make sure LIVE_BOOT_SCRIPTS is always defined.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user