From: Michael Tremer Date: Sat, 21 Oct 2017 13:20:44 +0000 (+0100) Subject: constants: Hold pakfire files in /pub/pakfire X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b25d332a23ec8c6c6a337c76b566e305569da9c6;p=people%2Fjschlag%2Fpbs.git constants: Hold pakfire files in /pub/pakfire Signed-off-by: Michael Tremer --- diff --git a/src/buildservice/constants.py.in b/src/buildservice/constants.py.in index 7bfc73e..5177859 100644 --- a/src/buildservice/constants.py.in +++ b/src/buildservice/constants.py.in @@ -13,7 +13,7 @@ LOCALEDIR = "@localedir@" TEMPLATESDIR = "@templatesdir@" STATICDIR = "@staticdir@" -PAKFIRE_DIR = "/pakfire" +PAKFIRE_DIR = "/pub/pakfire" PACKAGES_DIR = os.path.join(PAKFIRE_DIR, "packages") BUILD_RELEASE_DIR = os.path.join(PACKAGES_DIR, "release") BUILD_SCRATCH_DIR = os.path.join(PACKAGES_DIR, "scratch")