]> iEval git - gruntmaster-page.git/blobdiff - gruntmaster-job
Add contest support to gruntmaster-job rerun
[gruntmaster-page.git] / gruntmaster-job
index 20395ce4fd2aaa431d9dcf648958b9cba55f106c..7adab69797a5ab43e7d5e9a5b1330d7399406662 100755 (executable)
@@ -37,7 +37,8 @@ sub cmd_show{
 sub cmd_rerun{
        local $_ = shift or goto &cmd_list;
        clean_job;
-       PUBLISH jobs => $_;
+       $contest//='';
+       PUBLISH jobs => "$contest.$_";
 }
 
 ##################################################
This page took 0.023189 seconds and 4 git commands to generate.