mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 19:55:52 +02:00
change version to beta4 / core19
This commit is contained in:
@@ -1,2 +1 @@
|
||||
18
|
||||
|
||||
19
|
||||
|
||||
@@ -235,7 +235,7 @@ echo '/opt/pakfire/pakfire update -y --force' >> /tmp/remove_obsolet
|
||||
echo '/opt/pakfire/pakfire upgrade -y' >> /tmp/remove_obsolete_paks
|
||||
echo '/opt/pakfire/pakfire upgrade -y' >> /tmp/remove_obsolete_paks
|
||||
echo '/opt/pakfire/pakfire upgrade -y' >> /tmp/remove_obsolete_paks
|
||||
echo 'logger -p syslog.emerg -t core-upgrade-18 "Upgrade finished. Please reboot... "' >> /tmp/remove_obsolete_paks
|
||||
echo 'logger -p syslog.emerg -t core-upgrade-19 "Upgrade finished. Please reboot... "' >> /tmp/remove_obsolete_paks
|
||||
#
|
||||
chmod +x /tmp/remove_obsolete_paks
|
||||
/tmp/remove_obsolete_paks &
|
||||
|
||||
@@ -70,13 +70,13 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
# Other files
|
||||
cp $(DIR_SRC)/config/rootfiles/updater/update.sh /install/updater/
|
||||
chmod 755 /install/updater/update.sh
|
||||
cd /install/updater && tar cf /install/packages/core-upgrade-2.1-18.ipfire \
|
||||
cd /install/updater && tar cf /install/packages/core-upgrade-2.1-19.ipfire \
|
||||
update.sh files ROOTFILES
|
||||
rm -rf /install/updater
|
||||
|
||||
sed -e "s/NAME/core-upgrade/g" \
|
||||
-e "s/VER/2.1/g" \
|
||||
-e "s/RELEASE/18/g" \
|
||||
-e "s/RELEASE/19/g" \
|
||||
-e "s/DEPS/$(DEPS)/g" \
|
||||
-e "s/SIZE/`ls -l \/install\/packages\/core-upgrade-2.1-18.ipfire | awk '{ print $$5 }'`/g" \
|
||||
< /usr/src/src/pakfire/meta > /install/packages/meta-core-upgrade-18
|
||||
-e "s/SIZE/`ls -l \/install\/packages\/core-upgrade-2.1-19.ipfire | awk '{ print $$5 }'`/g" \
|
||||
< /usr/src/src/pakfire/meta > /install/packages/meta-core-upgrade-19
|
||||
|
||||
2
make.sh
2
make.sh
@@ -24,7 +24,7 @@
|
||||
|
||||
NAME="IPFire" # Software name
|
||||
SNAME="ipfire" # Short name
|
||||
VERSION="2.3-test"
|
||||
VERSION="2.3-beta4"
|
||||
GIT_BRANCH=master:master # Version number
|
||||
SLOGAN="www.ipfire.org" # Software slogan
|
||||
CONFIG_ROOT=/var/ipfire # Configuration rootdir
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
# FIXME: edit this lines before release
|
||||
#URL=http://download.ipfire.org/iso/
|
||||
#ISO=ipfire-2.3-beta4.i586-full.iso
|
||||
URL=http://www.rowie.at/ipfire/builds/v2.3test/Beta3/20081001-17uhr/
|
||||
ISO=ipfire-2.3-test.i586-full.iso
|
||||
URL=http://download.ipfire.org/iso/
|
||||
ISO=ipfire-2.3-beta4.i586-full.iso
|
||||
#URL=http://www.rowie.at/ipfire/builds/v2.3test/Beta3/20081001-17uhr/
|
||||
#ISO=ipfire-2.3-test.i586-full.iso
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo usage: $0 backup-file
|
||||
|
||||
Reference in New Issue
Block a user