Re: revised CT 2.0 instructions

2010-08-24 Thread David Golden
On Tue, Aug 24, 2010 at 11:52 AM, Kaoru wrote: > On Tue, Aug 24, 2010 at 4:44 PM, yary wrote: >> Did you also edit ~/.cpanreporter/config.ini, adding the "transport" >> and "email_from" lines as documented in the newly-updated page >> http://wiki.cpantesters.org/wiki/QuickHowToCT20 ? >> >> Withou

Re: revised CT 2.0 instructions

2010-08-24 Thread Kaoru
On Tue, Aug 24, 2010 at 4:44 PM, yary wrote: > Did you also edit ~/.cpanreporter/config.ini, adding the "transport" > and "email_from" lines as documented in the newly-updated page > http://wiki.cpantesters.org/wiki/QuickHowToCT20 ? > > Without the "transport" line properly set, it still defaults

Re: revised CT 2.0 instructions

2010-08-24 Thread yary
Hi, Did you also edit ~/.cpanreporter/config.ini, adding the "transport" and "email_from" lines as documented in the newly-updated page http://wiki.cpantesters.org/wiki/QuickHowToCT20 ? Without the "transport" line properly set, it still defaults to email sending. -y

Re: revised CT 2.0 instructions

2010-08-24 Thread Kaoru
Hi guys, A small documentation issue, and a quick question - The documentation says: $ mkdir ~/.cpantesters $ cp metabase-id.json ~/.cpantesters/ $ chmod 400 ~/.cpantesters/metabase-id.json But metabase-profile actually creates a file called metabase_id.json not metabase-id.json. Not sure wheth

Re: revised CT 2.0 instructions

2010-08-23 Thread David Golden
On Mon, Aug 23, 2010 at 9:07 AM, Chris 'BinGOs' Williams wrote: > The easiest way for 'casual' CPANPLUS users to setup test reporting to > Metabase is with Task::CPANPLUS::Metabase > > If they install Task::CPANPLUS::Metabase it will install all the > necessary modules and a script called metabase

Re: revised CT 2.0 instructions

2010-08-23 Thread Chris 'BinGOs' Williams
On Mon, Aug 23, 2010 at 12:41:02AM -0400, David Golden wrote: > > I've tried to give some basic bootstrap instructions for > CPAN::Reporter assuming someone has never sent test reports before, > but I need someone to add the same for CPANPLUS. > The easiest way for 'casual' CPANPLUS users to set

revised CT 2.0 instructions

2010-08-22 Thread David Golden
I've heavily revised the "quickstart" instructions on the wiki: http://wiki.cpantesters.org/wiki/QuickHowToCT20 I've also removed the old beta instructions to avoid confusion. I've tried to give some basic bootstrap instructions for CPAN::Reporter assuming someone has never sent test reports bef