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, core44 has been updated via 05abd7ba2501dad59e367c2e1b7423ce2ecff1ff (commit) via d4503cde253bb6888e0a5a58782b6af8050f17b0 (commit) from 856c9bf08de8297af1d0e7225bdb3dc2098781c6 (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 ----------------------------------------------------------------- -----------------------------------------------------------------------
Summary of changes: lfs/installer | 4 ++-- src/install+setup/install/downloadsource.sh | 4 +++- src/scripts/backupiso | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-)
Difference in files: diff --git a/lfs/installer b/lfs/installer index 553d599..7661963 100644 --- a/lfs/installer +++ b/lfs/installer @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2011 IPFire Team info@ipfire.org # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -63,7 +63,7 @@ $(TARGET) : cd $(DIR_APP)/install && install -v -m 0755 install probenic.sh \ probehw.sh downloadsource.sh mountsource.sh mountdest.sh /install/initrd/bin #Patch ISO Name for download ... - sed -i -e "s|ipfire.iso|$(SNAME)-$(VERSION).$(MACHINE)-full-core$(CORE).iso|g" \ + sed -i -e "s|ipfire.iso|download.ipfire.org/releases/ipfire-2.x/$(VERSION)-core$(CORE)/$(SNAME)-$(VERSION).$(MACHINE)-full-core$(CORE).iso|g" \ /install/initrd/bin/downloadsource.sh @rm -rf $(DIR_APP) @$(POSTBUILD) diff --git a/src/install+setup/install/downloadsource.sh b/src/install+setup/install/downloadsource.sh index fad2609..5c6360d 100644 --- a/src/install+setup/install/downloadsource.sh +++ b/src/install+setup/install/downloadsource.sh @@ -19,7 +19,9 @@ # # ###############################################################################
-IPFireISO=download.ipfire.org/iso/ipfire.iso +#lfs change the url while build! +IPFireISO=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 72e6a0b..426c1e4 100644 --- a/src/scripts/backupiso +++ b/src/scripts/backupiso @@ -2,7 +2,7 @@
COREVER=`cat /opt/pakfire/db/core/mine` # FIXME: edit this lines before release -URL=http://download.ipfire.org/iso/ +URL=http://download.ipfire.org/releases/ipfire-2.x/2.9-core$COREVER/ ISO=ipfire-2.9.i586-full-core$COREVER.iso
if [ -z "$1" ]; then
hooks/post-receive -- IPFire 2.x development tree