File

.busted @ 10177:e9b47fcde93c

make_repo.lua: Moved to /tools/make_repo.lua
author João Duarte <jvsDuarte08@gmail.com>
date Mon, 29 Jul 2019 10:32:03 -0700
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}