aboutsummaryrefslogtreecommitdiffstats
path: root/releasevars.sh
diff options
context:
space:
mode:
Diffstat (limited to 'releasevars.sh')
-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."