From: Michael Tremer Date: Fri, 27 May 2022 10:24:34 +0000 (+0000) Subject: constants: Drop some old stuff X-Git-Tag: 0.9.28~722 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66db8f2372225bb8ddae2ad9108de778f1941dc;p=pakfire.git constants: Drop some old stuff Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/constants.py b/src/pakfire/constants.py index fcfe05b4c..7ec637ea0 100644 --- a/src/pakfire/constants.py +++ b/src/pakfire/constants.py @@ -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"