Initial Leap 16.0 pkglistgen

This commit is contained in:
Lubos Kocman 2023-03-09 11:12:23 +01:00
parent db6249ff43
commit 79c8c16598

View File

@ -56,6 +56,37 @@ pipelines:
- repo-checker - repo-checker
tasks: tasks:
- script: python3 -u ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos <%= project %> - script: python3 -u ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos <%= project %>
<% end -%>
Pkglistgen.openSUSE_Leap_16.0:
group: Leap
lock_behavior: unlockWhenFinished
environment_variables:
OSC_CONFIG: /home/go/config/oscrc-staging-bot
timer:
spec: 0 40 * ? * *
only_on_changes: false
materials:
git:
git: https://github.com/openSUSE/openSUSE-release-tools.git
stages:
- pkglistgen:
approval:
type: manual
jobs:
<% ['openSUSE:Leap:16.0/target'].each do |project|
project=project.split('/')
name=project[0].gsub(':', '_')
if project.size > 1
options=" -s #{project[1]}"
name = name + "_#{project[1]}"
end
-%>
<%= name %>:
resources:
- repo-checker
tasks:
- script: python3 ./skippkg-finder.py -A https://api.opensuse.org -o openSUSE:Leap:16.0 -s SUSE:ALP # SUSE:ALP:Products:Bedrock:0.1
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
<% end -%> <% end -%>
Pkglistgen.openSUSE_Leap_15.5: Pkglistgen.openSUSE_Leap_15.5:
group: Leap group: Leap