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, master has been updated via e701e24fb29854f609ccf72680e88e3041c2fa6e (commit) from 9d5737f048219937b9bc533f0a1d224ef96543b8 (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 e701e24fb29854f609ccf72680e88e3041c2fa6e 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