From fde04ae64723db29d6604bbe5d1d2b995e56fa3f Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 5 Jan 2020 10:11:30 +0100 Subject: [PATCH] travis/build.sh: xbps-src takes care of everything now. Also this file does not contain any bashism, so use /bin/sh. --- common/travis/build.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/common/travis/build.sh b/common/travis/build.sh index 3a5da41a533..7732211a59e 100755 --- a/common/travis/build.sh +++ b/common/travis/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # build.sh @@ -6,12 +6,6 @@ if [ "$1" != "$2" ]; then arch="-a $2" fi -# Make sure `base-chroot` is really up-to-date -/hostrepo/xbps-src -H "$HOME"/hostdir -E pkg base-chroot || exit 1 -xbps-install --repo="$HOME"/hostdir/binpkgs -yu || exit 1 -# remove autodeps -xbps-remove -yo || exit 1 - PKGS=$(/hostrepo/xbps-src sort-dependencies $(cat /tmp/templates)) NPROCS=1