CI: replace repoman with pkgcheck
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2022-09-13 05:45:59 +02:00
parent 125e95da20
commit d0265cf61a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 6 additions and 12 deletions

View File

@ -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