From b9024558a03cb3b88ffc5c8bbb2d5b136fc90a01 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Wed, 29 May 2024 19:39:36 +0800 Subject: [PATCH] Leap 15: disable skippkg-finder for 15.6 It's time to disable skippkg-finder for 15.6, NON_FTP_PACKAGES.group should not changed anymore, for not to be affected by any new updates then skippkg-finder should run anymore. --- gocd/pkglistgen.opensuse.gocd.yaml | 1 - gocd/pkglistgen.opensuse.gocd.yaml.erb | 1 - 2 files changed, 2 deletions(-) diff --git a/gocd/pkglistgen.opensuse.gocd.yaml b/gocd/pkglistgen.opensuse.gocd.yaml index d0332b94..8730a7c4 100644 --- a/gocd/pkglistgen.opensuse.gocd.yaml +++ b/gocd/pkglistgen.opensuse.gocd.yaml @@ -149,7 +149,6 @@ pipelines: resources: - repo-checker 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 Update.Repos.Leap.openSUSE_Leap_15.6: group: Leap diff --git a/gocd/pkglistgen.opensuse.gocd.yaml.erb b/gocd/pkglistgen.opensuse.gocd.yaml.erb index 091522ca..80fb799d 100644 --- a/gocd/pkglistgen.opensuse.gocd.yaml.erb +++ b/gocd/pkglistgen.opensuse.gocd.yaml.erb @@ -115,7 +115,6 @@ pipelines: resources: - repo-checker 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 %> <% end -%> <% %w(openSUSE:Leap:15.6).each do |project| -%>