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, thirteen has been updated via ef3bc862489a5dfddd0d242a7eb7a0e545996e04 (commit) from 95c26b24859ac1537c5df79cbfaf3ae732be301d (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 ef3bc862489a5dfddd0d242a7eb7a0e545996e04 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed Nov 28 08:49:09 2012 +0100
toolchain: bump version.
-----------------------------------------------------------------------
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 7cf5945..94e45ed 100755 --- a/make.sh +++ b/make.sh @@ -37,7 +37,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'` MACHINE=`uname -m` GIT_TAG=$(git tag | tail -1) # Git Tag GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit -TOOLCHAINVER=5 +TOOLCHAINVER=6
BUILDMACHINE=$MACHINE if [ "$MACHINE" = "x86_64" ]; then
hooks/post-receive -- IPFire 2.x development tree