Merge pull request #3117 from lkocman/leap16pkligstgen

Leap 16 use pkglistgen with product-composer
This commit is contained in:
Lubos Kocman 2024-06-24 12:53:26 +02:00 committed by GitHub
commit c6ba819e05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@ pipelines:
resources: resources:
- repo-checker - repo-checker
tasks: tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:16.0 -s target - script: ./pkglistgen.py --verbose -A https://api.opensuse.org update_and_solve --project openSUSE:Leap:16.0 --scope target --engine product_composer --force
Pkglistgen.openSUSE_Leap_15.6: Pkglistgen.openSUSE_Leap_15.6:
group: Leap group: Leap
lock_behavior: unlockWhenFinished lock_behavior: unlockWhenFinished

View File

@ -85,7 +85,7 @@ pipelines:
resources: resources:
- repo-checker - repo-checker
tasks: tasks:
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %> - script: ./pkglistgen.py --verbose -A https://api.opensuse.org update_and_solve --project <%= project[0] %> --scope target --engine product_composer --force
<% end -%> <% end -%>
Pkglistgen.openSUSE_Leap_15.6: Pkglistgen.openSUSE_Leap_15.6:
group: Leap group: Leap