Move the tmp folder under /srv
This commit is contained in:
parent
8564b9d5d3
commit
6c124824fc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ os.environ['PAGURE_CONFIG'] = '/etc/pagure/pagure.cfg'
|
|||
## Is necessary to work around bug in libgit2:
|
||||
## refs: https://github.com/libgit2/libgit2/issues/2965
|
||||
## and https://github.com/libgit2/libgit2/issues/2797
|
||||
os.environ['TEMP'] = '/var/tmp/'
|
||||
os.environ['TEMP'] = '/srv/tmp/'
|
||||
|
||||
## The following is only needed if you did not install pagure
|
||||
## as a python module (for example if you run it from a git clone).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue