From c6787b4d56fc585aca5b5f5422aea0f2c85a5db1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joshua=20Ismael=20Haase=20Hern=C3=A1ndez?= Date: Tue, 28 Sep 2010 21:21:05 -0500 Subject: Added sources to the repo syncing command --- .gitignore | 1 + pato2.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore 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",) -- cgit v1.1-4-g5e80