Skip to content

Commit

Permalink
- merge in changes to AUTHORS/TODO
Browse files Browse the repository at this point in the history
- bring output.py up to patch vs 3.0.X
  • Loading branch information
Seth Vidal committed Jan 21, 2007
1 parent 1407fcb commit 7b8598a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 21 deletions.
33 changes: 16 additions & 17 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,28 @@
YUM AUTHORS
----------------

Yum is currently maintained by Seth Vidal <skvidal_at_phy.duke.edu>. Yum was
written to scratch an itch for some folks at duke, specifically seth. It was
based in huge parts off of code from yup - the yellowdog updater. Yum has used
a bunch of code from other gpl'd projects - up2date, anaconda and yup. Folks below
are thanked for their help/code/smarts.

Jeremy Katz <katzj_at_linuxpower.org>
Adrian Likins <alikins_at_redhat.com>
Matthew Miller <mattdm_at_mattdm.org>
Michael Stenner <mstenner_at_phy.duke.edu>
Icon Riabitsev <icon_at_phy.duke.edu>
Seth Vidal
Jeremy Katz
Adrian Likins
Matthew Miller
Michael Stenner
Icon Riabitsev
Ryan Tomayko
Paul Nasrat
Robert G. Brown <rgb_at_phy.duke.edu>
Robert G. Brown
Hollis Blanchard
Grigory Bakunov <black_at_asplinux.ru>
Grigory Bakunov
Menno Smits
Gijs Hollestelle <gijs_at_gewis.nl>
Gijs Hollestelle
Terje Rosten
Luke Macken
James Bowes
Tim Lauridsen


Original Yup people:
Bryan Stillwell <bstill_at_terraplex.com>.
Bryan Stillwell
Stephen Edie
Dan Burcaw <dburcaw_at_yellowdoglinux.com>
Troy Bengegerdes <troy_at_blacklablinux.com>
Dan Burcaw
Troy Bengegerdes

3 changes: 1 addition & 2 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
see http://linux.duke.edu/yum/yum-todo.ptml
see http://wiki.linux.duke.edu/YumTodo

click on the Todo list link.


3 changes: 1 addition & 2 deletions output.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,8 @@ def simpleProgressBar(self, current, total, name=None):
def simpleList(self, pkg):
ver = pkg.printVer()
na = '%s.%s' % (pkg.name, pkg.arch)
repo = pkg.repoid

print "%-40.40s %-22.22s %-16.16s" % (na, ver, repo)
print "%-40.40s %-22.22s %-16.16s" % (na, ver, pkg.repoid)


def infoOutput(self, pkg):
Expand Down

0 comments on commit 7b8598a

Please sign in to comment.