From 8e4c22a064207e987998be98ebca800cdf63e34c Mon Sep 17 00:00:00 2001 From: "jkeating@localhost.localdomain" <> Date: Tue, 17 Oct 2006 00:21:40 -0400 Subject: [PATCH] Use Fedora rather than Tree --- gather/gather.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gather/gather.py b/gather/gather.py index 425f42f0..27c01e67 100755 --- a/gather/gather.py +++ b/gather/gather.py @@ -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)