chiark / gitweb /
Parameterise rejection reasons
[modbot-mtm.git] / setup
1 #!/bin/bash
2 set -e
3 # To set up a new newsgroup, run this script.
4 #
5 # Some things are idempotent, others are once-only.
6
7 x () {
8         echo "==== $* ===="
9         "$@"
10 }
11
12 x ./install-key
13 x ./install-newsgroup
14 x ./install-substitutions
15 x make -C webstump
16 x ./install-aggregates
17 x ./install-loggroups
18
19 echo ==== DONE ====
20
21 x cat README.auto