Add contest support to gruntmaster-job rerun
authorMarius Gavrilescu <marius@ieval.ro>
Wed, 29 Jan 2014 12:53:31 +0000 (14:53 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Wed, 29 Jan 2014 12:53:31 +0000 (14:53 +0200)
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.010933 seconds and 4 git commands to generate.