diff --git a/PLAN b/PLAN index 7597b72c..33e16205 100644 --- a/PLAN +++ b/PLAN @@ -1,5 +1,5 @@ -FIST -Fedora Install Spin Tool (Name could change at any moment) +Pungi +An anaconda based installation spin tool This project is aimed at making a public / free tool to spin installation trees/isos of Fedora. It will be written in python (for many obvious diff --git a/gather/gather.py b/gather/gather.py index 6d7984ff..ab0c75e2 100755 --- a/gather/gather.py +++ b/gather/gather.py @@ -29,7 +29,7 @@ class Gather(yum.YumBase): else: arches = yum.rpmUtils.arch.getArchList(opts.arch) self.doSackSetup(arches) - self.logger = yum.logging.getLogger("yum.verbose.fist") + self.logger = yum.logging.getLogger("yum.verbose.pungi") self.opts = opts self.pkglist = pkglist self.polist = []