bump release name

This commit is contained in:
Tobias Powalowski 2015-03-08 11:36:25 +01:00
parent 55dbd1f3ab
commit 1fb94b5043
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/" SVNSETUP="svn://svn.archlinux.org/packages/"
# name of the release # name of the release
ARCHVERSION="2k15-R1" ARCHVERSION="2k15-R2"
###### LOCAL SETUP ###### LOCAL SETUP
# - only needed if you want to build custom install media # - 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/" SVNSETUP="svn://svn.archlinux.org/packages/"
# name of the release # name of the release
ARCHVERSION="2k15-R1" ARCHVERSION="2k15-R2"
###### LOCAL SETUP ###### LOCAL SETUP
# - only needed if you want to build custom install media # - 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/" SVNSETUP="svn://svn.archlinux.org/packages/"
# name of the release # name of the release
ARCHVERSION="2k15-R1" ARCHVERSION="2k15-R2"
###### LOCAL SETUP ###### LOCAL SETUP
# - only needed if you want to build custom install media # - only needed if you want to build custom install media

View file

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