From 1f503fb465d506087bcf946cdfea2ec536c6ccca Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 25 Aug 2025 14:49:48 -0600 Subject: [PATCH] apt-setup: test fix for non-applied file changes. --- helpers/DATA/apt-setup/50mirror.trisquel | 8 +++++++- helpers/make-apt-setup | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/helpers/DATA/apt-setup/50mirror.trisquel b/helpers/DATA/apt-setup/50mirror.trisquel index 6b456ea..052f10b 100755 --- a/helpers/DATA/apt-setup/50mirror.trisquel +++ b/helpers/DATA/apt-setup/50mirror.trisquel @@ -113,9 +113,15 @@ Components: main Signed-By: ${SIGNED_BY} EOF +{ + echo "deb ${uri} ${codename} main" + echo "deb ${uri} ${codename}-updates main" + echo "deb ${uri} ${codename}-security main" +} >> "$file" + # Keep the legacy file and the pipeline temp file as a single breadcrumb line printf '%s\n' "$MSG" > "$LEGACY" -printf '%s\n' "$MSG" > "$file" +printf '%s\n' "$MSG" >> "$file" exit 0 diff --git a/helpers/make-apt-setup b/helpers/make-apt-setup index c08ac54..0fa722d 100644 --- a/helpers/make-apt-setup +++ b/helpers/make-apt-setup @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # -VERSION=4.3 +VERSION=4.4 EXTERNAL='deb-src http://ftp.debian.org/debian trixie main' REPOKEY=78DBA3BC47EF2265 NETINST=true