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 2c97e773002a5d63c2bfda7cc904082a06652c28 (commit) via 9666a34d0e20328bc43ba90904382176b7844796 (commit) from a8e3b15d77512134c29d86ec0489d25f8a801fec (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 2c97e773002a5d63c2bfda7cc904082a06652c28 Merge: 9666a34 a8e3b15 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun May 3 13:03:25 2015 +0200
Merge branch 'next' of git.ipfire.org:/pub/git/ipfire-2.x into next
commit 9666a34d0e20328bc43ba90904382176b7844796 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun May 3 13:02:30 2015 +0200
toolchain: set version to 9.
-----------------------------------------------------------------------
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 26f9d42..cd78bf7 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=8 +TOOLCHAINVER=9
# New architecture variables BUILD_ARCH="$(uname -m)"
hooks/post-receive -- IPFire 2.x development tree