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 b1aad521407a2526c98ed5965523e8edf6880f43 (commit) from 879ad7fb6091a24a08958e5957de7fe96231b4d3 (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 b1aad521407a2526c98ed5965523e8edf6880f43 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sun May 16 16:51:16 2010 +0200
Set pakfire core to 38.
-----------------------------------------------------------------------
Summary of changes: make.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
Difference in files: diff --git a/make.sh b/make.sh index 9aa1aca..4908927 100755 --- a/make.sh +++ b/make.sh @@ -26,7 +26,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.6" # Version number CORE="38" # Core Level (Filename) -PAKFIRE_CORE="37" # Core Level (PAKFIRE) +PAKFIRE_CORE="38" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir
hooks/post-receive -- IPFire 2.x development tree