Skip to content

Commit

Permalink
Merge pull request #3117 from lkocman/leap16pkligstgen
Browse files Browse the repository at this point in the history
Leap 16 use pkglistgen with product-composer
  • Loading branch information
lkocman committed Jun 24, 2024
2 parents 31704ab + 3e01061 commit c6ba819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gocd/pkglistgen.opensuse.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pipelines:
resources:
- repo-checker
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:
group: Leap
lock_behavior: unlockWhenFinished
Expand Down
2 changes: 1 addition & 1 deletion gocd/pkglistgen.opensuse.gocd.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ pipelines:
resources:
- repo-checker
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 -%>
Pkglistgen.openSUSE_Leap_15.6:
group: Leap
Expand Down

0 comments on commit c6ba819

Please sign in to comment.