[yum-cvs] yum AUTHORS,1.6,1.7 TODO,1.17,1.18 output.py,1.75,1.76

Seth Vidal skvidal at linux.duke.edu
Sun Jan 21 20:22:32 UTC 2007


Update of /home/groups/yum/cvs/yum
In directory login1.linux.duke.edu:/tmp/cvs-serv17732

Modified Files:
	AUTHORS TODO output.py 
Log Message:

- merge in changes to AUTHORS/TODO
- bring output.py up to patch vs 3.0.X


Index: AUTHORS
===================================================================
RCS file: /home/groups/yum/cvs/yum/AUTHORS,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- AUTHORS	24 Feb 2005 11:05:27 -0000	1.6
+++ AUTHORS	21 Jan 2007 20:22:30 -0000	1.7
@@ -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
 

Index: TODO
===================================================================
RCS file: /home/groups/yum/cvs/yum/TODO,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- TODO	8 Oct 2003 22:48:48 -0000	1.17
+++ TODO	21 Jan 2007 20:22:30 -0000	1.18
@@ -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.
 
 

Index: output.py
===================================================================
RCS file: /home/groups/yum/cvs/yum/output.py,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -r1.75 -r1.76
--- output.py	19 Dec 2006 03:45:06 -0000	1.75
+++ output.py	21 Jan 2007 20:22:30 -0000	1.76
@@ -56,9 +56,8 @@
     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):




More information about the Yum-cvs-commits mailing list