require "yast/rake"

Yast::Tasks.configuration do |conf|
  conf.obs_api = "https://api.opensuse.org"
  conf.obs_target = "openSUSE_13.2"
  conf.obs_sr_project = "openSUSE:13.2:Update"
  conf.obs_project = "YaST:openSUSE:13.2"
  #lets ignore license check for now
  conf.skip_license_check << /.*/
  conf.install_locations["doc/autodocs"] = conf.install_doc_dir
end
