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 f1051b495269db1fb67c6d0e72628d4bfe3a910d (commit) from 0d2cbbab855c10643dc4163229e8cff98e4b23de (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 f1051b495269db1fb67c6d0e72628d4bfe3a910d Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat May 5 17:49:44 2018 +0200
set pakfire core back to 120
this should set to 121 when the updated is finished to ensure that testers that has installed a test build install core121 again.
Signed-off-by: Arne Fitzenreiter arne_f@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 f83b90e96..419f9fa95 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.19" # Version number CORE="121" # Core Level (Filename) -PAKFIRE_CORE="121" # Core Level (PAKFIRE) +PAKFIRE_CORE="120" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir
hooks/post-receive -- IPFire 2.x development tree