summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",)