Software-Engineering-Jagiellonian / django-celery-frege

Tool for measuring open source code repositories
GNU General Public License v3.0
6 stars 35 forks source link

fix: DOWNLOAD_PATH inconsistent with FHS #27

Closed apardyl closed 2 years ago

apardyl commented 2 years ago

The Filesystem Hierarchy Standard defines /usr directory as "shareable, read-only data" and specifies that "any information that is host-specific or varies with time is stored elsewhere" (see: https://refspecs.linuxfoundation.org/FHS_3.0/fhs/index.html).

Due to that we should not store temporary files there, but use /var/tmp instead.

rel: https://jira.frege.ii.uj.edu.pl/browse/FREGE-166

m4tx commented 2 years ago

+1 for that, any files modified by the application should definitely not be stored in /usr.