From e9046a96f1edd2d52594785998d90a14d10a5803 Mon Sep 17 00:00:00 2001 From: huker667 Date: Sun, 10 May 2026 09:51:20 +0300 Subject: init commit v0.7 --- paths.py | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 paths.py (limited to 'paths.py') 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/" -- cgit v1.3.1