src/Pure/Admin/build_history.scala
changeset 65646 014dbbe5331f
parent 65624 32fa61f694ef
child 65843 d547173212d2
equal deleted inserted replaced
65645:2c704ae04db1 65646:014dbbe5331f
   200         other_isabelle.isabelle_home_user +
   200         other_isabelle.isabelle_home_user +
   201           Build_Log.log_subdir(build_history_date) +
   201           Build_Log.log_subdir(build_history_date) +
   202           Build_Log.log_filename(Build_History.engine, build_history_date,
   202           Build_Log.log_filename(Build_History.engine, build_history_date,
   203             List(build_host, ml_platform, "M" + threads) ::: build_tags)
   203             List(build_host, ml_platform, "M" + threads) ::: build_tags)
   204 
   204 
   205       val build_info =
   205       val build_info: Build_Log.Build_Info =
   206         Build_Log.Log_File(log_path.base.implode, build_result.out_lines).parse_build_info()
   206         Build_Log.Log_File(log_path.base.implode, build_result.out_lines).
       
   207           parse_build_info(ml_statistics = true)
   207 
   208 
   208 
   209 
   209       /* output log */
   210       /* output log */
   210 
   211 
   211       val store = Sessions.store()
   212       val store = Sessions.store()