CI: replace repoman with pkgcheck
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
125e95da20
commit
d0265cf61a
18
.drone.yml
18
.drone.yml
|
@ -1,22 +1,22 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: check
|
name: check all packages
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: guru
|
- name: guru
|
||||||
temp: {}
|
temp: {}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Clone ::guru
|
- name: clone ::guru
|
||||||
image: alpine/git
|
image: docker:git
|
||||||
volumes:
|
volumes:
|
||||||
- name: guru
|
- name: guru
|
||||||
path: /drone/guru
|
path: /drone/guru
|
||||||
commands:
|
commands:
|
||||||
- git clone https://github.com/gentoo-mirror/guru.git /drone/guru
|
- git clone https://github.com/gentoo-mirror/guru.git /drone/guru
|
||||||
|
|
||||||
- name: repoman
|
- name: pkgcheck
|
||||||
image: tastytea/repoman
|
image: tastytea/pkgcheck
|
||||||
pull: always
|
pull: always
|
||||||
volumes:
|
volumes:
|
||||||
- name: guru
|
- name: guru
|
||||||
|
@ -24,13 +24,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- mkdir /etc/portage/repos.conf
|
- mkdir /etc/portage/repos.conf
|
||||||
- echo -e '[guru]\nlocation = /drone/guru' > /etc/portage/repos.conf/guru.conf
|
- echo -e '[guru]\nlocation = /drone/guru' > /etc/portage/repos.conf/guru.conf
|
||||||
- repoman full --include-dev --xmlparse
|
- pkgcheck --verbose scan --net
|
||||||
|
|
||||||
# - name: pkgcheck
|
|
||||||
# image: tastytea/pkgcheck
|
|
||||||
# pull: always
|
|
||||||
# commands:
|
|
||||||
# - for catpkg in $(ls -d *-*/*); do pkgcheck scan --net $${catpkg}; done
|
|
||||||
|
|
||||||
- name: notify
|
- name: notify
|
||||||
image: drillster/drone-email
|
image: drillster/drone-email
|
||||||
|
|
Reference in New Issue
Block a user