summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2011-02-15 19:25:51 -0800
committerParabola <parabolavnx@lions.dreamhost.com>2011-02-15 19:28:04 -0800
commit7bb59afd65871ed2949b86ec6cef805ea2fd3dd2 (patch)
treea885226f1abdf808b0add1b4627a81d43bc05a13 /config.py
parentfb247388925beabe01162f28bfcba7fcf8809254 (diff)
Fixed add_free_repo
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index c60e8f3..6420355 100644
--- a/config.py
+++ b/config.py
@@ -19,6 +19,7 @@ logdir = path + "/log"
## Must be defined
logname= logdir + "/" + time__ + "-repo-maintainer.log"
+freedir= path + "/free/"
repodir= path + "/repo"
tmp = home + "/tmp"
archdb = tmp + "/db"