travis/build.sh: simplify logic
This commit is contained in:
parent
d547e90018
commit
81b2dc578e
|
@ -9,7 +9,6 @@ fi
|
||||||
# Make sure `base-chroot` is really up-to-date
|
# Make sure `base-chroot` is really up-to-date
|
||||||
/hostrepo/xbps-src -H "$HOME"/hostdir -E pkg base-chroot || exit 1
|
/hostrepo/xbps-src -H "$HOME"/hostdir -E pkg base-chroot || exit 1
|
||||||
xbps-install --repo="$HOME"/hostdir/binpkgs -yu || exit 1
|
xbps-install --repo="$HOME"/hostdir/binpkgs -yu || exit 1
|
||||||
xbps-install --repo="$HOME"/hostdir/binpkgs -yf base-chroot || exit 1
|
|
||||||
# remove autodeps
|
# remove autodeps
|
||||||
xbps-remove -yo || exit 1
|
xbps-remove -yo || exit 1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue