[svn:parrot] r49023 - trunk/lib/Parrot/Harness

dukeleto at svn.parrot.org dukeleto at svn.parrot.org
Wed Sep 15 18:11:36 UTC 2010


Author: dukeleto
Date: Wed Sep 15 18:11:35 2010
New Revision: 49023
URL: https://trac.parrot.org/parrot/changeset/49023

Log:
[harness] Update smolder submission info

Modified:
   trunk/lib/Parrot/Harness/Smoke.pm

Modified: trunk/lib/Parrot/Harness/Smoke.pm
==============================================================================
--- trunk/lib/Parrot/Harness/Smoke.pm	Wed Sep 15 17:53:37 2010	(r49022)
+++ trunk/lib/Parrot/Harness/Smoke.pm	Wed Sep 15 18:11:35 2010	(r49023)
@@ -50,7 +50,7 @@
     send_archive_to_smolder( %env_data );
 
 At the current time, automated smoke reports are collected and displayed via
-the Smolder system at L<http://smolder.plusthree.com>.  Such reports require
+the Smolder system at L<http://smolder.parrot.org>.  Such reports require
 the Perl 5 F<LWP::UserAgent> module, available from CPAN.
 
 On network problem or for offline use you may send tar reports later
@@ -92,10 +92,10 @@
 
 # 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 at wk',
-    project_id   => 8,
+    password     => 'qa_rocks',
+    project_id   => 1,
     report_file  => ['parrot_test_run.tar.gz'],
 );
 


More information about the parrot-commits mailing list