[Lsb-messages] /var/www/bzr/lsb/devel/distribution-checker r76: Switch domain for support email addresses.

Jeff Licquia licquia at linuxfoundation.org
Wed Sep 5 20:17:09 UTC 2012


------------------------------------------------------------
revno: 76
committer: Jeff Licquia <licquia at linuxfoundation.org>
branch nick: distribution-checker
timestamp: Wed 2012-09-05 16:17:09 -0400
message:
  Switch domain for support email addresses.
modified:
  utils/Tests/Raptor_test.pm
  utils/Tests/Xpdf_manual_test.pm
  webui/dc-server.pl
  webui/public_html/tests_about.pl
-------------- next part --------------
=== modified file 'utils/Tests/Raptor_test.pm'
--- a/utils/Tests/Raptor_test.pm	2009-09-11 13:02:42 +0000
+++ b/utils/Tests/Raptor_test.pm	2012-09-05 20:17:09 +0000
@@ -47,14 +47,14 @@
 	
 	my (@tarballs) = grep {$_->{KIND} eq 'file'} values %{$self->{FILES}};
 	if ( scalar(@tarballs) == 0 ) {
-		return error "No tarball file in manifest. Please contact [lsb-dtk-support\@linuxfoundation.org].";
+		return error "No tarball file in manifest. Please contact [lsb-dtk-support\@linuxbase.org].";
 	}
 	if ( scalar(@tarballs) > 1 ) {
-		return error "There are too many tarballs. Please contact [lsb-dtk-support\@linuxfoundation.org].";
+		return error "There are too many tarballs. Please contact [lsb-dtk-support\@linuxbase.org].";
 	}
 	my $tarball = $tarballs[0]->{FILENAME};
 	
-	( -f $self->temp_dir."/".$tarball ) or fail "Failed to copy tarball. Please contact [lsb-dtk-support\@linuxfoundation.org].";
+	( -f $self->temp_dir."/".$tarball ) or fail "Failed to copy tarball. Please contact [lsb-dtk-support\@linuxbase.org].";
 
 	$Error::Last = undef;
 	cmd('cd '.shq($self->temp_dir).' && tar xvf '.shq($tarball)) == 0

=== modified file 'utils/Tests/Xpdf_manual_test.pm'
--- a/utils/Tests/Xpdf_manual_test.pm	2009-08-28 13:02:29 +0000
+++ b/utils/Tests/Xpdf_manual_test.pm	2012-09-05 20:17:09 +0000
@@ -48,7 +48,7 @@
 	is_ok $self->copy_files_from_reqs_to($tmp_xpdf_dir) or return $Error::Last;
 	
 	( -f $tmp_xpdf_dir."/test1.pdf" && -f $tmp_xpdf_dir."/test2.pdf" )
-		or fail "Failed to copy test files. Please contact [lsb-dtk-support\@linuxfoundation.org].";
+		or fail "Failed to copy test files. Please contact [lsb-dtk-support\@linuxbase.org].";
 
 	return 1;
 }

=== modified file 'webui/dc-server.pl'
--- a/webui/dc-server.pl	2012-03-22 15:32:05 +0000
+++ b/webui/dc-server.pl	2012-09-05 20:17:09 +0000
@@ -349,7 +349,7 @@
 		$info = 'Connection from your IP address ('.$client->peerhost().') refused due to server configuration.<br />You need to specify the proper value for the <b>AcceptConnections</b> in the server config file on the host machine.<br />The config file location is specified in the README file.';
 	}
 	else {
-		$info = 'Please contact the <a href="mailto:lsb-dtk-support\@linuxfoundation.org">Distribution Checker support team</a> to report about this error.<br />See the <a href="/get.pl'.$LOG_FILE.'" target="_blank">server log file</a> for details.';
+		$info = 'Please contact the <a href="mailto:lsb-dtk-support\@linuxbase.org">Distribution Checker support team</a> to report about this error.<br />See the <a href="/get.pl'.$LOG_FILE.'" target="_blank">server log file</a> for details.';
 	}
 	print $client "HTTP/1.0 $code" . Socket::CRLF;
 	print $client Socket::CRLF;

=== modified file 'webui/public_html/tests_about.pl'
--- a/webui/public_html/tests_about.pl	2012-03-22 15:32:05 +0000
+++ b/webui/public_html/tests_about.pl	2012-09-05 20:17:09 +0000
@@ -38,7 +38,7 @@
 <p>Note: this product uses the ptyshell tool which was originally written by Jiri Dluhos and copyrighted by SuSE Linux Products GmbH.</p>
 
 <h2>Product Support</h2>
-<p>Should you have any questions, comments or feature requests, please contact the <a href="mailto:lsb-dtk-support\@linuxfoundation.org">Distribution Checker support team</a>. You can also use the project <a href="http://ispras.linuxbase.org/index.php/About_Distribution_Checker" target="_blank">home page</a> for more information about the $DC_BRANCH Distribution Checker.</p>
+<p>Should you have any questions, comments or feature requests, please contact the <a href="mailto:lsb-dtk-support\@linuxbase.org">Distribution Checker support team</a>. You can also use the project <a href="http://ispras.linuxbase.org/index.php/About_Distribution_Checker" target="_blank">home page</a> for more information about the $DC_BRANCH Distribution Checker.</p>
 
 <h2>License</h2>
 <p>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.</p>



More information about the lsb-messages mailing list