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 916cf307b19d6d267b3a8737ba9b299284c0f137 (commit) from 875bd87bbd1de44979d1d1a4605a5713d7d07118 (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 916cf307b19d6d267b3a8737ba9b299284c0f137 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Apr 25 21:44:47 2016 +0200
core101: close core update.
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/101/update.sh | 2 +- make.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/101/update.sh b/config/rootfiles/core/101/update.sh index 0c9fe6d..207b046 100644 --- a/config/rootfiles/core/101/update.sh +++ b/config/rootfiles/core/101/update.sh @@ -80,7 +80,7 @@ fi
sync # This update need a reboot... -#touch /var/run/need_reboot +touch /var/run/need_reboot
# Finish /etc/init.d/fireinfo start diff --git a/make.sh b/make.sh index e8def81..960b45d 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="101" # Core Level (Filename) -PAKFIRE_CORE="100" # Core Level (PAKFIRE) +PAKFIRE_CORE="101" # 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