Skip to content

Stop trying to hit a specific directory with mktemp

Jean-Paul Calderone requested to merge 68.xdg_runtime_dir into develop

Fixes #68 (closed)

Just use the configured temporary directory in the environment. This is less great but it's still okay because:

  • It's our system
  • The deploy key has limited capabilities

Of course, the only way I have to test this is to merge to develop and then merge develop to staging..

Merge request reports