[Laszlo-checkins] r14163 - tools/trunk/svn
max@openlaszlo.org
max at openlaszlo.org
Tue Jun 16 17:48:16 PDT 2009
Author: max
Date: 2009-06-16 17:48:14 -0700 (Tue, 16 Jun 2009)
New Revision: 14163
Modified:
tools/trunk/svn/binsearch.rb
tools/trunk/svn/review-mail.pl
tools/trunk/svn/svn-bash.sh
Log:
Change 20090616-maxcarlson-T by maxcarlson at Bank on 2009-06-16 17:35:01 PDT
in /Users/maxcarlson/openlaszlo/tools/svn
for http://svn.openlaszlo.org/tools/trunk/svn
Summary: Update svn tools
Bugs Fixed: LPP-8274 - Update svn tools to use laszlo-reviews mailing list
Technical Reviewer: ptw
QA Reviewer: hminsky
Details: Change laszlo-dev -> laszlo-reviews. Correct count remaining and help message in binsearch.rb
Tests: Tools now cc laszlo-reviews instead of laszlo-dev.
Modified: tools/trunk/svn/binsearch.rb
===================================================================
--- tools/trunk/svn/binsearch.rb 2009-06-17 00:42:41 UTC (rev 14162)
+++ tools/trunk/svn/binsearch.rb 2009-06-17 00:48:14 UTC (rev 14163)
@@ -42,7 +42,7 @@
puts opts
exit
elsif (options.first == 0) then
- puts "You must specify the first revision number to begin searching from, e.g 'binsearch.rb -f 8080' See 'binsearch.rb -h' for help."
+ puts "You must specify the first revision number to begin searching from, e.g 'binsearch.rb -r 8080' See 'binsearch.rb -h' for help."
exit
end
@@ -86,7 +86,7 @@
while true do
currev = revs[curindex]
- puts "Synchronizing and building #{currev}. #{(lastindex - curindex + 1).abs} remaining."
+ puts "Synchronizing and building #{currev}. #{last - first} remaining."
if (currev != startrev) then
svncmd = "svn up -r#{currev} ."
puts "> #{svncmd}" if (options.verbose)
Modified: tools/trunk/svn/review-mail.pl
===================================================================
--- tools/trunk/svn/review-mail.pl 2009-06-17 00:42:41 UTC (rev 14162)
+++ tools/trunk/svn/review-mail.pl 2009-06-17 00:48:14 UTC (rev 14163)
@@ -15,7 +15,7 @@
use Encode qw(encode);
$to = '';
-$cc = 'laszlo-dev at openlaszlo.org';
+$cc = 'laszlo-reviews at openlaszlo.org';
$default_domain = 'laszlosystems.com';
$change_url = shift @ARGV;
Modified: tools/trunk/svn/svn-bash.sh
===================================================================
--- tools/trunk/svn/svn-bash.sh 2009-06-17 00:42:41 UTC (rev 14162)
+++ tools/trunk/svn/svn-bash.sh 2009-06-17 00:48:14 UTC (rev 14163)
@@ -134,7 +134,7 @@
echo
echo "Changeset: ${CHANGEURL}"
echo 1>&2
- echo "Remember to mail your reviewers and cc laszlo-dev at openlaszlo.org" 1>&2
+ echo "Remember to mail your reviewers and cc laszlo-reviews at openlaszlo.org" 1>&2
;;
esac
More information about the Laszlo-checkins
mailing list