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-01-10 11:43:08 +0000
commit5fd82f99b4d7f23207ae05dbbb2835dbcdda7fe9 (patch)
tree7c847563ff184f0a9231cf6dda4e344a5bf6377d
parent102cb10bc6a35ca04624b8cd9e52a234778b4f50 (diff)
downloadvendor_replicant-release-scripts-5fd82f99b4d7f23207ae05dbbb2835dbcdda7fe9.tar.gz
vendor_replicant-release-scripts-5fd82f99b4d7f23207ae05dbbb2835dbcdda7fe9.tar.bz2
vendor_replicant-release-scripts-5fd82f99b4d7f23207ae05dbbb2835dbcdda7fe9.zip
Bump RELEASE revision for Replicant 6.0 0004 rc4replicant-6.0-0004-rc4
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..b8973ac 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-rc4"
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."