travis-ci: also show files for nonfree packages.
This commit is contained in:
parent
e5ff15b2f7
commit
26865beb70
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,8 @@ export XBPS_TARGET_ARCH="$2" XBPS_DISTDIR=/hostrepo
|
||||||
while read -r pkg; do
|
while read -r pkg; do
|
||||||
for subpkg in $(xsubpkg $pkg); do
|
for subpkg in $(xsubpkg $pkg); do
|
||||||
/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
|
/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
|
||||||
xbps-query --repository=$HOME/hostdir/binpkgs -f "$subpkg"
|
xbps-query --repository=$HOME/hostdir/binpkgs \
|
||||||
|
--repository=$HOME/hostdir/binpkgs/nonfree \
|
||||||
|
-f "$subpkg"
|
||||||
done
|
done
|
||||||
done < /tmp/templates
|
done < /tmp/templates
|
||||||
|
|
Loading…
Reference in a new issue