]> git.ipfire.org Git - pbs.git/commitdiff
uploads: Store them on the pakfire storage
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Jul 2022 14:23:03 +0000 (14:23 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Jul 2022 14:23:03 +0000 (14:23 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/buildservice/constants.py.in

index acc45de4424e947cd3f8050618668cc394739f1e..96bc2a93ff805a3538c7e3326642780c243c60e3 100644 (file)
@@ -18,8 +18,7 @@ LOGS_DIR     = os.path.join(PAKFIRE_DIR, "logs")
 PACKAGES_DIR = os.path.join(PAKFIRE_DIR, "packages")
 REPOS_DIR    = os.path.join(PAKFIRE_DIR, "repos")
 SOURCES_DIR  = os.path.join(PAKFIRE_DIR, "sources")
-
-UPLOADS_DIR  = "/var/tmp/pakfire/uploads"
+UPLOADS_DIR  = os.path.join(PAKFIRE_DIR, "tmp/uploads")
 
 BUFFER_SIZE = 1024 * 100 # 100kb