Skip to content

Commit

Permalink
Revert "feat(ruby): implement the SourceCreateError callback"
Browse files Browse the repository at this point in the history
This reverts commit e8b00a1.
revert as callback is not used in libzypp at all.
  • Loading branch information
jreidinger committed Feb 3, 2025
1 parent 69c04eb commit b9c1c2b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 170 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,15 @@ def main
def InitPackageCallbacks(logger = nil)
@logger = logger || ::Logger.new($stdout)

Agama::Software::Callbacks::Media.new(
questions_client, logger
).setup

Agama::Software::Callbacks::Provide.new(
Agama::Software::Callbacks::Signature.new(
questions_client, logger
).setup

Agama::Software::Callbacks::Signature.new(
Agama::Software::Callbacks::Media.new(
questions_client, logger
).setup

Agama::Software::Callbacks::Source.new(
Agama::Software::Callbacks::Provide.new(
questions_client, logger
).setup
end
Expand Down
1 change: 0 additions & 1 deletion service/lib/agama/software/callbacks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ module Callbacks
require "agama/software/callbacks/provide"
require "agama/software/callbacks/script"
require "agama/software/callbacks/signature"
require "agama/software/callbacks/source"
103 changes: 0 additions & 103 deletions service/lib/agama/software/callbacks/source.rb

This file was deleted.

59 changes: 0 additions & 59 deletions service/test/agama/software/callbacks/source_test.rb

This file was deleted.

0 comments on commit b9c1c2b

Please sign in to comment.