mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-21 15:31:07 +00:00
try to hand the exported $NOW over from live-build/auto/config as $BUILDSTAMP
This commit is contained in:
parent
9b5ae6ff60
commit
557de06383
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.155) UNRELEASED; 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
|
||||
|
||||
[ Sergio Schvezov ]
|
||||
|
@ -239,7 +239,7 @@ deb file:/var/lib/preinstalled-pool/ $LB_DISTRIBUTION $LB_PARENT_ARCHIVE_AREAS
|
||||
INFO_DESC="$(lsb_release -d -s)"
|
||||
|
||||
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
|
||||
|
||||
echo "===== Checking size of /usr/share/doc ====="
|
||||
|
@ -89,6 +89,8 @@ PREINSTALL_POOL_SEEDS=
|
||||
CHROOT_HOOKS=
|
||||
BINARY_HOOKS=
|
||||
|
||||
BUILDSTAMP="${NOW}"
|
||||
|
||||
add_chroot_hook ()
|
||||
{
|
||||
CHROOT_HOOKS="${CHROOT_HOOKS:+$CHROOT_HOOKS }$1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user