From dd39d162383fa42779c2462e5eb771ce82ebffe1 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Sat, 24 Oct 2020 00:02:38 +0200 Subject: Bump RELEASE revision for Replicant 6.0 0004 rc5 transition release This release is meant to transition between Wolfgang Wiedmeyer's key and my key. Users will then be able to install this transition release and once it's done install the regular RC5 release. Signed-off-by: Denis 'GNUtoo' Carikli --- releasevars.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasevars.sh b/releasevars.sh index d3c7f59..d7741cc 100755 --- a/releasevars.sh +++ b/releasevars.sh @@ -16,7 +16,7 @@ # along with this program. If not, see . # -RELEASE="" +RELEASE="6.0-0004-rc5-transition" if [ -z "${RELEASE}" ] ; then echo "You need to define the RELEASE variable in the releasevars.sh script." @@ -67,7 +67,7 @@ RELEASE_DEVICES="\ n5110 \ " -RELEASE_KEY="" +RELEASE_KEY="FB31DBA3AB8DB76A4157329F7651568F80374459" if [ -z "${RELEASE_KEY}" ] ; then echo "You need to define the RELEASE_KEY variable in the releasevars.sh script." echo "This variable contains the gpg key that will sign the images you are releasing." -- cgit v1.2.3