build için gerekli fonksiyonları çağırıyor olalım.

This commit is contained in:
Barış Metin
2005-06-16 13:27:43 +00:00
parent 8c4fc50829
commit fd8b0df8e4
+4 -1
View File
@@ -46,7 +46,7 @@ class PisiBuild:
self.unpackArchive()
ui.info(" unpacked (%s)\n" % self.ctx.build_work_dir())
# applyPatches()
self.applyPatches()
try:
self.actionScript = open(os.path.dirname(self.ctx.pspecfile ) + '/' + 'actions').read()
@@ -71,6 +71,9 @@ class PisiBuild:
self.buildSource(locals)
self.installSource(locals)
# after all, we are ready to build/prepare the packages
self.buildPackages()
def fetchArchive(self, percentHook=None):
"""fetch an archive and store to ctx.archives_dir()
using fether.Fetcher"""