X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~webstump/git?a=blobdiff_plain;f=setup;h=032af1cd3d7a42fdb9bb533c73315e1fb45179ef;hb=dba7b54b3cc0c7f2a56ec6da37ac86bc80756b4a;hp=980a5a50cdbdcc5ab74e66e908b4a71599eb2be8;hpb=c976d4ac6f226fe30c69580ddb9acf952b67893e;p=modbot-ulm.git diff --git a/setup b/setup index 980a5a5..032af1c 100755 --- a/setup +++ b/setup @@ -4,6 +4,17 @@ 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 + +echo ==== DONE ==== + +x cat README.auto