# HG changeset patch # User wenzelm # Date 1495193658 -7200 # Node ID 80c1c1f53e7279dcb6a602824c4b55a82a665cfd # Parent 81574a7e7c38b4c101dc8c046b5e1abbb5362171 separate keep auxiliary directory, to facilitate error diagnosis; diff -r 81574a7e7c38 -r 80c1c1f53e72 src/Pure/Admin/isabelle_cronjob.scala --- a/src/Pure/Admin/isabelle_cronjob.scala Thu May 18 15:43:14 2017 +0200 +++ b/src/Pure/Admin/isabelle_cronjob.scala Fri May 19 13:34:18 2017 +0200 @@ -200,10 +200,10 @@ List(Remote_Build("Mac OS X 10.10 Yosemite", "macbroy31", options = "-m32 -M2", args = "-a")), List( Remote_Build("Windows", "vmnipkow9", history = 90, shared_home = false, - options = "-m32 -M4", args = "-a", + options = "-m32 -M4 -N build_history_32", args = "-a", detect = Build_Log.Settings.ML_PLATFORM + " = " + SQL.string("x86-windows")), Remote_Build("Windows", "vmnipkow9", history = 90, shared_home = false, - options = "-m64 -M4", args = "-a", + options = "-m64 -M4 -N build_history_64", args = "-a", detect = Build_Log.Settings.ML_PLATFORM + " = " + SQL.string("x86_64-windows")))) }