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
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
name: check
|
name: check
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
@ -6,6 +7,9 @@ steps:
|
||||||
image: tastytea/repoman
|
image: tastytea/repoman
|
||||||
pull: always
|
pull: always
|
||||||
commands:
|
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
|
- repoman full --include-dev --xmlparse
|
||||||
|
|
||||||
# - name: pkgcheck
|
# - name: pkgcheck
|
||||||
|
|
Reference in New Issue
Block a user