summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-03-05 13:14:06 -0600
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2011-03-05 13:14:06 -0600
commit6c2d629b46ef80d4d75b99b3ccc7eb9fa3352e27 (patch)
tree7653587295579e3edff86e03c2aced9328c08151
parent5a4480f1f3e2e7d0aec965b21f72f4454618333e (diff)
parenta3694fd2824f6aab2905f52f64a138437f7e004b (diff)
Merge branch 'master' of parabola:~/usr/lib/python2.5/site-packages/repm
-rw-r--r--config.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.py b/config.py
index 688d6b5..ada17f0 100644
--- a/config.py
+++ b/config.py
@@ -27,9 +27,10 @@ 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")
-arch_list = ("i686", "x86_64")
+# This are tuples, so **always keep a comma before closing parenthesis **
+repo_list = ("core", "extra", "community", "testing", "community-testing", "multilib",)
+dir_list = ("pool",)
+arch_list = ("i686", "x86_64",)
other = ("any",)
# Output