]> git.ipfire.org Git - pakfire.git/commitdiff
constants: Drop some old stuff
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 May 2022 10:24:34 +0000 (10:24 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 27 May 2022 10:24:34 +0000 (10:24 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/constants.py

index fcfe05b4ca0935ec5141e2fa92b2dae0ea66595b..7ec637ea08f7e07e1dc372e50ff8b356d384e226 100644 (file)
@@ -33,10 +33,5 @@ SYSCONFDIR = "/etc"
 CONFIG_DIR = os.path.join(SYSCONFDIR, "pakfire")
 CONFIG_DISTRO_DIR = os.path.join(CONFIG_DIR, "distros")
 
-BUFFER_SIZE = 102400
-
 PACKAGE_EXTENSION = "pfm"
 MAKEFILE_EXTENSION = "nm"
-
-# A script that is called, when a user is dropped to a chroot shell.
-BUILD_ROOT = "/var/lib/pakfire/build"