From c5c3e9a29abdcd6721c7ea5f46eda7731805305a Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 22 Aug 2021 12:38:50 +0200 Subject: [PATCH] CI: Add ::guru to repoman container. --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index bf95374..9364f26 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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