Skip to content
Success

Changes

Summary

  1. removed obsolete self_update: always enabled, notably on lxbroy10 which is the only shared-home system (and still requires current isabelle_self);
  2. avoid redundant meta data: exclude .hg_archival.txt;
  3. clarified remote vs. local build_history: operate on hg_sync directory instead of repository;
  4. proper operation on String, not Path;
  5. clarified signature: cwd can be misleading --- changes meaning of target;
Changeset 75520:65ecf4c5b868 by wenzelm:
removed obsolete self_update: always enabled, notably on lxbroy10 which is the only shared-home system (and still requires current isabelle_self);
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
Changeset 75519:931c48756b88 by wenzelm:
avoid redundant meta data: exclude .hg_archival.txt;
The file was modified src/Pure/General/mercurial.scala (diff)
Changeset 75518:cb4af8c6152f by wenzelm:
clarified remote vs. local build_history: operate on hg_sync directory instead of repository;
The file was addedAdmin/build_other
The file was modified src/Pure/Admin/build_history.scala (diff)
The file was modified src/Pure/Admin/build_log.scala (diff)
The file was modified src/Pure/Admin/isabelle_cronjob.scala (diff)
The file was removedAdmin/build_history
Changeset 75517:292d7a9dc8a3 by wenzelm:
proper operation on String, not Path;
The file was modified src/Pure/General/ssh.scala (diff)
Changeset 75516:b3fa6c79ed3b by wenzelm:
clarified signature: cwd can be misleading --- changes meaning of target;
The file was modified src/Pure/System/isabelle_system.scala (diff)