Bugzilla – Bug 157651
rug does not show full URL at service-list
Last modified: 2006-04-10 15:03:38 UTC
The URL at service-list is stripped. This is really bad, because it is the only unique identifier. client198:~ # rug sl # | Status | Typ | Name | URI --+--------+-----+---------------+---------------------------------------------- 1 | Active | YUM | suse_internal | https://armstrong.suse.de/download/Code/10... client198:~ # rug --terse sl 1|Active|YUM|suse_internal|https://armstrong.suse.de/download/Code/10... client198:~ # echo "1|Active|YUM|suse_internal|https://armstrong.suse.de/download/Code/10..." | wc 1 1 73 client198:~ # Is there another possibility to get the full URL?
Assigning to Dan Mills to investigate/fix.
Fixed in svn
Seems to be still broken, # rug --terse sl 1|Active|YUM|DESKTOP|http://hazard.provo.novell.com/unstable/sled-1... 2|Active|YUM|armstrong|https://armstrong.suse.de/download/Code/10/upd... e180:~ # rpm -qa | grep zmd zmd-7.1.1.0-1 libzypp-zmd-backend-7.1.1.0-5
Dan, this is on your friday's packages (04/07).
Try #> rug --terse --no-abbrev sl
My bad, that's totally working