[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdesupport/emerge/bin
From:       Wolfgang Rohdewald <wolfgang () rohdewald ! de>
Date:       2011-01-15 21:23:54
Message-ID: 20110115212354.D78193E1F1 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1214670 by wrohdewald:

revert r1214659, not needed anymore


 M  +2 -2      utils.py  


--- trunk/kdesupport/emerge/bin/utils.py #1214669:1214670
@@ -724,10 +724,10 @@
 
 def createManifestDir(imagedir, category, package, version ):
     """if not yet existing, create the manifest files for an imagedir like the kdewin-packager does"""
-    if not hasManifestFile( imagedir, category, package ):
+    if not hasManifestFile( imagedir, package ):
         createManifestFiles( imagedir, imagedir, category, package, version )
 
-def hasManifestFile( imagedir, category, package ): # pylint: disable=W0613
+def hasManifestFile( imagedir, package ):
     if os.path.exists( os.path.join( imagedir, "manifest"  ) ):
         for fileName in os.listdir( os.path.join( imagedir, "manifest"  ) ):
             if fileName.startswith( package ) and fileName.endswith( "-bin.mft" ):
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic