separate keep auxiliary directory, to facilitate error diagnosis;
authorwenzelm
Fri, 19 May 2017 13:34:18 +0200
changeset 65871 80c1c1f53e72
parent 65870 81574a7e7c38
child 65872 8f77f6735b51
separate keep auxiliary directory, to facilitate error diagnosis;
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"))))
   }