aboutsummaryrefslogtreecommitdiff
path: root/paths.py
diff options
context:
space:
mode:
authorhuker667 <huker@tuta.io>2026-05-10 09:51:20 +0300
committerhuker667 <huker@tuta.io>2026-05-10 09:51:20 +0300
commite9046a96f1edd2d52594785998d90a14d10a5803 (patch)
treeb2a0119be219839dff66d07e638a6775a568b0eb /paths.py
downloadqulay-e9046a96f1edd2d52594785998d90a14d10a5803.tar.gz
qulay-e9046a96f1edd2d52594785998d90a14d10a5803.tar.bz2
qulay-e9046a96f1edd2d52594785998d90a14d10a5803.zip
init commit v0.7master
Diffstat (limited to 'paths.py')
-rw-r--r--paths.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/paths.py b/paths.py
new file mode 100644
index 0000000..8d231ef
--- /dev/null
+++ b/paths.py
@@ -0,0 +1,9 @@
+# paths to files, dirs for Qulay PM
+
+REPOS_URLS_FILE = "/etc/qulay/repositories.uz"
+INSTALLED_FILE = "/var/lib/qulay/installed.uz"
+REPOS_FILE = "/var/lib/qulay/shelve_repos.db"
+REPOS_DIR = "/var/lib/qulay/repos/"
+LOG_FILE = "/var/log/qulay/qulay.logs"
+CACHE_DIR = "/var/cache/qulay/"
+TMP_DIR = "/tmp/qulay/"