]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- no preaty xmls -- noone will read 10000+ line files and the result files are 0...
authorczarny <czarny@pld-linux.org>
Wed, 30 May 2007 06:40:15 +0000 (06:40 +0000)
committerczarny <czarny@pld-linux.org>
Wed, 30 May 2007 06:40:15 +0000 (06:40 +0000)
- long name parameters

Changed files:
    bin/pfa-genindex -> 1.12

bin/pfa-genindex

index 7e7cd7d4c45e8cf8e6fea735121b716ff2f1a9a2..d3e62da62c2b9fd1870572cd00db1fc8d046004e 100644 (file)
@@ -50,9 +50,7 @@ for tree in trees:
                 os.system('%s.stat/bin/poldek-new --cachedir=%s/tmp/poldek --conf %s.stat/etc/poldek.conf -s %s%s/%s/RPMS/ --mkidxz --mkidx-type pdir' %
                         (ftp_dir,home,ftp_dir,ftp_dir,tree,arch))
             # Creating indexes for yum and other supporting xml repodata.
-            # -c cache directory; speeds up generation with files once cached
-            # -p; output human readable (indended) xml files; they get gziped after, so no harm done
-            os.system('%s.stat/bin/createrepo -c %s/tmp/createrepo -p %s%s/%s/RPMS' %
+            os.system('%s.stat/bin/createrepo --cache %s/tmp/createrepo %s%s/%s/RPMS' %
                         (ftp_dir,home,ftp_dir,tree,arch))
 
 for tree in trees:
This page took 0.029296 seconds and 4 git commands to generate.