# HG changeset patch # User wenzelm # Date 1511619737 -3600 # Node ID c96ee0eb0d5f1b365e766976691917d2370c6af1 # Parent 89e82aed7813049529f01914672dcebab69c300c macbroy2 is back, still pretending to be on Mavericks for better comparison of performance; diff -r 89e82aed7813 -r c96ee0eb0d5f src/Pure/Admin/isabelle_cronjob.scala --- a/src/Pure/Admin/isabelle_cronjob.scala Sat Nov 25 15:21:02 2017 +0100 +++ b/src/Pure/Admin/isabelle_cronjob.scala Sat Nov 25 15:22:17 2017 +0100 @@ -217,15 +217,15 @@ " -e ISABELLE_OCAMLC=ocamlc -e ISABELLE_SMLNJ=/mnt/nfsbroy/home/smlnj/bin/sml", args = "-a", detect = Build_Log.Prop.build_tags.undefined, - active = false), + history_base = "2c0f24e927dd"), Remote_Build("Mac OS X 10.9 Mavericks, quick_and_dirty", "macbroy2", options = "-m32 -M8 -t quick_and_dirty", args = "-a -o quick_and_dirty", detect = Build_Log.Prop.build_tags + " = " + SQL.string("quick_and_dirty"), - active = false), + history_base = "2c0f24e927dd"), Remote_Build("Mac OS X 10.9 Mavericks, skip_proofs", "macbroy2", options = "-m32 -M8 -t skip_proofs", args = "-a -o skip_proofs", detect = Build_Log.Prop.build_tags + " = " + SQL.string("skip_proofs"), - active = false)), + history_base = "2c0f24e927dd")), List( Remote_Build("Mac OS X 10.12 Sierra", "macbroy30", options = "-m32 -M2", args = "-a", detect = Build_Log.Prop.build_start + " > date '2017-03-03'")),