Merge pull request #3095 from nilxam/disable_skippkg_finder_156

Leap 15: disable skippkg-finder for 15.6
This commit is contained in:
Max Lin 2024-05-29 20:22:03 +08:00 committed by GitHub
commit 34947e2bfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -149,7 +149,6 @@ pipelines:
resources: resources:
- repo-checker - repo-checker
tasks: tasks:
- script: python3 ./skippkg-finder.py -A https://api.opensuse.org -o openSUSE:Leap:15.6 -s SUSE:SLE-15-SP6:GA
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.6 -s target - script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.6 -s target
Update.Repos.Leap.openSUSE_Leap_15.6: Update.Repos.Leap.openSUSE_Leap_15.6:
group: Leap group: Leap

View File

@ -115,7 +115,6 @@ pipelines:
resources: resources:
- repo-checker - repo-checker
tasks: tasks:
- script: python3 ./skippkg-finder.py -A https://api.opensuse.org -o openSUSE:Leap:15.6 -s SUSE:SLE-15-SP6:GA
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %> - script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
<% end -%> <% end -%>
<% %w(openSUSE:Leap:15.6).each do |project| -%> <% %w(openSUSE:Leap:15.6).each do |project| -%>