summaryrefslogtreecommitdiff
path: root/src/libretools.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-05 13:22:12 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-05 17:39:30 -0400
commitb851af71b71de5207d0b49d73c8fdaf7ba1e3db8 (patch)
treef269b10bf3f6286a4a653922bf44e5466ecd9e6f /src/libretools.conf
parent59b3b8500c6bf484b9b1ccfc2b88d47a9592e0f4 (diff)
librestage: get the list of arches from the PKGBUILD, not a global conf.
Also, pacman-git produces ${pkgbase}-debug packages instead of the ${pkgname}-debug packages that pacman <=5.0.1 produces. This commit adds support for staging both, so we are ready when the new pacman comes out.
Diffstat (limited to 'src/libretools.conf')
-rw-r--r--src/libretools.conf8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/libretools.conf b/src/libretools.conf
index e601465..f909c36 100644
--- a/src/libretools.conf
+++ b/src/libretools.conf
@@ -16,15 +16,13 @@ BLACKLIST=https://git.parabola.nu/blacklist.git/plain/blacklist.txt
# shellcheck disable=2046
DIFFPROG=$(which $([ -z "${DISPLAY:-}" ]||echo kdiff3 meld gvimdiff) vimdiff colordiff diff 2>/dev/null|sed 's/\s.*//;1q')
-## The architectures you'll be packaging for
-## Used by `librestage`, `xbs-abslibre`
-ARCHES=($(printf '%s\n' /usr/share/pacman/defaults/pacman.conf.*|sed 's|.*\.||'))
-
## ABSLibre
-# Used by xbs-abslibre
+## Used by xbs-abslibre
ABSLIBRERECV=git://git.parabola.nu/abslibre/abslibre.git
ABSLIBRESEND=ssh://git@git.parabola.nu/srv/git/abslibre/abslibre.git
ABSLIBREDEST="$WORKDIR/staging/abslibre"
+## ARCHES is the list of ARCHES to look for under ABSLIBREDEST
+ARCHES=($(printf '%s\n' /usr/share/pacman/defaults/pacman.conf.*|sed 's|.*\.||'))
################################################################################
# librerelease #