/[soft]/mga-gnome/trunk/mga-gnome
ViewVC logotype

Diff of /mga-gnome/trunk/mga-gnome

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8718 by ovitters, Sat May 25 14:51:51 2013 UTC revision 8719 by ovitters, Wed Aug 21 08:52:35 2013 UTC
# Line 385  class SpecFile(object): Line 385  class SpecFile(object):
385    
386          try:          try:
387              # Check patches still apply              # Check patches still apply
388              subprocess.check_call(['bm', '-p', '--nodeps'], cwd=self.cwd)              subprocess.check_call(['bm', '-p', '--nodeps', '--clean'], cwd=self.cwd)
389          except subprocess.CalledProcessError:          except subprocess.CalledProcessError:
390              logfile = os.path.join(os.path.dirname(self.path), 'log.%s' % os.path.splitext(os.path.basename(self.path))[0])              logfile = os.path.join(os.path.dirname(self.path), 'log.%s' % os.path.splitext(os.path.basename(self.path))[0])
391              if os.path.exists(logfile):              if os.path.exists(logfile):

Legend:
Removed from v.8718  
changed lines
  Added in v.8719

  ViewVC Help
Powered by ViewVC 1.1.30