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 712829a1b84985bd800c84298f81a116d3a39810 (commit) via 513d55e208e12d776601d82d343962e5d98724d0 (commit) from ebc3a12fcb97526c0bb8158bfb855b8ba48dc7e5 (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 712829a1b84985bd800c84298f81a116d3a39810 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Dec 11 09:36:58 2010 +0100
Set iso back to core43.
commit 513d55e208e12d776601d82d343962e5d98724d0 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Sat Dec 11 09:35:22 2010 +0100
Changed ISO download path to normal server.
-----------------------------------------------------------------------
Summary of changes: make.sh | 2 +- src/install+setup/install/downloadsource.sh | 4 +--- src/scripts/backupiso | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-)
Difference in files: diff --git a/make.sh b/make.sh index 3993291..37a4600 100755 --- a/make.sh +++ b/make.sh @@ -25,7 +25,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name VERSION="2.9beta1" # Version number -CORE="44" # Core Level (Filename) +CORE="43" # Core Level (Filename) PAKFIRE_CORE="43" # Core Level (PAKFIRE) GIT_BRANCH=`git status | head -n1 | cut -d" " -f4` # Git Branch SLOGAN="www.ipfire.org" # Software slogan diff --git a/src/install+setup/install/downloadsource.sh b/src/install+setup/install/downloadsource.sh index 8471df3..fad2609 100644 --- a/src/install+setup/install/downloadsource.sh +++ b/src/install+setup/install/downloadsource.sh @@ -19,9 +19,7 @@ # # ###############################################################################
-# Path for testing. Need to be changed for release! -IPFireISO=people.ipfire.org/~arne_f/testing/next/ipfire.iso -#IPFireISO=download.ipfire.org/iso/ipfire.iso +IPFireISO=download.ipfire.org/iso/ipfire.iso
#Get user defined download from boot cmdline grep "netinstall=" /proc/cmdline > /dev/null && CMDLINE=1 diff --git a/src/scripts/backupiso b/src/scripts/backupiso index c1cc35b..203748f 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.7.i586-full-core$COREVER.iso +ISO=ipfire-2.9beta1.i586-full-core$COREVER.iso
if [ -z "$1" ]; then echo usage: $0 backup-file
hooks/post-receive -- IPFire 2.x development tree