Skip to content
Snippets Groups Projects
  1. Jun 17, 2020
    • mw781's avatar
      Ensure that files are handled safely 2 · f60059c9
      mw781 authored
      f60059c9
    • mw781's avatar
      Ensure that files are handled safely · fea0ff32
      mw781 authored
      This commit fixes an issue with reading and writing files.
      File.open is used which means that a file will remain open
      unless explicilty closed or the program exit. This doesn't work
      for an NFS mount as the scripts try to "rm -rf" when the file
      is still open. This commit fixes that by replacing all .opens
      with .reads
      fea0ff32
  2. Jun 16, 2020
  3. Jun 13, 2020
  4. Jun 12, 2020
  5. Jun 11, 2020
  6. Jun 10, 2020
  7. Jun 09, 2020
  8. Jun 07, 2020
  9. Jun 05, 2020
  10. Jun 03, 2020
  11. Jun 02, 2020
  12. Jun 01, 2020
  13. May 30, 2020
  14. May 29, 2020
Loading