Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions gocd/pkglistgen.opensuse.gocd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ pipelines:
approval:
type: manual
jobs:
openSUSE_Leap_16.0_target:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should remove the entire Pkglistgen.openSUSE_Leap_16.0 section

resources:
- repo-checker
tasks:
- script: ./pkglistgen.py --verbose -A https://api.opensuse.org update_and_solve --project openSUSE:Leap:16.0 --scope target --engine product_composer --force
Pkglistgen.openSUSE_Leap_15.6:
group: Leap
lock_behavior: unlockWhenFinished
Expand Down
14 changes: 0 additions & 14 deletions gocd/pkglistgen.opensuse.gocd.yaml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,6 @@ pipelines:
approval:
type: manual
jobs:
<% ['openSUSE:Leap:16.0/target'].each do |project|

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should remove the entire Pkglistgen.openSUSE_Leap_16.0 section

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: ./pkglistgen.py --verbose -A https://api.opensuse.org update_and_solve --project <%= project[0] %> --scope target --engine product_composer --force
<% end -%>
Pkglistgen.openSUSE_Leap_15.6:
group: Leap
lock_behavior: unlockWhenFinished
Expand Down