Merge pull request #2600 from nilxam/enable_154
pkglistgen: initialize pkglistgen for Leap 15.4
This commit is contained in:
commit
5d5297cba6
@ -87,3 +87,45 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:RISCV
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Factory:RISCV
|
||||||
|
Pkglistgen.openSUSE_Leap_15.4:
|
||||||
|
group: Leap.pkglistgen
|
||||||
|
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_15.4_target:
|
||||||
|
resources:
|
||||||
|
- repo-checker
|
||||||
|
tasks:
|
||||||
|
- 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
|
||||||
|
lock_behavior: unlockWhenFinished
|
||||||
|
environment_variables:
|
||||||
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
|
timer:
|
||||||
|
spec: 0 0 21 ? * *
|
||||||
|
only_on_changes: false
|
||||||
|
materials:
|
||||||
|
git:
|
||||||
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
|
stages:
|
||||||
|
- Update:
|
||||||
|
approval:
|
||||||
|
type: manual
|
||||||
|
jobs:
|
||||||
|
openSUSE_Leap_15.4:
|
||||||
|
resources:
|
||||||
|
- repo-checker
|
||||||
|
tasks:
|
||||||
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos openSUSE:Leap:15.4
|
||||||
|
@ -52,4 +52,57 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos <%= project %>
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos <%= project %>
|
||||||
|
<% end -%>
|
||||||
|
Pkglistgen.openSUSE_Leap_15.4:
|
||||||
|
group: Leap.pkglistgen
|
||||||
|
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:15.4/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 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
|
||||||
|
<% end -%>
|
||||||
|
Update.Repos.Leap:
|
||||||
|
group: Leap.pkglistgen
|
||||||
|
lock_behavior: unlockWhenFinished
|
||||||
|
environment_variables:
|
||||||
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
||||||
|
timer:
|
||||||
|
spec: 0 0 21 ? * *
|
||||||
|
only_on_changes: false
|
||||||
|
materials:
|
||||||
|
git:
|
||||||
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
||||||
|
stages:
|
||||||
|
- Update:
|
||||||
|
approval:
|
||||||
|
type: manual
|
||||||
|
jobs:
|
||||||
|
<% %w(openSUSE:Leap:15.4).each do |project| -%>
|
||||||
|
<%= project.gsub(':', '_') %>:
|
||||||
|
resources:
|
||||||
|
- repo-checker
|
||||||
|
tasks:
|
||||||
|
- script: python3 ./pkglistgen.py --apiurl https://api.opensuse.org handle_update_repos <%= project %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user