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

List:       kde-commits
Subject:    kdesupport/emerge/bin/Source
From:       Patrick Spendrin <ps_ml () gmx ! de>
Date:       2009-12-06 22:07:35
Message-ID: 1260137255.826220.32721.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1059544 by sengels:

use patchdepth for applying patches

 M  +1 -1      GitSource.py  


--- trunk/kdesupport/emerge/bin/Source/GitSource.py #1059543:1059544
@@ -81,7 +81,7 @@
             ( file, patchdepth ) = self.subinfo.patchesToApply()
             if file:
                 patchfile = os.path.join ( self.packageDir(), file )
-                return self.shell.execute( self.sourceDir(), "git", "apply %s" % \
self.shell.toNativePath(patchfile) ) +                return self.shell.execute( \
self.sourceDir(), "git", "apply -p %s %s" % (patchdepth, \
self.shell.toNativePath(patchfile)) )  return True
 
     def createPatch( self ):


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

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