Bug 157651 - rug does not show full URL at service-list
Summary: rug does not show full URL at service-list
Status: RESOLVED FIXED
Alias: None
Product: SUSE Linux 10.1
Classification: openSUSE
Component: Zenworks (show other bugs)
Version: Beta 7
Hardware: Other Other
: P5 - None : Critical (vote)
Target Milestone: ---
Assignee: Dan Mills
QA Contact: Mauro Parra Miranda
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-13 17:30 UTC by Michael Calmer
Modified: 2006-04-10 15:03 UTC (History)
0 users

See Also:
Found By: Other
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Calmer 2006-03-13 17:30:33 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?
Comment 1 Naresh Wignarajah 2006-03-13 20:07:21 UTC
Assigning to Dan Mills to investigate/fix.
Comment 2 James Willcox 2006-03-13 22:06:52 UTC
Fixed in svn
Comment 3 Mauro Parra Miranda 2006-04-10 12:40:52 UTC
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
Comment 4 Mauro Parra Miranda 2006-04-10 12:41:38 UTC
Dan, this is on your friday's packages (04/07).
Comment 5 Michael Calmer 2006-04-10 12:43:52 UTC
Try 

#> rug --terse --no-abbrev sl
Comment 6 Mauro Parra Miranda 2006-04-10 15:03:38 UTC
My bad, that's totally working