class CookbookOmnifetch::ArtifactserverLocation

def ==(other)

def ==(other)
  raise 'TODO'
  other.is_a?(GitLocation) &&
  other.uri == uri &&
  other.branch == branch &&
  other.tag == tag &&
  other.shortref == shortref &&
  other.rel == rel
end