Skip to content
Snippets Groups Projects
  1. Feb 15, 2022
  2. Feb 14, 2022
  3. Feb 11, 2022
    • Jean-Paul Calderone's avatar
      Apply the `python -m ..` change to the other cases as well · 79661a6c
      Jean-Paul Calderone authored
      Also factor out the details since we would otherwise have four instances of
      them now.
      79661a6c
    • Jean-Paul Calderone's avatar
      Deal with `tahoe` not being on `PATH` · 072c6a40
      Jean-Paul Calderone authored
      Maybe it always should be?  But configuring only PYTHONPATH is strictly easier
      than configuring PATH and PYTHONPATH so I guess we'll let people do that.
      
      By the time this code runs we know PYTHONPATH must be configured correctly
      since we import stuff from allmydata elsewhere.
      072c6a40
    • Jean-Paul Calderone's avatar
      leave the temporary directories behind · 00ad7fd9
      Jean-Paul Calderone authored
      This helps with debugging failures.
      Also the directory deletion implementation is broken on Windows anyway and
      sometimes fails with errors like:
      
      ```
      PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpc8za73y6\\private\\privatestorageio-zkapauthz-v1.sqlite3'
      ```
      00ad7fd9
  4. Feb 10, 2022
Loading