# HG changeset patch # User wenzelm # Date 1584615463 -3600 # Node ID 24b68a932f26f71188dbc6b524f6118b923ad92a # Parent 03133befa33b35bfe9aa845f5bfbce1bca3de486 back to old-style names for uniform sorting of build_status (amending 138e8226961e); diff -r 03133befa33b -r 24b68a932f26 src/Pure/Admin/isabelle_cronjob.scala --- a/src/Pure/Admin/isabelle_cronjob.scala Thu Mar 19 11:27:54 2020 +0100 +++ b/src/Pure/Admin/isabelle_cronjob.scala Thu Mar 19 11:57:43 2020 +0100 @@ -290,16 +290,16 @@ detect = Build_Log.Prop.build_tags + " = " + SQL.string("skip_proofs"), history_base = "2c0f24e927dd")), List( - Remote_Build("macOS 10.12 Sierra", "macbroy30", options = "-m32 -M2", args = "-a", + Remote_Build("Mac OS X 10.12 Sierra", "macbroy30", options = "-m32 -M2", args = "-a", 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("macOS 10.13 High Sierra", "lapbroy68", + List(Remote_Build("Mac OS X 10.13 High Sierra", "lapbroy68", options = "-m32 -M1,2,4 -e ISABELLE_GHC_SETUP=true", self_update = true, args = "-a -d '~~/src/Benchmarks'")), - List(Remote_Build("macOS 10.14 Mojave", "lapnipkow3", + List(Remote_Build("Mac OS X 10.14 Mojave", "lapnipkow3", options = "-m32 -M1,2 -e ISABELLE_GHC_SETUP=true", self_update = true, args = "-a -d '~~/src/Benchmarks'")), - List(Remote_Build("macOS 10.15 Catalina", "laramac01", user = "makarius", + List(Remote_Build("Mac OS X 10.15 Catalina", "laramac01", user = "makarius", proxy_host = "laraserver", proxy_user = "makarius", self_update = true, options = "-m32 -M4 -e ISABELLE_GHC_SETUP=true", args = "-a -d '~~/src/Benchmarks'")),