From 515a2f1ae9c8287793a3032cb46c3361c4eeea0e Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 18 Nov 2014 08:36:48 +0100 Subject: [PATCH] bump version to 2015 --- etc/archboot/allinone.conf | 2 +- etc/archboot/default-network.conf | 2 +- etc/archboot/default.conf | 2 +- usr/bin/archboot-allinone.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/archboot/allinone.conf b/etc/archboot/allinone.conf index ea2fb7e84..96b545ed4 100644 --- a/etc/archboot/allinone.conf +++ b/etc/archboot/allinone.conf @@ -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-R5" +ARCHVERSION="2k15-R1" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default-network.conf b/etc/archboot/default-network.conf index 2499c0642..6534bf1a3 100644 --- a/etc/archboot/default-network.conf +++ b/etc/archboot/default-network.conf @@ -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-R5" +ARCHVERSION="2k15-R1" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default.conf b/etc/archboot/default.conf index e5afa7607..9886baaae 100644 --- a/etc/archboot/default.conf +++ b/etc/archboot/default.conf @@ -28,7 +28,7 @@ arch_lockdown-ms arch_prebootloader arch_efivar net" SVNSETUP="svn://svn.archlinux.org/packages/" # name of the release -ARCHVERSION="2k14-R5" +ARCHVERSION="2k15-R1" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/usr/bin/archboot-allinone.sh b/usr/bin/archboot-allinone.sh index 52b408aa5..454204960 100755 --- a/usr/bin/archboot-allinone.sh +++ b/usr/bin/archboot-allinone.sh @@ -83,7 +83,7 @@ fi # set defaults, if nothing given [[ -z "${KERNEL}" ]] && KERNEL="$(uname -r)" -[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k14-R5" +[[ -z "${RELEASENAME}" ]] && RELEASENAME="2k15-R1" [[ -z "${IMAGENAME}" ]] && IMAGENAME="Archlinux-allinone-$(date +%Y.%m)" IMAGENAME_OLD="${IMAGENAME}"