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 c2cc3cf1b990cb84e0bc15ae1fd45d4786b0b6da (commit) from ec8d7a31d6738315f29d48fc0b994ea97c9e5232 (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 c2cc3cf1b990cb84e0bc15ae1fd45d4786b0b6da Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Jan 8 14:07:19 2011 +0100
Set version to 2.9rc1.
-----------------------------------------------------------------------
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 fa31d97..854f4a2 100755 --- a/make.sh +++ b/make.sh @@ -24,7 +24,7 @@
NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.9beta3" # Version number +VERSION="2.9rc1" # 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 f11c33a..6aacf8d 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.9beta3.i586-full-core$COREVER.iso +ISO=ipfire-2.9rc1.i586-full-core$COREVER.iso
if [ -z "$1" ]; then echo usage: $0 backup-file
hooks/post-receive -- IPFire 2.x development tree