Skip to content
Snippets Groups Projects
  1. Aug 18, 2020
  2. Aug 11, 2020
  3. Aug 05, 2020
  4. Aug 04, 2020
  5. Aug 03, 2020
  6. Jul 31, 2020
  7. Jul 29, 2020
  8. Jul 21, 2020
  9. Jul 09, 2020
  10. Jul 08, 2020
  11. Jul 02, 2020
  12. Jun 23, 2020
    • Simon McVittie's avatar
      runtime: Break hard-link for lock file when copying runtime · 978cc6e4
      Simon McVittie authored
      
      Because we do a "cheap copy" with hard-links where possible, .ref is a
      hard-link to its counterpart in the original (non-copied) runtime, so a
      lock on one is a lock on the other. We hold a lock on the original
      runtime while we do setup, so we would never actually delete the
      temporary runtimes unless we break the hard-link by re-creating the
      lock file.
      
      Resolves: T22035
      Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
      978cc6e4
Loading