From: Martin Mares Date: Thu, 5 Jul 2007 10:12:46 +0000 (+0200) Subject: Another obsolete script removed. X-Git-Tag: python-dummy-working~295 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=cb0f3c4002950c72b6192e45d66540a77eda0ebd;p=moe.git Another obsolete script removed. --- diff --git a/bin/mo-cycle b/bin/mo-cycle deleted file mode 100755 index 14c7a01..0000000 --- a/bin/mo-cycle +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh - -rm -rf solutions/mo* testing/mo* - -for m in mo0{01,02,03,04,05,06,07,08,09,10,11,12,13,14,15} mo1{01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,99} ; do - u=`echo $m | sed 's/^mo099/00/;s/^mo199/39/;s/^mo0//;s/^mo10/2/;s/^mo11/3/;s/^/mo/'` - echo -n "$m ($u): " - rm -rf tmp/grab - mkdir tmp/grab - pushd tmp/grab >/dev/null - ssh root@$m 'cd /aux/mo/users/mo39/mo39 ; tar czf - .' | tar xzf - - popd >/dev/null - if [ -d tmp/grab/.submit ] ; then - if [ -d solutions/$u ] ; then - echo -n "" - else - cp -a tmp/grab/.submit solutions/$u - ( cd solutions/$u && ls ) - fi - fi - echo -done -bin/mo-ev-all fact power -bin/mo-score-hack --detail --html power fact >cycle.results.html -lynx -width 100 -dump cycle.results.html | sed '1,3d' >cycle.results.new -cat cycle.results.new | ssh root@mo101 'cat >/tmp/cycle.results.new && mv /tmp/cycle.results.new /tmp/cycle.results' -mv cycle.results.new cycle.results