From db4e49da4413dc71bab9b7c0d20d475e66e7306d Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Sun, 20 Mar 2022 17:01:30 -0600
Subject: [PATCH] Update config to aramo release branch.

---
 helpers/config | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/helpers/config b/helpers/config
index e09f6c7b..086548da 100755
--- a/helpers/config
+++ b/helpers/config
@@ -39,12 +39,12 @@ fi
 export DEBIAN_FRONTEND=noninteractive
 export DEBEMAIL=trisquel-devel@listas.trisquel.info
 export DEBFULLNAME="Trisquel GNU/Linux developers"
-export CODENAME=nabia
-export REVISION=10.0
+export CODENAME=aramo
+export REVISION=11.0
 export RELEASE=trisquel
 export DOMAIN=trisquel.info
-export UPSTREAM=focal
-export UPSTREAMRELEASE=20.04
+export UPSTREAM=jammy
+export UPSTREAMRELEASE=22.04
 MIRROR=http://archive.ubuntu.com/ubuntu
 LOCALMIRROR=https://archive.trisquel.org/trisquel
 LOCAL_APT=`mktemp -d` 
-- 
GitLab