Mailinglist Archive: zypp-devel (149 mails)
| < Previous | Next > |
[zypp-devel] jippie - my pool gets listed! Q: nicer output ?
- From: "Jan-Simon Möller" <dl9pf@xxxxxx>
- Date: Thu, 4 Sep 2008 14:49:10 +0200
- Message-id: <200809041449.11113.dl9pf@xxxxxx>
Moin moin!
...
U__s_(2)ConsoleKit-x11-0.2.10-12.3.i586(software)
[...]
U__s_(546)hicolor-icon-theme-0.10-63.5.noarch(software)
Jippie - it works with zypp from svn. So just one more question: can i somehow
only query
* packagename
* version
* repoalias
or do i need to extract this.
I mean e.g.
for item in pool:
item.name()
item.version()
item.repoalias()
Best regards
Jan-Simon
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
... print item.string()for item in pool:
...
U__s_(2)ConsoleKit-x11-0.2.10-12.3.i586(software)
[...]
U__s_(546)hicolor-icon-theme-0.10-63.5.noarch(software)
Jippie - it works with zypp from svn. So just one more question: can i somehow
only query
* packagename
* version
* repoalias
or do i need to extract this.
I mean e.g.
for item in pool:
item.name()
item.version()
item.repoalias()
Best regards
Jan-Simon
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |