retain remote_builds_old for build_status;
authorwenzelm
Tue, 13 Feb 2018 12:18:16 +0100
changeset 67608 1b2be3666b89
parent 67607 724992318c82
child 67609 738b4d4eeb61
retain remote_builds_old for build_status;
src/Pure/Admin/isabelle_cronjob.scala
--- a/src/Pure/Admin/isabelle_cronjob.scala	Tue Feb 13 12:09:51 2018 +0100
+++ b/src/Pure/Admin/isabelle_cronjob.scala	Tue Feb 13 12:18:16 2018 +0100
@@ -170,6 +170,10 @@
 
   val remote_builds_old: List[Remote_Build] =
     List(
+      Remote_Build("AFP", "lxbroy7",
+          args = "-N -X slow",
+          afp = true,
+          detect = Build_Log.Prop.build_tags + " = " + SQL.string("AFP")),
       Remote_Build("Poly/ML 5.7 Linux", "lxbroy8",
         history_base = "37074e22e8be",
         options = "-m32 -B -M1x2,2 -t polyml-5.7 -i 'init_component /home/isabelle/contrib/polyml-5.7'",