2022-03-07 19:59:28 +08:00
|
|
|
format_version: 3
|
|
|
|
pipelines:
|
|
|
|
LeapMicro.RelPkgs:
|
2022-04-05 13:13:15 +02:00
|
|
|
group: Leap
|
2022-03-07 19:59:28 +08:00
|
|
|
lock_behavior: unlockWhenFinished
|
|
|
|
timer:
|
|
|
|
spec: 0 10 * ? * *
|
|
|
|
only_on_changes: false
|
|
|
|
materials:
|
|
|
|
git:
|
|
|
|
git: https://github.com/openSUSE/openSUSE-release-tools.git
|
|
|
|
environment_variables:
|
|
|
|
OSC_CONFIG: /home/go/config/oscrc-staging-bot
|
|
|
|
stages:
|
|
|
|
- Create.Release.Packages:
|
|
|
|
approval: manual
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2023-02-10 16:58:48 +08:00
|
|
|
- script: ./pkglistgen.py -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:Micro:5.4 -s target --only-release-packages
|
2022-03-07 19:59:28 +08:00
|
|
|
|
|
|
|
LeapMicro.Package.Lists:
|
2022-04-05 13:13:15 +02:00
|
|
|
group: Leap
|
2022-03-07 19:59:28 +08:00
|
|
|
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:
|
|
|
|
- Update.000product:
|
|
|
|
resources:
|
|
|
|
- repo-checker
|
|
|
|
tasks:
|
2023-02-08 16:25:53 +01:00
|
|
|
- script: ./pkglistgen.py -A https://api.opensuse.org --debug update_and_solve -p openSUSE:Leap:Micro:5.4 -s target
|