From 7e57197c68b24fabcfc5d56425a09dba69951d1b Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 5 Jun 2025 02:52:36 -0600 Subject: [PATCH] config: add git package-helpers repo url to config --- helpers/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helpers/config b/helpers/config index 7f1ea8b..c42bcc2 100755 --- a/helpers/config +++ b/helpers/config @@ -46,8 +46,9 @@ export RELEASE=trisquel export DOMAIN=trisquel.info export UPSTREAM=noble export UPSTREAMRELEASE=24.04 -MIRROR=http://archive.ubuntu.com/ubuntu +MIRROR=http://mirrors.ocf.berkeley.edu/ubuntu/ LOCALMIRROR=http://archive.trisquel.org/trisquel +GIT_TPH_REPO=https://gitlab.trisquel.org/trisquel/package-helpers LOCAL_APT=`mktemp -d` if [[ "$PACKAGE" =~ ^linux(-hwe-[0-9]+\.[0-9]+)?$ && -n "$LP_VERSION" ]]; then # Function to truncate the version string to the major version (e.g., 6.5.0)