]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
Set Version to 2.5beta1
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 22 Apr 2009 17:17:22 +0000 (19:17 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 22 Apr 2009 17:17:22 +0000 (19:17 +0200)
config/rootfiles/core/28/filelists/files
config/rootfiles/core/28/update.sh
html/cgi-bin/samba.cgi
make.sh
src/pakfire/pakfire.conf
src/scripts/backupiso

index f0145c443954e010f492f44eaf653d3e8396ee32..d20dbe8055c30ee82aa2d958963d0c0f85f0bbaa 100644 (file)
@@ -29,3 +29,4 @@ srv/web/ipfire/cgi-bin/hardwaregraphs.cgi
 srv/web/ipfire/cgi-bin/credits.cgi
 srv/web/ipfire/cgi-bin/backup.cgi
 srv/web/ipfire/cgi-bin/ids.cgi
 srv/web/ipfire/cgi-bin/credits.cgi
 srv/web/ipfire/cgi-bin/backup.cgi
 srv/web/ipfire/cgi-bin/ids.cgi
+usr/local/bin/backupiso
index 347d197796ca19792402b5721f116166994e2a72..3268cd3e66b8d2e247fb0f7c3ddfac52bb8ca078 100755 (executable)
@@ -25,7 +25,7 @@
 /usr/local/bin/backupctrl exclude >/dev/null 2>&1
 #
 OLDVERSION=`grep "version = " /opt/pakfire/etc/pakfire.conf | cut -d'"' -f2`
 /usr/local/bin/backupctrl exclude >/dev/null 2>&1
 #
 OLDVERSION=`grep "version = " /opt/pakfire/etc/pakfire.conf | cut -d'"' -f2`
-NEWVERSION="2.3"
+NEWVERSION="2.5"
 #
 KVER="2.6.27.21"
 ROOT=`grep "root=" /boot/grub/grub.conf | cut -d"=" -f2 | cut -d" " -f1 | tail -n 1`
 #
 KVER="2.6.27.21"
 ROOT=`grep "root=" /boot/grub/grub.conf | cut -d"=" -f2 | cut -d" " -f1 | tail -n 1`
@@ -122,7 +122,7 @@ sed -i "s|$OLDVERSION|$NEWVERSION|g" /opt/pakfire/etc/pakfire.conf
 #
 # Create new issue
 #
 #
 # Create new issue
 #
-echo IPFire v$NEWVERSION - www.ipfire.org > /etc/issue
+echo IPFire v$NEWVERSION beta1 - www.ipfire.org > /etc/issue
 echo =================================== >> /etc/issue
 echo \\n running on \\s \\r \\m >> /etc/issue
 #
 echo =================================== >> /etc/issue
 echo \\n running on \\s \\r \\m >> /etc/issue
 #
index 28518867ed033fce3d642c6ab8647b7d6d1304f2..8d32b72fcbbe427f056b44700a3371a65b8e8e3f 100644 (file)
@@ -73,7 +73,7 @@ my %servicenames = ('SMB Daemon' => 'smbd','NetBIOS Nameserver' => 'nmbd');
 
 $sambasettings{'WORKGRP'} = 'homeip.net';
 $sambasettings{'NETBIOSNAME'} = 'IPFire';
 
 $sambasettings{'WORKGRP'} = 'homeip.net';
 $sambasettings{'NETBIOSNAME'} = 'IPFire';
-$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.3';
+$sambasettings{'SRVSTRING'} = 'Samba running on IPFire 2.5';
 $sambasettings{'INTERFACES'} = '';
 $sambasettings{'SECURITY'} = 'share';
 $sambasettings{'OSLEVEL'} = '33';
 $sambasettings{'INTERFACES'} = '';
 $sambasettings{'SECURITY'} = 'share';
 $sambasettings{'OSLEVEL'} = '33';
diff --git a/make.sh b/make.sh
index e645cefcbb8defc6c9e393ec4a3ef3fcf091faef..ec5c7b03df246199ace004e15ac75f8131628b28 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -24,7 +24,7 @@
 
 NAME="IPFire"                                                                          # Software name
 SNAME="ipfire"                                                                 # Short name
 
 NAME="IPFire"                                                                          # Software name
 SNAME="ipfire"                                                                 # Short name
-VERSION="2.3"
+VERSION="2.5beta1"
 CORE="28"
 GIT_BRANCH=master:master                                                                               # Version number
 SLOGAN="www.ipfire.org"                                        # Software slogan
 CORE="28"
 GIT_BRANCH=master:master                                                                               # Version number
 SLOGAN="www.ipfire.org"                                        # Software slogan
index 6c4dea5d56a6f0966e06fbdd6a745fad67ebc816..56786cf03325f3c87cf3133204612d90a9a52946 100644 (file)
@@ -21,7 +21,7 @@
 
 package Conf;
 
 
 package Conf;
 
-$version = "2.3";
+$version = "2.5";
 
 $mainserver = "pakfire.ipfire.org";
 
 
 $mainserver = "pakfire.ipfire.org";
 
index bbcfe29c9e5b833585579842e00edeb6bf5c194c..71e79740b656ef5bdbf8701e8a1efa86d27bcaad 100644 (file)
@@ -1,10 +1,9 @@
 #!/bin/sh
 
 #!/bin/sh
 
+COREVER=`cat /opt/pakfire/db/core/mine`
 # FIXME: edit this lines before release
 URL=http://download.ipfire.org/iso/
 # FIXME: edit this lines before release
 URL=http://download.ipfire.org/iso/
-ISO=ipfire-2.3.i586-full-core27.iso
-#URL=http://www.rowie.at/ipfire/builds/v2.3test/Beta3/20081001-17uhr/
-#ISO=ipfire-2.3-test.i586-full.iso
+ISO=ipfire-2.5.i586-full-core$COREVER.iso
 
 if [ -z "$1" ]; then 
        echo usage: $0 backup-file
 
 if [ -z "$1" ]; then 
        echo usage: $0 backup-file