bump release name

This commit is contained in:
Tobias Powalowski 2011-07-30 09:12:36 +02:00
parent 2641202ba2
commit d11074a381
7 changed files with 7 additions and 7 deletions

View file

@ -17,7 +17,7 @@ HOOKS="arch_core_install arch_installer arch_bootmessage_allinone arch_tz arch_k
SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release
ARCHVERSION="2k11-R4"
ARCHVERSION="2k11-R5"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -17,7 +17,7 @@ HOOKS="arch_ftp_install arch_installer arch_bootmessage_allinone arch_tz arch_ke
SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release
ARCHVERSION="2k11-R4"
ARCHVERSION="2k11-R5"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -17,7 +17,7 @@ HOOKS="arch_ftp_install arch_installer arch_tz arch_keymap arch_acpi arch_bootme
SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release
ARCHVERSION="2k11-R4"
ARCHVERSION="2k11-R5"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -17,7 +17,7 @@ HOOKS="arch_ftp_install arch_installer arch_tz arch_keymap arch_acpi arch_bootme
SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release
ARCHVERSION="2k11-R4"
ARCHVERSION="2k11-R5"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -17,7 +17,7 @@ HOOKS="arch_core_install arch_installer arch_tz arch_keymap arch_acpi arch_bootm
SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release
ARCHVERSION="2k11-R4"
ARCHVERSION="2k11-R5"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -17,7 +17,7 @@ HOOKS="arch_core_install arch_installer arch_tz arch_keymap arch_acpi arch_bootm
SVNSETUP="svn://archlinux.org/srv/svn-packages/"
# name of the release
ARCHVERSION="2k11-R4"
ARCHVERSION="2k11-R5"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -71,7 +71,7 @@ fi
# set defaults, if nothing given
[ "${KERNEL}" = "" ] && KERNEL="$(uname -r)"
[ "${LTS_KERNEL}" = "" ] && LTS_KERNEL="2.6.32-lts"
[ "${RELEASENAME}" = "" ] && RELEASENAME="2k11-R4"
[ "${RELEASENAME}" = "" ] && RELEASENAME="2k11-R5"
[ "${IMAGENAME}" = "" ] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)"
ALLINONE="$(mktemp -d /tmp/allinone.XXX)"