CI: Add ::guru to repoman container.
continuous-integration/drone Build is failing Details

This commit is contained in:
tastytea 2021-08-22 12:38:50 +02:00
parent 81b707960a
commit c5c3e9a29a
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,5 @@
kind: pipeline
type: docker
name: check
steps:
@ -6,6 +7,9 @@ steps:
image: tastytea/repoman
pull: always
commands:
- mkdir /etc/portage/repos.conf
- echo -e '[guru]\nlocation = /var/db/repos/guru\nsync-type = git\nsync-uri = https://github.com/gentoo-mirror/guru.git' > /etc/portage/repos.conf/guru.conf
- emaint sync -r guru
- repoman full --include-dev --xmlparse
# - name: pkgcheck