common/travis/: add bootstrap repo to CI scripts
This commit is contained in:
parent
2438f3a3a4
commit
3c75453c0c
3 changed files with 7 additions and 3 deletions
|
@ -9,7 +9,9 @@ if [ "$1" != "$XBPS_TARGET_ARCH" ]; then
|
|||
ROOTDIR="-r /usr/$triplet"
|
||||
fi
|
||||
|
||||
ADDREPO="--repository=$HOME/hostdir/binpkgs --repository=$HOME/hostdir/binpkgs/nonfree"
|
||||
ADDREPO="--repository=$HOME/hostdir/binpkgs/bootstrap
|
||||
--repository=$HOME/hostdir/binpkgs
|
||||
--repository=$HOME/hostdir/binpkgs/nonfree"
|
||||
|
||||
while read -r pkg; do
|
||||
for subpkg in $(xsubpkg $pkg); do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue