Merge pull request #2568 from dirkmueller/arm_rings

Enable pkglistgen for openSUSE:Factory:ARM rings
This commit is contained in:
Dirk Mueller 2021-06-07 15:01:40 +02:00 committed by GitHub
commit 9b86fb9507
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View File

@ -30,7 +30,12 @@ pipelines:
resources:
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:ARM
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:ARM -s target
openSUSE_Factory_ARM_rings:
resources:
- repo-checker
tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Factory:ARM -s rings
openSUSE_Factory_PowerPC:
resources:
- repo-checker

View File

@ -51,6 +51,7 @@ DEFAULT = {
'product': 'openSUSE.product',
'openqa': 'https://openqa.opensuse.org',
'main-repo': 'standard',
'rings': 'openSUSE:%(project)s:ARM:Rings',
'pseudometa_package': 'openSUSE:%(project)s:ARM:Staging/dashboard',
'download-baseurl': 'http://download.opensuse.org/ports/aarch64/tumbleweed/',
'mail-list': 'opensuse-arm@opensuse.org',