From: Arkadiusz Miƛkiewicz Date: Thu, 21 Jun 2007 20:33:06 +0000 (+0000) Subject: Fix order. X-Git-Url: https://git.pld-linux.org/?p=projects%2Fpld-ftp-admin.git;a=commitdiff_plain;h=da83aa723f9672f6c04ec254b265df4719507753 Fix order. Changed files: bin/pfa-genindex -> 1.15 --- diff --git a/bin/pfa-genindex b/bin/pfa-genindex index 6189cb9..95f51ab 100644 --- a/bin/pfa-genindex +++ b/bin/pfa-genindex @@ -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)