From cc2ab303f06170fb08dca07b79ce9255fc87381d Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 20 Mar 2021 21:54:14 +0100 Subject: [PATCH] - we now use prefix tld for pkgrevs --- builder.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder.sh b/builder.sh index 7be3210..79d7219 100755 --- a/builder.sh +++ b/builder.sh @@ -123,7 +123,7 @@ WGET_RETRIES=${MAX_WGET_RETRIES:-0} # rsync repository with git refs of packages PKGREVS_URL="http://pkgrevs.tld-linux.org" -PKGREVS_PREFIX="auto/ti/" +PKGREVS_PREFIX="tld/" SETPKGREV="false" # TLD git/df config -- 2.44.0