diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-03-05 13:14:06 -0600 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-03-05 13:14:06 -0600 |
commit | 6c2d629b46ef80d4d75b99b3ccc7eb9fa3352e27 (patch) | |
tree | 7653587295579e3edff86e03c2aced9328c08151 | |
parent | 5a4480f1f3e2e7d0aec965b21f72f4454618333e (diff) | |
parent | a3694fd2824f6aab2905f52f64a138437f7e004b (diff) |
Merge branch 'master' of parabola:~/usr/lib/python2.5/site-packages/repm
-rw-r--r-- | config.py | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |