2020-07-24 05:55:34 +02:00
|
|
|
image: gentoo/stage3-amd64:latest
|
2020-03-20 19:51:21 +01:00
|
|
|
|
|
|
|
stages:
|
|
|
|
- test
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- mkdir -p /var/cache/distfiles
|
2020-07-24 05:55:34 +02:00
|
|
|
- mkdir -p /var/db/repos/gentoo
|
|
|
|
- emerge-webrsync
|
2020-09-04 17:46:53 +02:00
|
|
|
- export PORTAGE_BINHOST="https://xgqt.gitlab.io/gentoo-mini-mirror/binpkgs"
|
|
|
|
- export FEATURES="getbinpkg"
|
2020-07-24 05:55:34 +02:00
|
|
|
- export MAKEOPTS="--jobs=10"
|
|
|
|
- export USE="-perl"
|
2020-09-04 17:46:53 +02:00
|
|
|
- emerge -1nq --jobs=10 app-portage/repoman dev-vcs/git net-misc/wget
|
2020-07-24 05:55:34 +02:00
|
|
|
- wget "https://gitlab.com/src_prepare/scripts/-/raw/master/src/repomanci" -O /usr/bin/repomanci
|
|
|
|
- chmod 777 /usr/bin/repomanci
|
2020-03-20 19:51:21 +01:00
|
|
|
|
|
|
|
test:
|
|
|
|
stage: test
|
|
|
|
script:
|
2020-07-24 05:55:34 +02:00
|
|
|
- repomanci
|