From d0265cf61a6dd0147803770f85dc70bd4ab61704 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 13 Sep 2022 05:45:59 +0200 Subject: [PATCH] CI: replace repoman with pkgcheck --- .drone.yml | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index a6e3c7c..b636a2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,22 +1,22 @@ kind: pipeline type: docker -name: check +name: check all packages volumes: - name: guru temp: {} steps: -- name: Clone ::guru - image: alpine/git +- name: clone ::guru + image: docker:git volumes: - name: guru path: /drone/guru commands: - git clone https://github.com/gentoo-mirror/guru.git /drone/guru -- name: repoman - image: tastytea/repoman +- name: pkgcheck + image: tastytea/pkgcheck pull: always volumes: - name: guru @@ -24,13 +24,7 @@ steps: commands: - mkdir /etc/portage/repos.conf - echo -e '[guru]\nlocation = /drone/guru' > /etc/portage/repos.conf/guru.conf - - repoman full --include-dev --xmlparse - -# - name: pkgcheck -# image: tastytea/pkgcheck -# pull: always -# commands: -# - for catpkg in $(ls -d *-*/*); do pkgcheck scan --net $${catpkg}; done + - pkgcheck --verbose scan --net - name: notify image: drillster/drone-email