extras-buildsys/utils/pushscript RepoView.py,1.5,1.6

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Thu Apr 12 20:41:43 UTC 2007


Author: mschwendt

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

Modified Files:
	RepoView.py 
Log Message:
escapes for added safety


Index: RepoView.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/pushscript/RepoView.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- RepoView.py	20 Mar 2007 00:29:43 -0000	1.5
+++ RepoView.py	12 Apr 2007 20:41:41 -0000	1.6
@@ -25,7 +25,7 @@
         srcpath = '-s ../../SRPMS'
     else:
         srcpath = ''
-    cmd = '%s -t "%s" %s %s' % (cfg.repoview,title,srcpath,repodir)
+    cmd = '%s -t \"%s\" %s %s' % (cfg.repoview,title,srcpath,repodir)
     Utils.run_and_check(cmd)
 
 




More information about the scm-commits mailing list