Merge pull request #2568 from dirkmueller/arm_rings
Enable pkglistgen for openSUSE:Factory:ARM rings
This commit is contained in:
commit
9b86fb9507
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user