abuild: only trace dependencies from current repo

This avoids confusion when abuild picks dependencies from testing
when building main.
This commit is contained in:
Natanael Copa 2010-04-15 15:53:28 +00:00
parent a0c0ae76e3
commit 064c0fac8e
1 changed files with 2 additions and 2 deletions

View File

@ -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=