pkglistgen gocd: rename Pkglistgen.openSUSE_Leap to avoid the dup'ed key

This commit is contained in:
Max Lin 2020-11-02 23:38:00 +08:00
parent 21e0b914a6
commit deee1d9053
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: