# File lib/genome-bootstrap/core.rb, line 160 def initialize(name, repo) @repo = repo # If @repo is not an GenomeRepo object, assume it's the # fqdn of a repo if not @repo.is_a? GenomeRepo then @repo = GenomeRepo.new(@repo) end @cloud = "http://#{name}/cloud" end