]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
- generate repodata using comps.xml
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2008 19:15:03 +0000 (19:15 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 6 Jan 2008 19:15:03 +0000 (19:15 +0000)
Changed files:
    bin/pfa-genindex -> 1.18

bin/pfa-genindex

index 9f554f112ca14d4b39918c52a1e21b247943dc5b..0ac8b68f992540486724ec241455f6108e17dbf4 100644 (file)
@@ -74,8 +74,8 @@ if do_yum:
         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 --cache %s/tmp/createrepo/%s-%s %s%s/%s/RPMS' %
-                    (ftp_dir,home,tree,arch,ftp_dir,tree,arch))
+            os.system('%s.stat/bin/createrepo -g %s/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:
     ftpio.unlock(tree)
This page took 0.032722 seconds and 4 git commands to generate.