From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 5934eb5832d5d6c7768a78ca15b0b21ab2f4576e Date: Mon, 14 Sep 2015 14:38:01 +0200 Message-ID: <20150914123802.67AFA221CC@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6692788508300400316==" List-Id: --===============6692788508300400316== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit 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 Date: Mon Sep 14 13:37:31 2015 +0100 make.sh: Bump toolchain version Signed-off-by: Michael Tremer ----------------------------------------------------------------------- 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 --===============6692788508300400316==--