Commit r2363: https://sourceforge.net/p/mrbs/code/2363/

------------------------------------------------------------------------
r2363 | jberanek | 2012-07-26 22:56:24 +0100 (Thu, 26 Jul 2012) | 1 line
Changed paths:
   M /tools/trunk/commit-emailer.pl

Simplified SVN URL
------------------------------------------------------------------------

Index: tools/trunk/commit-emailer.pl
===================================================================
--- tools/trunk/commit-emailer.pl       (revision 2362)
+++ tools/trunk/commit-emailer.pl       (revision 2363)
@@ -7,7 +7,6 @@
 # Config
 my $project = 'mrbs';
 my $svn_repos = 'code';
-my $sf_username = 'jberanek';
 my @terse_recipients =
 (
   '[email protected]',
@@ -20,7 +19,7 @@
 );
 
 # Calculated values
-my $repos_url = 
"svn+ssh://$sf_username\@svn.code.sf.net/p/$project/$svn_repos/";
+my $repos_url = "svn://svn.code.sf.net/p/$project/$svn_repos/";
 my $commit_url_base = "https://sourceforge.net/p/$project/$svn_repos/";;
 my $rss_url = "${commit_url_base}feed";
 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to