config: add git package-helpers repo url to config
This commit is contained in:
parent
0416f8a1b7
commit
7e57197c68
1 changed files with 2 additions and 1 deletions
|
|
@ -46,8 +46,9 @@ export RELEASE=trisquel
|
||||||
export DOMAIN=trisquel.info
|
export DOMAIN=trisquel.info
|
||||||
export UPSTREAM=noble
|
export UPSTREAM=noble
|
||||||
export UPSTREAMRELEASE=24.04
|
export UPSTREAMRELEASE=24.04
|
||||||
MIRROR=http://archive.ubuntu.com/ubuntu
|
MIRROR=http://mirrors.ocf.berkeley.edu/ubuntu/
|
||||||
LOCALMIRROR=http://archive.trisquel.org/trisquel
|
LOCALMIRROR=http://archive.trisquel.org/trisquel
|
||||||
|
GIT_TPH_REPO=https://gitlab.trisquel.org/trisquel/package-helpers
|
||||||
LOCAL_APT=`mktemp -d`
|
LOCAL_APT=`mktemp -d`
|
||||||
if [[ "$PACKAGE" =~ ^linux(-hwe-[0-9]+\.[0-9]+)?$ && -n "$LP_VERSION" ]]; then
|
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)
|
# Function to truncate the version string to the major version (e.g., 6.5.0)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue