Changeset 368


Ignore:
Timestamp:
02/10/11 00:42:34 (13 years ago)
Author:
misc
Message:

document distrib.rpms_name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/trunk/web/lib/Sophie/Controller/Distrib.pm

    r364 r368  
    445445    $c->stash->{xmlrpc} = $c->stash->{rpm}; 
    446446} 
     447 
     448=head2 distrib.rpms_name( DISTRIB ) 
     449 
     450Return the list of rpm name available for C<DISTRIB>. 
     451 
     452C<DISTRIB> is a struct with following keys/values: 
     453 
     454=over 4 
     455 
     456=item distribution 
     457 
     458The distribution name 
     459 
     460=item release 
     461 
     462The release name 
     463 
     464=item arch 
     465 
     466The architecture name 
     467 
     468=back 
     469 
     470=cut 
    447471 
    448472sub rpms_name :XMLRPC { 
Note: See TracChangeset for help on using the changeset viewer.