summaryrefslogtreecommitdiff
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.py b/config.py
index 8a55cf7..223257d 100644
--- a/config.py
+++ b/config.py
@@ -1,5 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
+from user import home
+import commands
time__ = commands.getoutput("date +%Y%m%d-%H:%M")
@@ -20,6 +22,8 @@ repodir= path + "/repo"
tmp = home + "/tmp"
archdb = tmp + "/db"
+free_path= path + "/free/"
+
# Repo, arch, and other folders to use for repo
repo_list = ("core", "extra", "community", "testing", "community-testing", "multilib")
dir_list = ("pool","sources")