Bug 157651

Summary: rug does not show full URL at service-list
Product: [openSUSE] SUSE Linux 10.1 Reporter: Michael Calmer <mc>
Component: ZenworksAssignee: Dan Mills <thunder>
Status: RESOLVED FIXED QA Contact: Mauro Parra Miranda <mauro>
Severity: Critical    
Priority: P5 - None    
Version: Beta 7   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

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