X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=src%2Flibswift%2Fmfold%2Flogreport;fp=src%2Flibswift%2Fmfold%2Flogreport;h=47b0a718e6369f0da3baad20e176d504b825cbab;hb=45963a7511531cd1656ad5d3847d2dafd015c54d;hp=0000000000000000000000000000000000000000;hpb=d069796805ad79542fd7e4406d1e9c6d2d8c2ef7;p=swifty.git diff --git a/src/libswift/mfold/logreport b/src/libswift/mfold/logreport new file mode 100755 index 0000000..47b0a71 --- /dev/null +++ b/src/libswift/mfold/logreport @@ -0,0 +1,35 @@ +#!/bin/bash + +if [ ! $SERVERS ]; then + export SERVERS="servers.txt" +fi + +cd harvest + +echo '' +echo '' +echo 'Manifold: swarm tomography' `date` `git log --summary | head -1` '' +echo '' +echo '' +done +echo '' +for fromstr in `grep -v '#' ../$SERVERS`; do + from=${fromstr%:*} + echo '' + for tostr in `grep -v '#' ../$SERVERS`; do + to=${tostr%:*} + echo '' + done + echo '' +done +echo ''
' +for tostr in `grep -v '#' ../$SERVERS`; do + to=${tostr%:*} + echo '>'$to'
'$from'>' + cat $from-$to.html + if [ -e "$from-$to.big.png" ]; then + echo "" + echo "" + echo "" + fi + echo '