summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Ismael Haase Hernández <hahj87@gmail.com>2010-09-28 21:21:05 -0500
committerJoshua Ismael Haase Hernández <hahj87@gmail.com>2010-09-28 21:21:05 -0500
commitc6787b4d56fc585aca5b5f5422aea0f2c85a5db1 (patch)
tree1f33622dc93048b6b86d42a539ad91fe4e545f35
parent847679d7a5e594efce5f8df73ca6751fab9ce591 (diff)
Added sources to the repo syncing command
-rw-r--r--.gitignore1
-rw-r--r--pato2.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e4e5f6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*~ \ No newline at end of file
diff --git a/pato2.py b/pato2.py
index 6d8a981..df81b73 100644
--- a/pato2.py
+++ b/pato2.py
@@ -51,7 +51,7 @@ emptydb= path + "/files/repo-empty.db.tar.gz"
# Repo, arch, and other folders to use for repo
repo_list = ("core", "extra", "community","multilib")
-dir_list = ("pool",)
+dir_list = ("pool","sources")
arch_list = ("i686", "x86_64")
other = ("any",)