]> git.ipfire.org Git - pakfire.git/blobdiff - python/pakfire/constants.py
Merge branch 'signatures'
[pakfire.git] / python / pakfire / constants.py
index 2c091e42f9f8ff4de6dd41af3df88c7273eaf8dc..caa6c100252c7fe741444a927722eda43ffbc3f8 100644 (file)
@@ -37,6 +37,8 @@ CONFIG_DIR = os.path.join(SYSCONFDIR, "pakfire")
 CONFIG_REPOS_DIR = os.path.join(CONFIG_DIR, "repos")
 CONFIG_DISTRO_DIR = os.path.join(CONFIG_DIR, "distros")
 
+KEYRING_DIR = os.path.join(SYSCONFDIR, "pakfire.d", "gnupg")
+
 CACHE_DIR = "/var/cache/pakfire"
 CCACHE_CACHE_DIR = os.path.join(CACHE_DIR, "ccache")
 CACHE_ENVIRON_DIR = os.path.join(CACHE_DIR, "environments")