mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-07 17:02:30 +00:00
Import patches-unapplied version 2.155 to ubuntu/saucy-proposed
Imported using git-ubuntu import. Changelog parent: 70b02315bdfad94fee06464ea5a9b3e74cd26191 New changelog entries: * try to hand the exported $NOW over from live-build/auto/config as $BUILDSTAMP so live-build/auto/build can use it to write a stamp file
This commit is contained in:
parent
70b02315bd
commit
77f39e99b7
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
|||||||
|
livecd-rootfs (2.155) saucy; urgency=low
|
||||||
|
|
||||||
|
* try to hand the exported $NOW over from live-build/auto/config as
|
||||||
|
$BUILDSTAMP so live-build/auto/build can use it to write a stamp file
|
||||||
|
|
||||||
|
-- Oliver Grawert <ogra@ubuntu.com> Fri, 05 Jul 2013 12:29:50 +0200
|
||||||
|
|
||||||
livecd-rootfs (2.154) saucy; urgency=low
|
livecd-rootfs (2.154) saucy; urgency=low
|
||||||
|
|
||||||
[ Sergio Schvezov ]
|
[ Sergio Schvezov ]
|
||||||
|
@ -239,7 +239,7 @@ deb file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS
|
|||||||
INFO_DESC="$(lsb_release -d -s)"
|
INFO_DESC="$(lsb_release -d -s)"
|
||||||
|
|
||||||
mkdir -p chroot/var/log/installer
|
mkdir -p chroot/var/log/installer
|
||||||
echo "$INFO_DESC - $ARCH ($NOW)" >chroot/var/log/installer/media-info
|
echo "$INFO_DESC - $ARCH ($BUILDSTAMP)" >chroot/var/log/installer/media-info
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "===== Checking size of /usr/share/doc ====="
|
echo "===== Checking size of /usr/share/doc ====="
|
||||||
|
@ -89,6 +89,8 @@ PREINSTALL_POOL_SEEDS=
|
|||||||
CHROOT_HOOKS=
|
CHROOT_HOOKS=
|
||||||
BINARY_HOOKS=
|
BINARY_HOOKS=
|
||||||
|
|
||||||
|
BUILDSTAMP="${NOW}"
|
||||||
|
|
||||||
add_chroot_hook ()
|
add_chroot_hook ()
|
||||||
{
|
{
|
||||||
CHROOT_HOOKS="${CHROOT_HOOKS:+$CHROOT_HOOKS }$1"
|
CHROOT_HOOKS="${CHROOT_HOOKS:+$CHROOT_HOOKS }$1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user