X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;f=setup;h=2a7c2c08acdc32a9c7d7ac6dfe9c92db8955691c;hb=1f3068176f19e911fbe7eb9a852ca91961d4b751;hp=980a5a50cdbdcc5ab74e66e908b4a71599eb2be8;hpb=56801be17418e7872d29647f348af045e2a23f7f;p=modbot-mtm.git diff --git a/setup b/setup index 980a5a5..2a7c2c0 100755 --- a/setup +++ b/setup @@ -4,6 +4,18 @@ set -e # # Some things are idempotent, others are once-only. -./install-key -./install-substitutions -./install-aggregates +x () { + echo "==== $* ====" + "$@" +} + +x ./install-key +x ./install-newsgroup +x ./install-substitutions +x make -C webstump +x ./install-aggregates +x ./install-loggroups + +echo ==== DONE ==== + +x cat README.auto