This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, fifteen has been updated via 42e4fa805ec8c3bbc085d2d9d8746afd97062009 (commit) from d02853e73cd65332ebeda9490e3306931ebd7406 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 42e4fa805ec8c3bbc085d2d9d8746afd97062009 Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Sep 30 21:28:52 2013 +0200
cdrom: Update /etc/system-release when needed.
-----------------------------------------------------------------------
Summary of changes: lfs/cdrom | 4 ++++ tools/make-functions | 1 + 2 files changed, 5 insertions(+)
Difference in files: diff --git a/lfs/cdrom b/lfs/cdrom index f19031d..5a85002 100644 --- a/lfs/cdrom +++ b/lfs/cdrom @@ -52,6 +52,10 @@ md5 : ###############################################################################
$(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) + # Update /etc/system-release, because the string might have changed + # since stage2 has been executed.. + echo "$(SYSTEM_RELEASE)" > /etc/system-release + rm -rf /install/cdrom /tmp/* mkdir -p /install/cdrom/doc
diff --git a/tools/make-functions b/tools/make-functions index 3a16c02..3ff647c 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -522,6 +522,7 @@ installmake() { TERM=$TERM PS1='\u:\w$ ' \ PATH=/tools/ccache/bin:/bin:/usr/bin:/sbin:/usr/sbin \ VERSION=$VERSION \ + SYSTEM_RELEASE="${SYSTEM_RELEASE}" \ CONFIG_ROOT=$CONFIG_ROOT \ NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \ CFLAGS="-Os" CXXFLAGS="-Os" \
hooks/post-receive -- IPFire 2.x development tree