macbroy2 is back, still pretending to be on Mavericks for better comparison of performance;
--- 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'")),