mock mock.py,1.32,1.33

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Jan 19 21:33:37 UTC 2006


Author: scop

Update of /cvs/fedora/mock
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8668

Modified Files:
	mock.py 
Log Message:
s/mach/mock/ in comments.


Index: mock.py
===================================================================
RCS file: /cvs/fedora/mock/mock.py,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- mock.py	27 Dec 2005 18:30:26 -0000	1.32
+++ mock.py	19 Jan 2006 21:33:30 -0000	1.33
@@ -219,7 +219,7 @@
 
     def yum(self, cmd):
         """use yum to install packages/package groups into the chroot"""
-        # mach-helper yum --installroot=rootdir cmd
+        # mock-helper yum --installroot=rootdir cmd
         basecmd = '%s --installroot %s' % (self.config['yum'], self.rootdir)
         
         self._mount() # check it again        
@@ -619,7 +619,7 @@
         #self.do_chroot ("mkdir -p /boot", fatal = True)
         #self.do_chroot ("echo '#ifndef __BOOT_KERNEL_H_' > /boot/kernel.h", fatal = True)
         #self.do_chroot ("echo '#define __BOOT_KERNEL_H_' >> /boot/kernel.h", fatal = True)
-        #self.do_chroot ("echo '#error This is a kernel.h generated by mach, including this indicates a build error !' >> /boot/kernel.h", fatal = True)
+        #self.do_chroot ("echo '#error This is a kernel.h generated by mock, including this indicates a build error !' >> /boot/kernel.h", fatal = True)
         #self.do_chroot ("echo '#endif /* __BOOT_KERNEL_H_ */' >> /boot/kernel.h", fatal = True)
         
 def command_parse():




More information about the fedora-extras-commits mailing list