From 397fcb9f8541c985fa125304cfd931c10b17b87e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 31 May 2021 16:16:56 +0200 Subject: [PATCH] Enable pkglistgen for openSUSE:Factory:ARM rings --- gocd/pkglistgen.opensuse.gocd.yaml | 7 ++++++- osclib/conf.py | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gocd/pkglistgen.opensuse.gocd.yaml b/gocd/pkglistgen.opensuse.gocd.yaml index 9ecfd9a8..f3f8faa3 100644 --- a/gocd/pkglistgen.opensuse.gocd.yaml +++ b/gocd/pkglistgen.opensuse.gocd.yaml @@ -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 diff --git a/osclib/conf.py b/osclib/conf.py index 95fe903a..a130e68b 100644 --- a/osclib/conf.py +++ b/osclib/conf.py @@ -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',