abuild: only trace dependencies from current repo
This avoids confusion when abuild picks dependencies from testing when building main.
This commit is contained in:
parent
a0c0ae76e3
commit
064c0fac8e
@ -721,8 +721,8 @@ up2date() {
|
||||
depparse_aports() {
|
||||
# lets run this in a subshell since we source all APKBUILD here
|
||||
(
|
||||
aportsdir=$(realpath ${APKBUILD%/APKBUILD}/../..)
|
||||
for i in $aportsdir/*/*/APKBUILD; do
|
||||
aportsdir=$(realpath ${APKBUILD%/APKBUILD}/..)
|
||||
for i in $aportsdir/*/APKBUILD; do
|
||||
pkgname=
|
||||
subpackages=
|
||||
depends=
|
||||
|
Loading…
x
Reference in New Issue
Block a user