From 88a312c929481a393a1881bc14b4924685c4234c Mon Sep 17 00:00:00 2001 From: Mariusz Mazur Date: Sat, 19 Mar 2005 14:49:28 +0000 Subject: [PATCH] - added noarch and switched indexes to old-style poldek (new indexes suck for now) Changed files: bin/pfa-genindex -> 1.3 --- bin/pfa-genindex | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/pfa-genindex b/bin/pfa-genindex index 8627132..6e6e429 100644 --- a/bin/pfa-genindex +++ b/bin/pfa-genindex @@ -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: -- 2.44.0