From 92da46d648ffea555c2992a83698c6c8dd0465a2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luis=20Guzm=C3=A1n?= <ark@switnet.org>
Date: Fri, 3 Dec 2021 17:35:46 +0000
Subject: [PATCH] Replace ports for archive at trisquel.org

---
 helpers/make-debootstrap | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/helpers/make-debootstrap b/helpers/make-debootstrap
index 8bb93ac8..9df1ae15 100644
--- a/helpers/make-debootstrap
+++ b/helpers/make-debootstrap
@@ -17,7 +17,7 @@
 #    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 #
 
-VERSION=4
+VERSION=5
 NETINST=true
 
 . ./config
@@ -25,7 +25,9 @@ NETINST=true
 rm scripts/*
 cp -a $DATA/* scripts/
 
-changelog "Only include trisquel origins"
+replace ports.trisquel.org archive.trisquel.org
+
+changelog "Only include trisquel origins + armfh ports to archive"
 
 compile
 
-- 
GitLab