pkglistgen gocd: rename Pkglistgen.openSUSE_Leap to avoid the dup'ed key
This commit is contained in:
parent
21e0b914a6
commit
deee1d9053
@ -82,7 +82,7 @@ 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:
|
Pkglistgen.openSUSE_Leap_15.2:
|
||||||
group: Leap.15.2.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
@ -103,7 +103,7 @@ pipelines:
|
|||||||
- repo-checker
|
- repo-checker
|
||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.2:MicroOS
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p openSUSE:Leap:15.2:MicroOS
|
||||||
Pkglistgen.openSUSE_Leap:
|
Pkglistgen.openSUSE_Leap_15.3:
|
||||||
group: Leap.15.3.pkglistgen
|
group: Leap.15.3.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
|
@ -53,7 +53,7 @@ pipelines:
|
|||||||
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 -%>
|
<% end -%>
|
||||||
Pkglistgen.openSUSE_Leap:
|
Pkglistgen.openSUSE_Leap_15.2:
|
||||||
group: Leap.15.2.pkglistgen
|
group: Leap.15.2.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
@ -82,7 +82,7 @@ pipelines:
|
|||||||
tasks:
|
tasks:
|
||||||
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
|
- script: python3 ./pkglistgen.py -d -A https://api.opensuse.org update_and_solve -p <%= project[0] %><%= options %>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
Pkglistgen.openSUSE_Leap:
|
Pkglistgen.openSUSE_Leap_15.3:
|
||||||
group: Leap.15.3.pkglistgen
|
group: Leap.15.3.pkglistgen
|
||||||
lock_behavior: unlockWhenFinished
|
lock_behavior: unlockWhenFinished
|
||||||
environment_variables:
|
environment_variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user