From d0c2d7d5ff62d7a6e84b97acd42d81207275ebc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Mon, 20 Jun 2005 08:02:57 +0000 Subject: [PATCH] =?UTF-8?q?files.xml=20ve=20metadata.xml=20bir=20=C5=9Feki?= =?UTF-8?q?lde=20olu=C5=9Fturulmal=C4=B1...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/build.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pisi/build.py b/pisi/build.py index dd559dc7..ed4c1e19 100644 --- a/pisi/build.py +++ b/pisi/build.py @@ -76,6 +76,8 @@ class PisiBuild: self.installSource(locals) # after all, we are ready to build/prepare the packages + # self.genMetaDataXml() + # self.genFilesXml() self.buildPackages() def fetchArchive(self, percentHook=None):