--- a/src/Pure/Admin/build_history.scala Mon Oct 16 08:00:28 2017 +0200
+++ b/src/Pure/Admin/build_history.scala Mon Oct 16 11:37:14 2017 +0200
@@ -495,9 +495,10 @@
isabelle_hg.id()
}
isabelle_hg.update(rev = self_rev, clean = true)
- ssh.execute(
- ssh.bash_path(isabelle_repos_self + Path.explode("bin/isabelle"))
- + " components -a").check
+ for (cmd <- List("components -I", "components -a")) {
+ ssh.execute(
+ ssh.bash_path(isabelle_repos_self + Path.explode("bin/isabelle")) + " " + cmd).check
+ }
ssh.execute(ssh.bash_path(isabelle_admin + Path.explode("build")) + " jars_fresh").check
}