]> TLD Linux GIT Repositories - tld-builder.git/commitdiff
- fix paths
authorMarcin Krol <hawk@tld-linux.org>
Thu, 28 Jul 2016 12:25:08 +0000 (12:25 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Thu, 28 Jul 2016 12:25:08 +0000 (12:25 +0000)
TLD_Builder/cia-head.xml
TLD_Builder/path.py
admin/fresh-queue.sh

index afad52afa7702bce879557c954210309bbfa5905..0cb91e1130050c3d893e8e389e4286f521a1ff57 100644 (file)
@@ -2,7 +2,7 @@
     <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>
index 24776d7b5c5ef1c483c570b045653c5b178a4f0d..50108de222c29ae1d1973c69912ada7f6eee7478 100644 (file)
@@ -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"
index c971c5060c360c59609ac841995cf2b2052cd947..0fe6667812237700755decc9822d89e7b351162f 100755 (executable)
@@ -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