]> git.ipfire.org Git - pakfire.git/commitdiff
constants: Drop unused ccache cache directory
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Jun 2021 13:31:32 +0000 (13:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 5 Jun 2021 13:31:32 +0000 (13:31 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/constants.py

index 8190c5cce77f733a362648185cfd647cbcbe8869..fcfe05b4ca0935ec5141e2fa92b2dae0ea66595b 100644 (file)
@@ -33,9 +33,6 @@ SYSCONFDIR = "/etc"
 CONFIG_DIR = os.path.join(SYSCONFDIR, "pakfire")
 CONFIG_DISTRO_DIR = os.path.join(CONFIG_DIR, "distros")
 
-CACHE_DIR = "/var/cache/pakfire"
-CCACHE_CACHE_DIR = os.path.join(CACHE_DIR, "ccache")
-
 BUFFER_SIZE = 102400
 
 PACKAGE_EXTENSION = "pfm"