aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-10-24 00:02:38 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-04-30 13:14:19 +0200
commitdd39d162383fa42779c2462e5eb771ce82ebffe1 (patch)
treeb9fc3512b3084a12e1accfc73fb213cfde8410f6
parentf58122eaa289b540341d282a3ec7af7afb38d466 (diff)
downloadvendor_replicant-release-scripts-rc5-transition.tar.gz
vendor_replicant-release-scripts-rc5-transition.tar.bz2
vendor_replicant-release-scripts-rc5-transition.zip
Bump RELEASE revision for Replicant 6.0 0004 rc5 transition releaserc5-transition
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 <GNUtoo@cyberdimension.org>
-rwxr-xr-xreleasevars.sh4
1 files 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 <http://www.gnu.org/licenses/>.
#
-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."