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-27 12:53:14 +0000
commitcaa114d6b983c008e07e671a8cf27350adaad07f (patch)
tree0f20c516089d234ccdf9944eea0f751091808e91
parentf58122eaa289b540341d282a3ec7af7afb38d466 (diff)
downloadvendor_replicant-release-scripts-caa114d6b983c008e07e671a8cf27350adaad07f.tar.gz
vendor_replicant-release-scripts-caa114d6b983c008e07e671a8cf27350adaad07f.tar.bz2
vendor_replicant-release-scripts-caa114d6b983c008e07e671a8cf27350adaad07f.zip
Bump RELEASE revision for Replicant 6.0 0004 rc5replicant-6.0-0004-rc5
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..c719e4e 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"
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."