|
|
(17 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| {{needs love}}
| |
|
| |
|
| ReviewTool is a script designed to help with submitting and reviewing packages... It leverages the standard infrastructure tools (e.g., [[Koji]], [[Bugzilla]], [[fedorapeople.org]]) completely from one's own laptop, using no different or additional access to any to any tool than your id has.
| | Refer to https://fedorahosted.org/FedoraReview/ |
| | |
| = Submitting Packages for Review =
| |
| | |
| == Status ==
| |
| | |
| <pre>
| |
| [cweyl@athena bin]$ ./reviewtool status
| |
| Retrieving status from bugzilla....
| |
| | |
| Fetching bugzilla data: 100% [=======================================]D 0h00m05s
| |
| | |
| .--------+---+---+--------------------------------------+----------------------.
| |
| | Bug | R | C | Name | Last Update |
| |
| +--------+---+---+--------------------------------------+----------------------+
| |
| | 473723 | * | * | perl-Eval-Context | 2008-12-10T15:36:19 |
| |
| | | | | R: cweyl@alumni.drew.edu | NEW |
| |
| | | | | A: nobody@fedoraproject.org | |
| |
| | 473718 | + | + | perl-Directory-Scratch-Structured | 2009-01-04T15:31:53 |
| |
| | | | | R: cweyl@alumni.drew.edu | ASSIGNED |
| |
| | | | | A: panemade@gmail.com | |
| |
| | 478780 | + | ? | perl-MooseX-Traits-Attribute-Cascad- | 2009-01-07T01:47:39 |
| |
| | | | | eClear | ASSIGNED |
| |
| | | | | R: cweyl@alumni.drew.edu | |
| |
| | | | | A: panemade@gmail.com | |
| |
| '--------+---+---+--------------------------------------+----------------------'
| |
| </pre>
| |
| | |
| == Submitting ==
| |
| | |
| <pre>
| |
| [cweyl@athena bin]$ ./reviewtool submit ~/rpms/perl-DateTime-Format-DateParse/perl-DateTime-Format-DateParse-0.04-1.fc10.src.rpm
| |
| Working on: (1 of 1) perl-DateTime-Format-DateParse-0.04-1.fc10.src.rpm
| |
| Searching bugzilla; this may take some time...
| |
| No existing review bug for perl-DateTime-Format-DateParse.
| |
| Starting koji scratch build.
| |
| ...this may take some time. We started at 2009-01-08T05:56:44
| |
| Running koji build -- this may take some time
| |
| Koji build done; we took 2 minutes, 46 seconds.
| |
| | |
| Pushing package and spec to fedorapeople...
| |
| perl-DateTime-Format-DateParse-0.04-1.fc10.sr 100% 17KB 17.4KB/s 00:00
| |
| perl-DateTime-Format-DateParse.spec 100% 1627 1.6KB/s 00:00
| |
| ...done.
| |
| | |
| #!#!#!#!#!#!#!#!#!!#!#!!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#!#
| |
| Pkg: perl-DateTime-Format-DateParse
| |
| Summary: Parse Date::Parse compatible formats
| |
| SRPM: perl-DateTime-Format-DateParse-0.04-1.fc10.src.rpm
| |
| | |
| // Begin request tix body //////////////////////////////////////////////
| |
| Spec URL: http://fedorapeople.org/~cweyl/review/perl-DateTime-Format-DateParse.spec
| |
| SRPM URL: http://fedorapeople.org/~cweyl/review/perl-DateTime-Format-DateParse-0.04-1.fc10.src.rpm
| |
| | |
| Description:
| |
| This module is a DateTime compatibility wrapper around Date::Parse; it allows
| |
| one to easily parse formats Date::Parse recognises for DateTime.
| |
| | |
| Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1039635
| |
| | |
| // End request tix body ////////////////////////////////////////////////
| |
| | |
| Post for review? y
| |
| Creating bug...
| |
| ...done.
| |
| | |
| Review bug for perl-DateTime-Format-DateParse is: 479223
| |
| </pre>
| |
| | |
| = Reviewing Packages =
| |
| | |
| [[Category:Perl]]
| |