src/Pure/Admin/isabelle_cronjob.scala
changeset 65840 8d7b2ac9a245
parent 65821 89c1f40656e5
child 65843 d547173212d2
equal deleted inserted replaced
65839:d081671d4a87 65840:8d7b2ac9a245
   173 
   173 
   174 
   174 
   175   val remote_builds: List[List[Remote_Build]] =
   175   val remote_builds: List[List[Remote_Build]] =
   176   {
   176   {
   177     List(
   177     List(
   178       List(Remote_Build("Poly/ML 5.7 Linux", "lxbroy8", historic = true, history = 90,
   178       List(Remote_Build("Poly/ML 5.7 Linux", "lxbroy8",
   179         history_base = "37074e22e8be",
   179         history_base = "37074e22e8be",
   180         options = "-m32 -B -M1x2,2 -t polyml-5.7 -e 'init_component /home/isabelle/contrib/polyml-5.7'",
   180         options = "-m32 -B -M1x2,2 -t polyml-5.7 -e 'init_component /home/isabelle/contrib/polyml-5.7'",
   181         args = "-N -g timing",
   181         args = "-N -g timing",
   182         detect = Build_Log.Prop.build_tags + " = " + SQL.string("polyml-5.7"))),
   182         detect = Build_Log.Prop.build_tags + " = " + SQL.string("polyml-5.7"))),
   183       List(Remote_Build("Linux A", "lxbroy9",
   183       List(Remote_Build("Linux A", "lxbroy9",