Skip to content

Commit

Permalink
Adapt files for the openSUSE-15_6 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Sep 1, 2023
1 parent c8f4e2b commit 5d4eee3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# FIXME: No unit tests :-(
# Tests:
# runs-on: ubuntu-latest
# container: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby:latest
# container: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby:latest

# steps:

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
fail-fast: false

container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby

steps:

Expand All @@ -57,7 +57,7 @@ jobs:
fail-fast: false

container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby

steps:

Expand All @@ -74,7 +74,7 @@ jobs:
fail-fast: false

container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby

steps:

Expand All @@ -93,7 +93,7 @@ jobs:
fail-fast: false

container:
image: registry.opensuse.org/yast/sle-15/sp5/containers/yast-ruby
image: registry.opensuse.org/yast/sle-15/sp6/containers/yast-ruby

steps:

Expand Down
5 changes: 5 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
require "yast/rake"

Yast::Tasks.configuration do |conf|
conf.obs_api = "https://api.opensuse.org"
conf.obs_target = "openSUSE_Leap_15.6"
conf.obs_sr_project = "openSUSE:Leap:15.6:Update"
conf.obs_project = "YaST:openSUSE:15.6"

conf.obs_api = "https://api.opensuse.org"
conf.obs_target = "openSUSE_Leap_15.5"
conf.obs_sr_project = "openSUSE:Leap:15.5:Update"
Expand Down

0 comments on commit 5d4eee3

Please sign in to comment.