From 66d8cbf014c53a298e2c108c61c2b8b3c0abc106 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Jun 2019 21:40:40 +0200 Subject: [PATCH] travis/build.sh: update bootstrap pkgs two times. This is required because xbps might be updated the first time. --- common/travis/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/travis/build.sh b/common/travis/build.sh index 38ecd909f4a..9bbc048ab15 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -23,6 +23,8 @@ XBPS_SRCPKGDIR=/hostrepo/srcpkgs XBPS_MASTERDIR=/ chroot_prepare $1 || { exit 1 } +# Two times due to updating xbps itself +/hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update /hostrepo/xbps-src -H "$HOME"/hostdir bootstrap-update PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates))