]> mj.ucw.cz Git - eval.git/commitdiff
...
authorMartin Mares <mj@ucw.cz>
Thu, 31 May 2001 19:27:08 +0000 (19:27 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 31 May 2001 19:27:08 +0000 (19:27 +0000)
TODO
config

diff --git a/TODO b/TODO
index e47d17e4c07c4fbdc5192869661debf2920efe6e..b63e9d96e47c4347f9e1e4943cca60c96eac01a3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -10,7 +10,13 @@ nezapomenout vzit s sebou poznamky k povidani o prostredi
 per-user tmp ?
 spousteni rhide z mc
 limit na # procesu per user
-NR_TASKS ?
 shift+sipky v rhide
 rhide: debugging Pascal programs: variable names must be upper-cased
-deleting of user data after competition
+
+Contest
+~~~~~~~
+Prepare /home/mo/public/<problem>/* for all problems
+# ./comp-prepare
+<contest runs>
+# ./comp-kickout
+# ./comp-cleanup
diff --git a/config b/config
index 50ed7005c1df0757ba2de50d239bedefdfacfdd5..5e2c13f94fd27db5adbbd33c79561904576fc72e 100644 (file)
--- a/config
+++ b/config
@@ -10,6 +10,7 @@ TEST_USERS="mo-test1 mo-test2"
 # UID range assigned to contestants
 CT_UID_MIN=21000
 CT_UID_MAX=29999
+CT_UID_MIN=1000
 
 # Test user for sandboxing
 TEST_USER=${TEST_USER:mo-test1}