Merge remote-tracking branch 'upstream/master' into master

This commit is contained in:
hedmo 2020-09-04 22:10:02 +02:00
commit a38602e97e

View File

@ -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