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 5b6acb88c607b2b9a46365281e611706c0c12109 (commit) from ad5338015f68bca7bb5987c7e44218fe21377dad (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 5b6acb88c607b2b9a46365281e611706c0c12109 Author: Arne Fitzenreiter Arne_F@ipfire.org Date: Wed Oct 2 16:24:24 2013 +0200
Fix empty system-release.
-----------------------------------------------------------------------
Summary of changes: tools/make-functions | 1 + 1 file changed, 1 insertion(+)
Difference in files: diff --git a/tools/make-functions b/tools/make-functions index 3ff647c..48fc6d4 100644 --- a/tools/make-functions +++ b/tools/make-functions @@ -454,6 +454,7 @@ ipfiremake() { CORE=$CORE \ CONFIG_ROOT=$CONFIG_ROOT \ NAME="$NAME" SNAME="$SNAME" SLOGAN="$SLOGAN" \ + SYSTEM_RELEASE="$SYSTEM_RELEASE" \ CFLAGS="$C2FLAGS" CXXFLAGS="$CXX2FLAGS" \ CCACHE_DIR=/usr/src/ccache CCACHE_COMPRESS=1 \ CCACHE_COMPILERCHECK="none" \
hooks/post-receive -- IPFire 2.x development tree