Use Fedora rather than Tree

This commit is contained in:
jkeating@localhost.localdomain 2006-10-17 00:21:40 -04:00 committed by Jesse Keating
parent ac953cfae4
commit 8e4c22a064
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class Gather(yum.YumBase):
downloads.sort()
self.logger.info("Download list: %s" % downloads)
pkgdir = os.path.join(self.opts.destdir, self.opts.arch, 'tree') # Package location within destdir, name subject to change/config
pkgdir = os.path.join(self.opts.destdir, self.opts.arch, 'Fedora') # Package location within destdir, name subject to change/config
if not os.path.exists(pkgdir):
os.makedirs(pkgdir)