common/travis: put hostdir in $HOME. simplifies caching.
This commit is contained in:
parent
2d7c91283d
commit
163ab983b0
4 changed files with 4 additions and 11 deletions
|
@ -2,11 +2,4 @@
|
|||
#
|
||||
# bootstrap.sh
|
||||
|
||||
mkdir -p hostdir/repocache
|
||||
if [ -d $HOME/repocache ]; then
|
||||
ln $HOME/repocache/* hostdir/repocache;
|
||||
else
|
||||
mkdir -p $HOME/repocache
|
||||
fi
|
||||
|
||||
./xbps-src binary-bootstrap
|
||||
./xbps-src -H $HOME/hostdir binary-bootstrap
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue