poldek: poldek/python/test.py - group display

mis mis at pld-linux.org
Sat Jun 16 17:11:29 CEST 2007


Author: mis                          Date: Sat Jun 16 15:11:29 2007 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- group display

---- Files affected:
poldek/poldek/python:
   test.py (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: poldek/poldek/python/test.py
diff -u poldek/poldek/python/test.py:1.14 poldek/poldek/python/test.py:1.15
--- poldek/poldek/python/test.py:1.14	Sun Oct 23 23:23:27 2005
+++ poldek/poldek/python/test.py	Sat Jun 16 17:11:24 2007
@@ -18,8 +18,8 @@
     print "Summary: ", inf.get(inf.SUMMARY)
     print "License: ", inf.get(inf.LICENSE)
     print "URL:     ", inf.get(inf.URL)
+    print "Group:   ", pkg.group()
     print "Description:\n", inf.get(inf.DESCRIPTION)
-
     it = pkg.get_flist_it()
     f = it.get_tuple()
     while f:
@@ -75,7 +75,7 @@
 
 ctx = poldek.poldek_ctx()
 #poldek_set_verbose(1)
-src = poldek.source('ac-test')
+src = poldek.source('ac')
 ctx.configure(ctx.CONF_SOURCE, src)
 ctx.load_config()
 if not ctx.setup():
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/poldek/poldek/python/test.py?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list