Bug 211545

Summary: osc: Subcommand userid does not exist
Product: [openSUSE] openSUSE.org Reporter: Thomas Schraitle <thomas.schraitle>
Component: BuildServiceAssignee: Peter Poeml <poeml>
Status: RESOLVED FIXED QA Contact: Adrian Schröter <adrian.schroeter>
Severity: Minor    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: Other Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Thomas Schraitle 2006-10-11 08:46:13 UTC
The command userid does not exists, although it is listed from "osc help":

 $ osc userid
 unknown command 'userid'
 Type 'osc help' for usage.

$ rpm -q osc build
osc-0.8-18.1
build-2006.10.05-3.1
Comment 1 Michal Marek 2006-10-11 09:43:03 UTC
Maybe a help bug? 'osc id <user>' works for me.
Comment 2 Peter Poeml 2006-10-11 12:56:07 UTC
Yes, I wanted to rename 'id' to userid at some point in time, but as it
seems I didn't get around to do that properly. ('id' is a builtin in
Python, and I didn't want to clutter the namespace, as there is a
function for each subcommand with the same name.)

In cleaning this up, I just added a command 'edituser', and I renamed
'userid' alias 'id' to 'usermeta' (short of a better idea).

The fix is not in svn yet but I'm marking this bug as fixed
nevertheless, because it is quite minor.
Comment 3 Christian Boltz 2006-10-15 22:34:26 UTC
*** Bug 211558 has been marked as a duplicate of this bug. ***