src/Pure/Admin/build_history.scala
changeset 79549 501af322319c
parent 79546 c9774306a879
child 79661 2a9d8c74eb3c
equal deleted inserted replaced
79548:a33a6e541cbb 79549:501af322319c
   563       Other_Isabelle(isabelle_self, isabelle_identifier = isabelle_identifier,
   563       Other_Isabelle(isabelle_self, isabelle_identifier = isabelle_identifier,
   564         ssh = ssh, progress = progress)
   564         ssh = ssh, progress = progress)
   565 
   565 
   566     val clean_platforms = if (clean_platform) Some(List(ssh.isabelle_platform_family)) else None
   566     val clean_platforms = if (clean_platform) Some(List(ssh.isabelle_platform_family)) else None
   567 
   567 
   568     self_isabelle.init(fresh = true, echo = true,
   568     self_isabelle.init(fresh = !shared_isabelle_self, echo = true,
   569       component_repository = component_repository,
   569       component_repository = component_repository,
   570       other_settings = self_isabelle.init_components(components_base = components_base),
   570       other_settings = self_isabelle.init_components(components_base = components_base),
   571       clean_platforms = clean_platforms,
   571       clean_platforms = clean_platforms,
   572       clean_archives = clean_archives)
   572       clean_archives = clean_archives)
   573 
   573