From b9202df021a815d0ce41f85a563809f2df4e8ff3 Mon Sep 17 00:00:00 2001 From: Max Lin Date: Thu, 26 Aug 2021 03:27:50 +0800 Subject: [PATCH] Run skippkg-finder.py before pkglistgen --- gocd/pkglistgen.opensuse.gocd.yaml | 1 + gocd/pkglistgen.opensuse.gocd.yaml.erb | 1 + 2 files changed, 2 insertions(+) diff --git a/gocd/pkglistgen.opensuse.gocd.yaml b/gocd/pkglistgen.opensuse.gocd.yaml index 21dd3dbc..5b2f3b31 100644 --- a/gocd/pkglistgen.opensuse.gocd.yaml +++ b/gocd/pkglistgen.opensuse.gocd.yaml @@ -107,6 +107,7 @@ pipelines: resources: - repo-checker tasks: + - script: python3 ./skippkg-finder.py-A https://api.opensuse.org -o openSUSE:Leap:15.4 -s SUSE:SLE-15-SP4:GA - script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.4 -s target Update.Repos.Leap: group: Leap.pkglistgen diff --git a/gocd/pkglistgen.opensuse.gocd.yaml.erb b/gocd/pkglistgen.opensuse.gocd.yaml.erb index a56c781b..4ca204c3 100644 --- a/gocd/pkglistgen.opensuse.gocd.yaml.erb +++ b/gocd/pkglistgen.opensuse.gocd.yaml.erb @@ -81,6 +81,7 @@ pipelines: resources: - repo-checker tasks: + - script: python3 ./skippkg-finder.py-A https://api.opensuse.org -o openSUSE:Leap:15.4 -s SUSE:SLE-15-SP4:GA - script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %> <% end -%> Update.Repos.Leap: