From 144b5838fe074b49e15dc7caee113a04f8e7d261 Mon Sep 17 00:00:00 2001 From: dukeleto Date: Wed, 15 Sep 2010 18:11:35 +0000 Subject: [PATCH] [harness] Update smolder submission info git-svn-id: https://svn.parrot.org/parrot/trunk@49023 d31e2699-5ff4-0310-a27c-f18f2fbe73fe --- lib/Parrot/Harness/Smoke.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Parrot/Harness/Smoke.pm b/lib/Parrot/Harness/Smoke.pm index 7aa817f187..c74d92a4f8 100644 --- a/lib/Parrot/Harness/Smoke.pm +++ b/lib/Parrot/Harness/Smoke.pm @@ -50,7 +50,7 @@ C<$ENV{'USERDOMAIN'}>. send_archive_to_smolder( %env_data ); At the current time, automated smoke reports are collected and displayed via -the Smolder system at L. Such reports require +the Smolder system at L. Such reports require the Perl 5 F module, available from CPAN. On network problem or for offline use you may send tar reports later @@ -92,10 +92,10 @@ our @EXPORT_OK = qw( # language implementations have a different project id my %SMOLDER_CONFIG = ( - server => 'http://smolder.plusthree.com', + server => 'http://smolder.parrot.org', username => 'parrot-autobot', - password => 'squ@wk', - project_id => 8, + password => 'qa_rocks', + project_id => 1, report_file => ['parrot_test_run.tar.gz'], ); -- 2.11.4.GIT