--- a/src/Pure/Admin/isabelle_cronjob.scala Tue Mar 06 17:41:32 2018 +0100
+++ b/src/Pure/Admin/isabelle_cronjob.scala Tue Mar 06 17:43:39 2018 +0100
@@ -150,7 +150,7 @@
proxy_host: String = "",
proxy_user: String = "",
proxy_port: Int = 0,
- remote_home: Boolean = false,
+ self_update: Boolean = false,
historic: Boolean = false,
history: Int = 0,
history_base: String = "build_history_base",
@@ -276,14 +276,14 @@
detect = Build_Log.Prop.build_start + " > date '2017-03-03'")),
List(Remote_Build("Mac OS X 10.10 Yosemite", "macbroy31", options = "-m32 -M2", args = "-a")),
List(
- Remote_Build("Windows", "vmnipkow9", historic = true, history = 90, remote_home = true,
+ Remote_Build("Windows", "vmnipkow9", historic = true, history = 90, self_update = true,
options = "-m32 -M4" +
" -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc" +
" -e ISABELLE_GHC=/usr/local/ghc-8.0.2/bin/ghc" +
" -e ISABELLE_SMLNJ=/usr/local/smlnj-110.81/bin/sml",
args = "-a",
detect = Build_Log.Settings.ML_PLATFORM + " = " + SQL.string("x86-windows")),
- Remote_Build("Windows", "vmnipkow9", historic = true, history = 90, remote_home = true,
+ Remote_Build("Windows", "vmnipkow9", historic = true, history = 90, self_update = true,
options = "-m64 -M4" +
" -e ISABELLE_OCAML=ocaml -e ISABELLE_OCAMLC=ocamlc" +
" -e ISABELLE_GHC=/usr/local/ghc-8.0.2/bin/ghc" +
@@ -310,7 +310,7 @@
val remote_builds2: List[List[Remote_Build]] =
List(
List(
- Remote_Build("AFP slow", "lrzcloud1", remote_home = true,
+ Remote_Build("AFP slow", "lrzcloud1", self_update = true,
proxy_host = "lxbroy10", proxy_user = "isatest",
ssh_host = "10.155.208.96", ssh_permissive = true,
options = "-m64 -M6 -U30000 -s10 -t AFP",
@@ -332,7 +332,7 @@
isabelle_repos,
isabelle_repos.ext(r.host),
isabelle_identifier = "cronjob_build_history",
- self_update = r.remote_home,
+ self_update = r.self_update,
rev = rev,
afp_rev = afp_rev,
options =