Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

gentoo-qa-image

  • Clone with SSH
  • Clone with HTTPS
  • gentoo-qa-image

    To check your overlay for QA issues, add the following .gitlab-ci.yml:

    image: $CI_REGISTRY/poncho/gentoo-qa-image:latest
    
    stages:
      - repoman
      - pkgcheck
    
    variables:
      GIT_DEPTH: 1
    
    repoman:
      stage: repoman
      script:
        - repoman --version
        - repoman full -xiIdv
    
    pkgcheck:
      stage: pkgcheck
      script:
        - pkgcheck --version
        - pkgcheck scan