File

.busted @ 11243:cc42607c0cb8

doap: Apply XML canonicalization xmllint --c14n doc/doap.xml | xmllint --format - | sponge doc/doap.xml
author Kim Alvefur <zash@zash.se>
date Sat, 02 Jan 2021 20:05:34 +0100
parent 9964:f299d4917dd8
line wrap: on
line source

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