]> git.pld-linux.org Git - projects/pld-ftp-admin.git/commitdiff
Fix order.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Jun 2007 20:33:06 +0000 (20:33 +0000)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 21 Jun 2007 20:33:06 +0000 (20:33 +0000)
Changed files:
    bin/pfa-genindex -> 1.15

bin/pfa-genindex

index 6189cb93e645cbdebd3697c2c02bcc97aa372d58..95f51ab9e44ab3b40f84f0e3a599d094ac683933 100644 (file)
@@ -55,7 +55,7 @@ for tree in trees:
         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,tree,arch,home,ftp_dir,tree,arch))
+                (ftp_dir,home,tree,arch,ftp_dir,tree,arch))
 
 for tree in trees:
     ftpio.unlock(tree)
This page took 0.24353 seconds and 4 git commands to generate.