bump release name

This commit is contained in:
Tobias Powalowski 2014-11-12 14:30:44 +01:00
parent 37aa519bc6
commit afa93c1f78
4 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ arch_usb_modeswitch arch_lockdown-ms arch_prebootloader arch_efivar net"
SVNSETUP="svn://svn.archlinux.org/packages/"
# name of the release
ARCHVERSION="2k14-R4"
ARCHVERSION="2k14-R5"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -28,7 +28,7 @@ arch_usb_modeswitch arch_lockdown-ms arch_prebootloader arch_efivar net"
SVNSETUP="svn://svn.archlinux.org/packages/"
# name of the release
ARCHVERSION="2k14-R4"
ARCHVERSION="2k14-R5"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -28,7 +28,7 @@ arch_lockdown-ms arch_prebootloader arch_efivar net"
SVNSETUP="svn://svn.archlinux.org/packages/"
# name of the release
ARCHVERSION="2k14-R4"
ARCHVERSION="2k14-R5"
###### LOCAL SETUP
# - only needed if you want to build custom install media

View file

@ -83,7 +83,7 @@ fi
# set defaults, if nothing given
[[ -z "${KERNEL}" ]] && KERNEL="$(uname -r)"
[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k14-R4"
[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k14-R5"
[[ -z "${IMAGENAME}" ]] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)"
IMAGENAME_OLD="${IMAGENAME}"