lib/packaging/util/repo.rb in packaging-0.106.0 vs lib/packaging/util/repo.rb in packaging-0.106.1
- old
+ new
@@ -1,9 +1,8 @@
# Module for signing all packages to places
module Pkg::Util::Repo
class << self
-
# Create yum repositories of built RPM packages for this SHA on the distribution server
def rpm_repos
Pkg::Util::File.fetch
Pkg::Rpm::Repo.create_remote_repos
end
\ No newline at end of file