[csw-devel] SF.net SVN: opencsw:[644] buildfarm/bin/rest-interface/getcatalog

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Nov 26 10:31:21 CET 2012


Revision: 644
          http://opencsw.svn.sourceforge.net/opencsw/?rev=644&view=rev
Author:   dmichelsen
Date:     2012-11-26 09:31:21 +0000 (Mon, 26 Nov 2012)
Log Message:
-----------
getcatalog: Fix typo

Modified Paths:
--------------
    buildfarm/bin/rest-interface/getcatalog

Modified: buildfarm/bin/rest-interface/getcatalog
===================================================================
--- buildfarm/bin/rest-interface/getcatalog	2012-11-24 23:17:10 UTC (rev 643)
+++ buildfarm/bin/rest-interface/getcatalog	2012-11-26 09:31:21 UTC (rev 644)
@@ -77,7 +77,7 @@
   }
 );
 
-my ($having, $retreiving) = (0, 0);
+my ($having, $retrieving) = (0, 0);
 
 # Retreive the missing data
 foreach my $pkg (@$catalog_data) {
@@ -89,7 +89,7 @@
     $having++;
     print "Having $md5\n";
   } else {
-    $retreiving++;
+    $retrieving++;
     $pm->start() and next;
 
     print "Retreiving $md5\n";
@@ -126,5 +126,5 @@
 my $runtime = time - $start;
 
 open S, "| /opt/csw/nagios/bin/send_nsca -H 192.168.1.50 -d ';' -c /etc/opt/csw/nagios/send_nsca.cfg";
-print S "buildfarm.opencsw.org;DEPGRAPH-CATALOG;0;Read $having from cache and retreived $retreiving in $runtime seconds\n";
+print S "buildfarm.opencsw.org;DEPGRAPH-CATALOG;0;Read $having from cache and retrieved $retrieving in $runtime seconds\n";
 close S;

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list