]> mj.ucw.cz Git - eval.git/commitdiff
Updated MO-P admin scripts to new directory layout.
authorMartin Mares <mj@ucw.cz>
Wed, 18 Mar 2009 13:17:28 +0000 (14:17 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 18 Mar 2009 13:17:28 +0000 (14:17 +0100)
mop/admin/mo-create-eval.sh
mop/admin/mo-create-submit.sh

index 0e236f08f4bfccaaba83c33e8555f394d679f0bf..c32c97648a3da1d71934f48dbc604f80d60d0036 100755 (executable)
@@ -12,8 +12,7 @@ echo "Creating $EVAL_USER"
 rm -rf eval
 mkdir eval
 cd eval
-cp -a $H/* .
-chmod +x bin/*
+cp -aL $H/* .
 if [ -d ~/.ssh ] ; then echo "Copying SSH configuration from ~/.ssh" ; cp -a ~/.ssh . ; fi
 cd ..
 chown -R $EVAL_USER.$EVAL_GROUP eval
index 30056f0ecb138d873af3771b351334ea28b6d550..d2395dabd7e6e6aabde53ba2848c59fcb2576aa3 100755 (executable)
@@ -14,18 +14,16 @@ mkdir -p certs
 cp $H/certs/server* certs/
 cp $H/certs/ca-cert.pem certs/
 
-rm -rf submit
-mkdir -p submit
-cp $H/submit/{submitd,config,show-submits} submit/
+rm -rf bin cf
+mkdir bin cf
+cp $H/bin/{submitd,show-submits} bin/
+cp $H/cf/{submitd,libucw} cf/
 
 mkdir -p solutions 
 for a in `cd $H && bin/mo-get-users` ; do
        mkdir -p solutions/$a
 done
 
-rm -rf lib
-cp -a $H/submit/lib lib
-
 rm -rf tmp
 mkdir -p tmp