Skip to content

Commit

Permalink
Switch production to 15.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Aug 7, 2023
1 parent e919986 commit 375e421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/amqp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def osu_package?(payload:)
return false if payload['project'] != 'OBS:Server:Unstable'

payload['package'] == 'obs-server' &&
payload['repository'] == '15.4' &&
payload['repository'] == '15.5' &&
payload['arch'] == 'x86_64'
end
end
2 changes: 1 addition & 1 deletion lib/obs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def notify(status:)

return unless ENV.fetch('KURREN_NOTIFY_SLACK_OBS', true)

slack_message = 'Build failed for obs-server. https://build.opensuse.org/package/live_build_log/OBS:Server:Unstable/obs-server/15.4/x86_64'
slack_message = 'Build failed for obs-server. https://build.opensuse.org/package/live_build_log/OBS:Server:Unstable/obs-server/15.5/x86_64'
@slack.notify(message: slack_message) if status == :failed
end

Expand Down

0 comments on commit 375e421

Please sign in to comment.