Change name to pungi
This commit is contained in:
parent
123b31573e
commit
7c6256d737
4
PLAN
4
PLAN
@ -1,5 +1,5 @@
|
|||||||
FIST
|
Pungi
|
||||||
Fedora Install Spin Tool (Name could change at any moment)
|
An anaconda based installation spin tool
|
||||||
|
|
||||||
This project is aimed at making a public / free tool to spin installation
|
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
|
trees/isos of Fedora. It will be written in python (for many obvious
|
||||||
|
@ -29,7 +29,7 @@ class Gather(yum.YumBase):
|
|||||||
else:
|
else:
|
||||||
arches = yum.rpmUtils.arch.getArchList(opts.arch)
|
arches = yum.rpmUtils.arch.getArchList(opts.arch)
|
||||||
self.doSackSetup(arches)
|
self.doSackSetup(arches)
|
||||||
self.logger = yum.logging.getLogger("yum.verbose.fist")
|
self.logger = yum.logging.getLogger("yum.verbose.pungi")
|
||||||
self.opts = opts
|
self.opts = opts
|
||||||
self.pkglist = pkglist
|
self.pkglist = pkglist
|
||||||
self.polist = []
|
self.polist = []
|
||||||
|
Loading…
Reference in New Issue
Block a user