pld-ftp-admin: scripts/gen-indexes.py - do not clobber with junk

glen glen at pld-linux.org
Sun Jan 6 20:33:04 CET 2008


Author: glen                         Date: Sun Jan  6 19:33:04 2008 GMT
Module: pld-ftp-admin                 Tag: HEAD
---- Log message:
- do not clobber with junk

---- Files affected:
pld-ftp-admin/scripts:
   gen-indexes.py (1.18 -> 1.19) 

---- Diffs:

================================================================
Index: pld-ftp-admin/scripts/gen-indexes.py
diff -u pld-ftp-admin/scripts/gen-indexes.py:1.18 pld-ftp-admin/scripts/gen-indexes.py:1.19
--- pld-ftp-admin/scripts/gen-indexes.py:1.18	Sun Jan  6 20:15:03 2008
+++ pld-ftp-admin/scripts/gen-indexes.py	Sun Jan  6 20:32:59 2008
@@ -74,7 +74,7 @@
         for arch in all_ftp_archs:
             print 'ARCHITECTURE: %s' % arch
             # Creating indexes for yum and other supporting xml repodata.
-            os.system('%s.stat/bin/createrepo -g %s/comps.xml --cache %s/tmp/createrepo/%s-%s %s%s/%s/RPMS' %
+            os.system('%s.stat/bin/createrepo -g %s.stat/comps.xml --cache %s/tmp/createrepo/%s-%s %s%s/%s/RPMS' %
                     (ftp_dir,ftp_dir,home,tree,arch,ftp_dir,tree,arch))
 
 for tree in trees:
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/pld-ftp-admin/scripts/gen-indexes.py?r1=1.18&r2=1.19&f=u



More information about the pld-cvs-commit mailing list