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 b50b9521fb2d5405b651a717155fe487350c85a1 (commit) from fd9a531f716312b2bdab35f92c6aad5add21d563 (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 b50b9521fb2d5405b651a717155fe487350c85a1 Author: Michael Tremer michael.tremer@ipfire.org Date: Wed Jun 6 16:20:36 2018 +0100
make.sh: Bump toolchain date
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 dbe129745..e8591f363 100755 --- a/make.sh +++ b/make.sh @@ -37,7 +37,7 @@ 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=20180213 +TOOLCHAINVER=20180606
############################################################################### #
hooks/post-receive -- IPFire 2.x development tree