# File lib/hammer_cli_import/repository.rb, line 46 def mk_repo_hash(data, product_id) { :name => data['repo_label'], :product_id => product_id, :url => data['source_url'], :content_type => data['repo_type'] } end