From: Arne Fitzenreiter Date: Tue, 29 Jul 2008 14:20:25 +0000 (+0200) Subject: Fix core_list.db not found while updating X-Git-Tag: v2.3-beta3~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=02663e5e8f9f891389c1b4cd2f0cc6f425e71468;p=ipfire-2.x.git Fix core_list.db not found while updating Made pakfire update --force after update Removed the "beta2" marking (now again "test") --- diff --git a/config/rootfiles/updater/update.sh b/config/rootfiles/updater/update.sh index 4096c1d2fa..0d37940f99 100755 --- a/config/rootfiles/updater/update.sh +++ b/config/rootfiles/updater/update.sh @@ -100,10 +100,6 @@ mkinitcpio -k $KVER-ipfire-smp -g /boot/ipfirerd-$KVER-smp.img # sed -i "s|$OLDVERSION|$NEWVERSION|g" /opt/pakfire/etc/pakfire.conf # -# Delete lists of the old version -# -rm -f /opt/pakfire/db/lists/*list.db -# # Create new issue # echo IPFire v$NEWVERSION - www.ipfire.org > /etc/issue @@ -124,6 +120,7 @@ echo 'while [ "$(ps -A | grep " pakfire")" != "" ]; do' >> /tmp/remove_obsolet echo ' sleep 2' >> /tmp/remove_obsolete_paks echo 'done' >> /tmp/remove_obsolete_paks echo '/opt/pakfire/pakfire remove zaptel -y' >> /tmp/remove_obsolete_paks +echo '/opt/pakfire/pakfire update --force' >> /tmp/remove_obsolete_paks echo 'echo' >> /tmp/remove_obsolete_paks echo 'echo Update to IPFire $NEWVERSION finished. Please reboot... ' >> /tmp/remove_obsolete_paks echo 'echo' >> /tmp/remove_obsolete_paks diff --git a/make.sh b/make.sh index df382ce8d4..973b4d59f2 100755 --- a/make.sh +++ b/make.sh @@ -24,7 +24,7 @@ NAME="IPFire" # Software name SNAME="ipfire" # Short name -VERSION="2.3-beta2" +VERSION="2.3-test" GIT_BRANCH=master:master # Version number SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir