extras-buildsys/utils ExtrasPushUtils.py,1.7,1.8

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Tue Sep 19 09:58:49 UTC 2006


Author: mschwendt

Update of /cvs/fedora/extras-buildsys/utils
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3319

Modified Files:
	ExtrasPushUtils.py 
Log Message:
just white-space


Index: ExtrasPushUtils.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/ExtrasPushUtils.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ExtrasPushUtils.py	19 Sep 2006 09:56:55 -0000	1.7
+++ ExtrasPushUtils.py	19 Sep 2006 09:58:46 -0000	1.8
@@ -129,7 +129,7 @@
     if os.path.exists( os.path.join(repodir,compsname) ):
         compsarg = '-g %s ' % compsname
     cmd = '/usr/bin/createrepo -c %s -q %s -x \'*debuginfo*\' %s' % (cr_cachedir, compsarg, repodir)
-    run_and_check(cmd)            
+    run_and_check(cmd)
 
 
 def create_arch_repo(dist,arch):




More information about the scm-commits mailing list