[Collab-qa-commits] r372 - svnbuildstat/script

goneri-guest at alioth.debian.org goneri-guest at alioth.debian.org
Wed Aug 8 13:36:57 UTC 2007


Author: goneri-guest
Date: 2007-08-08 13:36:57 +0000 (Wed, 08 Aug 2007)
New Revision: 372

Modified:
   svnbuildstat/script/svnbuildstat_update-db.pl
Log:
spelling


Modified: svnbuildstat/script/svnbuildstat_update-db.pl
===================================================================
--- svnbuildstat/script/svnbuildstat_update-db.pl	2007-08-08 13:36:25 UTC (rev 371)
+++ svnbuildstat/script/svnbuildstat_update-db.pl	2007-08-08 13:36:57 UTC (rev 372)
@@ -279,7 +279,7 @@
 
   if ($$repository->rev eq $rev && $$repository->lastcheck) {
     # If he repository is up to date, a still do a refresh every 48h
-    # this because the tarball check
+    # this because of the tarball check
     my ($year, $mon, $day, $hour, $min, $sec) = ($$repository->lastcheck =~ /(\d{4})-(\d{2})-(\d{2})\ (\d{1,2}):(\d{2}):(\d{2})/);
     my $lastbuild = timelocal($sec, $min, $hour, $day, $mon, $year);
     if ($lastbuild > time - 3600*48) {




More information about the Collab-qa-commits mailing list