travis/build.sh: always update base-chroot in masterdir.

This commit is contained in:
Juan RP 2020-01-01 12:40:15 +01:00
parent ebb1ff140a
commit 9703739139
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,8 @@ if [ "$1" != "$2" ]; then
fi
# Make sure `base-chroot` is really up-to-date
/hostrepo/xbps-src -f pkg base-chroot
/hostrepo/xbps-src -f pkg base-chroot || exit 1
xbps-install --repository=/host/binpkgs -yu || exit 1
PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))