Change name to pungi
This commit is contained in:
parent
123b31573e
commit
7c6256d737
4
PLAN
4
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
|
||||
|
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user