From 7c6256d737d3d4f5d403bbfc1fadd5730ad2488e Mon Sep 17 00:00:00 2001 From: "jkeating@localhost.localdomain" <> Date: Mon, 23 Oct 2006 15:50:44 -0400 Subject: [PATCH] Change name to pungi --- PLAN | 4 ++-- gather/gather.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = []