summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2022-09-28 07:00:47 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-12-14 17:13:11 -0500
commite60e4f8c93f2fb186016f3c329a6de9877a13cac (patch)
treec917ceeda9db41ebdc2e755bbda2f26859e08928
parent1312b69db7e5939befefae912677b43b21b40325 (diff)
[parabola-dependents]: wip
-rwxr-xr-xparabola-dependents4
1 files changed, 2 insertions, 2 deletions
diff --git a/parabola-dependents b/parabola-dependents
index 09f1400..69dd166 100755
--- a/parabola-dependents
+++ b/parabola-dependents
@@ -3,7 +3,7 @@
readonly ABSLIBRE_DIR=/packages/abslibre
readonly ABS_PACKAGES_DIR=/packages/arch/packages
readonly ABS_COMMUNITY_DIR=/packages/arch/community
-readonly DEBUG=1
+readonly DEBUG=0
readonly BE_VERBOSE=$( [[ "${1}" == '-v' ]] && echo 1 || echo 0 ) ; (( $BE_VERBOSE )) && shift ;
readonly PKGBUILD_SED_RX='s|/PKGBUILD$|| ; s|([^/]*/)?([^/]+)/([^/]+)$|\2 \3|'
@@ -197,10 +197,10 @@ Init()
su $(logname) -c "mktemp -d -p /tmp -t ${TEMP_DB_NAME}.XXX" )"
readonly CFG_FILE=${DB_DIR}/pacman-all.conf
readonly PACMAN_OPTS="--dbpath=${DB_DIR} --config=${CFG_FILE}"
-# readonly PACTREE_OPTS="${PACMAN_OPTS} --sync --reverse --unique --chain"
readonly PACTREE_OPTS="${PACMAN_OPTS} --sync --reverse --chain"
# TODO: `pactree --chain` is an unpublished custom feature
+# git.parabola.nu/~git/pacman-contrib.git (parabola branch)
export PATH="/code/pacman-contrib/src:${PATH}"
# populate or update the temporary package database