CI: Add ::guru to repoman container.
Some checks failed
continuous-integration/drone Build is failing
Some checks failed
continuous-integration/drone Build is failing
This commit is contained in:
parent
81b707960a
commit
c5c3e9a29a
|
@ -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
|
||||
|
|
Reference in New Issue
Block a user