]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- added noarch and switched indexes to old-style poldek (new indexes suck for
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 19 Mar 2005 14:49:28 +0000 (14:49 +0000)
committerMariusz Mazur <mmazur@pld-linux.org>
Sat, 19 Mar 2005 14:49:28 +0000 (14:49 +0000)
  now)

Changed files:
    bin/pfa-genindex -> 1.3

bin/pfa-genindex

index 86271329c99f9e9d726858fb232927e90812c0fa..6e6e42911189f0676a380271be1aa31887fae783 100644 (file)
@@ -32,11 +32,13 @@ for tree in trees:
 
 home=os.environ['HOME']
 
+ftp_archs.append('noarch')
+
 for tree in trees:
     print '-------------------------- %s --------------------------' % tree
     for arch in ftp_archs:
         print 'ARCHITECTURE: %s' % arch
-        os.system('%s.stat/bin/poldek --cachedir=%s/tmp/poldek --conf %s.stat/etc/poldek.conf -s %s%s/%s/RPMS --mkidxz' %
+        os.system('%s.stat/bin/poldek --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))
 
 for tree in trees:
This page took 0.951889 seconds and 4 git commands to generate.