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 840e9b58853da650d2f3650a49231481b2c5fb57 (commit) via 2f4ef06868e4a07e2db603e2e4f8bc510f9dd3c9 (commit) from d22501e8132e671db2a362d95345347792f9bd31 (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 840e9b58853da650d2f3650a49231481b2c5fb57 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jan 4 09:24:59 2011 +0100
Set backupiso to 2.9beta3.
commit 2f4ef06868e4a07e2db603e2e4f8bc510f9dd3c9 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Tue Jan 4 09:23:32 2011 +0100
Set version to 2.9beta3.
-----------------------------------------------------------------------
Summary of changes: make.sh | 2 +- src/scripts/backupiso | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Difference in files: diff --git a/make.sh b/make.sh index 69f502f..fa31d97 100755 --- a/make.sh +++ b/make.sh @@ -24,7 +24,7 @@
NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.9beta2" # Version number +VERSION="2.9beta3" # Version number CORE="43" # Core Level (Filename) PAKFIRE_CORE="43" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch diff --git a/src/scripts/backupiso b/src/scripts/backupiso index 203748f..f11c33a 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -3,7 +3,7 @@ COREVER=`cat /opt/pakfire/db/core/mine` # FIXME: edit this lines before release URL=http://download.ipfire.org/iso/ -ISO=ipfire-2.9beta1.i586-full-core$COREVER.iso +ISO=ipfire-2.9beta3.i586-full-core$COREVER.iso
if [ -z "$1" ]; then echo usage: $0 backup-file
hooks/post-receive -- IPFire 2.x development tree