bump to 2k17 release

This commit is contained in:
Tobias Powalowski 2017-08-12 09:14:00 +02:00
parent 6097af79f6
commit 686deb396b
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="2k16-R3" ARCHVERSION="2k17-R1"
###### 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="2k16-R3" ARCHVERSION="2k17-R1"
###### 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="2k16-R3" ARCHVERSION="2k17-R1"
###### 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="2k16-R3" [[ -z "${RELEASENAME}" ]] && RELEASENAME="2k17-R1"
[[ -z "${IMAGENAME}" ]] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" [[ -z "${IMAGENAME}" ]] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)"
IMAGENAME_OLD="${IMAGENAME}" IMAGENAME_OLD="${IMAGENAME}"