src/Pure/Admin/isabelle_cronjob.scala
changeset 64481 caf62923039b
parent 64480 84e1655ad777
child 64482 43f6c28ff496
equal deleted inserted replaced
64480:84e1655ad777 64481:caf62923039b
   127                   push_isabelle_home = push_isabelle_home,
   127                   push_isabelle_home = push_isabelle_home,
   128                   options =
   128                   options =
   129                     "-r " + Bash.string(rev) + " -N " + Bash.string(task_name) + " -f " + r.options,
   129                     "-r " + Bash.string(rev) + " -N " + Bash.string(task_name) + " -f " + r.options,
   130                   args = "-o timeout=10800 " + r.args)
   130                   args = "-o timeout=10800 " + r.args)
   131 
   131 
   132               for ((log_name, bytes) <- results)
   132               for ((log_name, bytes) <- results) {
       
   133                 logger.log(Date.now(), log_name)
   133                 Bytes.write(logger.log_dir + Path.explode(log_name), bytes)
   134                 Bytes.write(logger.log_dir + Path.explode(log_name), bytes)
       
   135               }
   134             })
   136             })
   135       })
   137       })
   136   }
   138   }
   137 
   139 
   138 
   140