From 51337f1c14c1329b5308ac026dd7db70e8190ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20A=C5=9F=C4=B1c=C4=B1?= Date: Fri, 16 Jul 2010 05:46:10 +0000 Subject: [PATCH] scenarioapi/constants: Use uncompressed index file --- pisi/scenarioapi/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pisi/scenarioapi/constants.py b/pisi/scenarioapi/constants.py index 84f395ac..87739b14 100644 --- a/pisi/scenarioapi/constants.py +++ b/pisi/scenarioapi/constants.py @@ -45,7 +45,7 @@ consts.scenarios_path = "scenarios/" consts.pisi_db = "db/" consts.repo_name = "scenario-db" consts.repo_path = "repo/" -consts.repo_url = consts.repo_path + "pisi-index.xml.bz2" +consts.repo_url = consts.repo_path + "pisi-index.xml" consts.glob_pisis = "*.pisi" consts.pisi_suffix = ".pisi"