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, next has been updated via 5934eb5832d5d6c7768a78ca15b0b21ab2f4576e (commit) from 71ca2447bff63413e2756df445d60dd251ac0ab4 (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 5934eb5832d5d6c7768a78ca15b0b21ab2f4576e Author: Michael Tremer michael.tremer@ipfire.org Date: Mon Sep 14 13:37:31 2015 +0100
make.sh: Bump toolchain version
Signed-off-by: Michael Tremer michael.tremer@ipfire.org
-----------------------------------------------------------------------
Summary of changes: make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Difference in files: diff --git a/make.sh b/make.sh index 8554200..da8c17c 100755 --- a/make.sh +++ b/make.sh @@ -36,7 +36,7 @@ BUILD_IMAGES=1 # Flash and Xen Downloader KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` GIT_TAG=$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit -TOOLCHAINVER=9 +TOOLCHAINVER=10
# New architecture variables BUILD_ARCH="$(uname -m)"
hooks/post-receive -- IPFire 2.x development tree