X-Git-Url: https://git.tld-linux.org/?p=tld-builder.git;a=blobdiff_plain;f=TLD_Builder%2Fpath.py;fp=PLD_Builder%2Fpath.py;h=24776d7b5c5ef1c483c570b045653c5b178a4f0d;hp=1558ab9f30a064aa8561e13a944857a13f6f4742;hb=b999f53d4bf5d44586ecf028876e8bc20b5fd2ce;hpb=37463eaa22f48f5fecbb90e69ef67a69e0bf9788 diff --git a/PLD_Builder/path.py b/TLD_Builder/path.py similarity index 90% rename from PLD_Builder/path.py rename to TLD_Builder/path.py index 1558ab9..24776d7 100644 --- a/PLD_Builder/path.py +++ b/TLD_Builder/path.py @@ -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"