src/Pure/Admin/build_history.scala
changeset 71726 a5fda30edae2
parent 71632 c1bc38327bc2
child 71967 65ad3a6cee81
equal deleted inserted replaced
71725:c255ed582095 71726:a5fda30edae2
   104 
   104 
   105   def build_history(
   105   def build_history(
   106     options: Options,
   106     options: Options,
   107     root: Path,
   107     root: Path,
   108     user_home: Path = default_user_home,
   108     user_home: Path = default_user_home,
   109     progress: Progress = No_Progress,
   109     progress: Progress = new Progress,
   110     rev: String = default_rev,
   110     rev: String = default_rev,
   111     afp_rev: Option[String] = None,
   111     afp_rev: Option[String] = None,
   112     afp_partition: Int = 0,
   112     afp_partition: Int = 0,
   113     isabelle_identifier: String = default_isabelle_identifier,
   113     isabelle_identifier: String = default_isabelle_identifier,
   114     ml_statistics_step: Int = 1,
   114     ml_statistics_step: Int = 1,
   517     isabelle_repos_other: Path,
   517     isabelle_repos_other: Path,
   518     isabelle_repos_source: String = Isabelle_Cronjob.isabelle_repos_source,
   518     isabelle_repos_source: String = Isabelle_Cronjob.isabelle_repos_source,
   519     afp_repos_source: String = AFP.repos_source,
   519     afp_repos_source: String = AFP.repos_source,
   520     isabelle_identifier: String = "remote_build_history",
   520     isabelle_identifier: String = "remote_build_history",
   521     self_update: Boolean = false,
   521     self_update: Boolean = false,
   522     progress: Progress = No_Progress,
   522     progress: Progress = new Progress,
   523     rev: String = "",
   523     rev: String = "",
   524     afp_rev: Option[String] = None,
   524     afp_rev: Option[String] = None,
   525     options: String = "",
   525     options: String = "",
   526     args: String = ""): List[(String, Bytes)] =
   526     args: String = ""): List[(String, Bytes)] =
   527   {
   527   {