X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?p=modbot-mtm.git;a=blobdiff_plain;f=setup;h=2e78fb1a2747495dd3479007763db811f2d54462;hp=980a5a50cdbdcc5ab74e66e908b4a71599eb2be8;hb=e61d35bc0427b08e13da1f84e220fae050afa100;hpb=7532a3d0dc5eaf8d57e66604aa4f1e8e6fc2eebb diff --git a/setup b/setup index 980a5a5..2e78fb1 100755 --- a/setup +++ b/setup @@ -4,6 +4,20 @@ 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-weblinks +x ./install-rejectionreasons +x ./install-loggroups + +echo ==== DONE ==== + +x cat README.auto