rpms/mash/devel mash-debug.patch,1.1,1.2

Bill Nottingham notting at fedoraproject.org
Wed Jun 10 03:50:36 UTC 2009


Author: notting

Update of /cvs/extras/rpms/mash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3047

Modified Files:
	mash-debug.patch 
Log Message:
Fix typos.


mash-debug.patch:

Index: mash-debug.patch
===================================================================
RCS file: /cvs/extras/rpms/mash/devel/mash-debug.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- mash-debug.patch	10 Jun 2009 03:45:03 -0000	1.1
+++ mash-debug.patch	10 Jun 2009 03:50:36 -0000	1.2
@@ -20,12 +20,12 @@ index 56bb377..b381833 100644
              if not os.path.exists('%s/drpms' % (path,)):
                  os.mkdir('%s/drpms' % (path,))
              destpath = '%s/drpms/%s' % (path, os.path.basename(file))
-+            self.logger.info("Copying drpm %s", % (file,))
++            self.logger.info("Copying drpm %s" % (file,))
              try:
                  os.link(file, destpath)
              except OSError:
                  shutil.copy(file, destpath)
-+            self.logger.info("Finished copying drpm %s", % (file,))
++            self.logger.info("Finished copying drpm %s" % (file,))
  
          fulllist = self.repomatic.getFileList(self.conf.directory, '.rpm')
          filelist = {}




More information about the fedora-extras-commits mailing list