extras-buildsys/utils extras-repobuild.py,1.26,1.27

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Sun Sep 17 20:28:17 UTC 2006


Author: mschwendt

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

Modified Files:
	extras-repobuild.py 
Log Message:
untabify


Index: extras-repobuild.py
===================================================================
RCS file: /cvs/fedora/extras-buildsys/utils/extras-repobuild.py,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- extras-repobuild.py	17 Sep 2006 20:11:04 -0000	1.26
+++ extras-repobuild.py	17 Sep 2006 20:28:14 -0000	1.27
@@ -28,9 +28,9 @@
 def do_repo_stuff(repodir):
     compspath = os.path.join(repodir, compsname)
 
-	# Why remove the repodata dir? Isn't that entirely createrepo's work?
-	# (also further below for "debug")
-	# ? -> https://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=595
+    # Why remove the repodata dir? Isn't that entirely createrepo's work?
+    # (also further below for "debug")
+    # ? -> https://devel.linux.duke.edu/bugzilla/show_bug.cgi?id=595
     rpdata = os.path.join(repodir, 'repodata')
     debugprint('removing tree %s' % rpdata)
     if os.path.exists(rpdata) and not DEBUG:




More information about the fedora-extras-commits mailing list