]> git.ipfire.org Git - people/jschlag/pbs.git/blobdiff - src/buildservice/constants.py.in
Merge branch 'master' of git://git.ipfire.org/pbs
[people/jschlag/pbs.git] / src / buildservice / constants.py.in
index 7bfc73e1c1aa5d041dfcab83944d1915a8a1e741..d62a9c9d7f8cb93314ba769465671720825e0cd2 100644 (file)
@@ -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")
@@ -24,9 +24,6 @@ UPLOADS_DIR  = "/var/tmp/pakfire/uploads"
 
 BUFFER_SIZE = 1024 * 100 # 100kb
 
-BUGZILLA_PATTERN = r"(bug\s?|#)(\d+)"
-CVE_PATTERN = r"(CVE)(\s|\-)(\d{4}\-\d{4})"
-
 FILE_EXTENSIONS_VIEWABLE = (
        ".c",
        ".cc",