]> TLD Linux GIT Repositories - tld-builder.git/blobdiff - TLD_Builder/path.py
- PLD merge, fully (re)TLDized
[tld-builder.git] / TLD_Builder / path.py
similarity index 90%
rename from PLD_Builder/path.py
rename to TLD_Builder/path.py
index 1558ab9f30a064aa8561e13a944857a13f6f4742..24776d7b5c5ef1c483c570b045653c5b178a4f0d 100644 (file)
@@ -4,7 +4,7 @@ import os
 
 root_dir = os.getenv('BUILDERPATH')
 if root_dir is None:
-    root_dir = os.path.expanduser('~/pld-builder.new')
+    root_dir = os.path.expanduser('~/tld-builder.new')
 conf_dir = root_dir + "/config"
 spool_dir = root_dir + "/spool"
 lock_dir = root_dir + "/lock"
@@ -13,6 +13,7 @@ www_dir = root_dir + "/www"
 acl_conf = conf_dir + "/acl.conf"
 builder_conf = conf_dir + "/builder.conf"
 rsync_password_file = conf_dir + "/rsync-passwords"
+blacklist_file = conf_dir + "/package-blacklist"
 
 # spool/
 queue_file = spool_dir + "/queue"