From: Marcin Krol Date: Thu, 28 Jul 2016 12:25:08 +0000 (+0000) Subject: - fix paths X-Git-Url: https://git.tld-linux.org/?p=tld-builder.git;a=commitdiff_plain;h=50b0a3feee66d98cc38d0ec32e11f07926f5b211;hp=b999f53d4bf5d44586ecf028876e8bc20b5fd2ce - fix paths --- diff --git a/TLD_Builder/cia-head.xml b/TLD_Builder/cia-head.xml index afad52a..0cb91e1 100644 --- a/TLD_Builder/cia-head.xml +++ b/TLD_Builder/cia-head.xml @@ -2,7 +2,7 @@ TLD Linux Builder client for CIA 0.001 - http://git.tld-linux.org/?p=tld-builder.new.git;a=blob;f=TLD_Builder/report.py + http://git.tld-linux.org/?p=tld-builder.git;a=blob;f=TLD_Builder/report.py tld diff --git a/TLD_Builder/path.py b/TLD_Builder/path.py index 24776d7..50108de 100644 --- a/TLD_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('~/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" diff --git a/admin/fresh-queue.sh b/admin/fresh-queue.sh index c971c50..0fe6667 100755 --- a/admin/fresh-queue.sh +++ b/admin/fresh-queue.sh @@ -4,7 +4,7 @@ umask 077 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