From 9703739139b7970dffc324ae669ef47ec40e3c79 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 1 Jan 2020 12:40:15 +0100 Subject: [PATCH] travis/build.sh: always update base-chroot in masterdir. --- common/travis/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/travis/build.sh b/common/travis/build.sh index 31402cdc3e1..d00d57f12f2 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -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))