<generator>
<name>TLD Linux Builder client for CIA</name>
<version>0.001</version>
- <url>http://git.tld-linux.org/?p=tld-builder.new.git;a=blob;f=TLD_Builder/report.py</url>
+ <url>http://git.tld-linux.org/?p=tld-builder.git;a=blob;f=TLD_Builder/report.py</url>
</generator>
<source>
<project>tld</project>
root_dir = os.getenv('BUILDERPATH')
if root_dir is None:
- root_dir = os.path.expanduser('~/tld-builder.new')
+ root_dir = os.path.expanduser('~/tld-builder')
conf_dir = root_dir + "/config"
spool_dir = root_dir + "/spool"
lock_dir = root_dir + "/lock"
CONFIG=$HOME/.tldbuilderrc
[ -f "$CONFIG" ] && . $CONFIG
-[ -n "$BUILDERPATH" ] || BUILDERPATH="$HOME/tld-builder.new/"
+[ -n "$BUILDERPATH" ] || BUILDERPATH="$HOME/tld-builder/"
export BUILDERPATH
if [ -d "$BUILDERPATH" ]; then