From 1635bbee8af9c79da1759dcdf1af561e8c180252 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Fri, 4 Sep 2020 17:46:53 +0200 Subject: [PATCH] ci: add gentoo binhost --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7929794..18939a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,11 @@ before_script: - mkdir -p /var/cache/distfiles - mkdir -p /var/db/repos/gentoo - emerge-webrsync + - export PORTAGE_BINHOST="https://xgqt.gitlab.io/gentoo-mini-mirror/binpkgs" + - export FEATURES="getbinpkg" - export MAKEOPTS="--jobs=10" - export USE="-perl" - - emerge -1 -q --jobs=10 --noreplace app-portage/repoman dev-vcs/git net-misc/wget + - emerge -1nq --jobs=10 app-portage/repoman dev-vcs/git net-misc/wget - wget "https://gitlab.com/src_prepare/scripts/-/raw/master/src/repomanci" -O /usr/bin/repomanci - chmod 777 /usr/bin/repomanci