]> mj.ucw.cz Git - eval.git/commitdiff
mo-grab-remote: use rsync --delete
authorMartin Mares <mj@ucw.cz>
Fri, 30 Mar 2012 18:49:36 +0000 (20:49 +0200)
committerMartin Mares <mj@ucw.cz>
Fri, 30 Mar 2012 18:49:36 +0000 (20:49 +0200)
Otherwise, when a contestants submits another solution of the
same task in a different language, eval is confused.

mop/admin/mo-grab-remote.sh

index 167532efb39f1e542ead28a7b2d480d1bfd8e1cf..8754bb377d03bb7989dfbbc60a1069e9e4d30455 100755 (executable)
@@ -6,7 +6,7 @@
 set -e
 . cf/mop
 
-rsync -a mo-submit@mo100:solutions/ submits
+rsync -a --delete mo-submit@mo100:solutions/ submits
 for user in `bin/mo-get-users` ; do
        echo -n "$user:"
        mkdir -p solutions/$user