[csw-devel] SF.net SVN: gar:[12554] csw/mgar/gar/v2-uwatch2/gar.lib.mk

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Sun Jan 16 00:44:12 CET 2011


Revision: 12554
          http://gar.svn.sourceforge.net/gar/?rev=12554&view=rev
Author:   wbonnet
Date:     2011-01-15 23:44:12 +0000 (Sat, 15 Jan 2011)

Log Message:
-----------
Fix sql date and return value check

Modified Paths:
--------------
    csw/mgar/gar/v2-uwatch2/gar.lib.mk

Modified: csw/mgar/gar/v2-uwatch2/gar.lib.mk
===================================================================
--- csw/mgar/gar/v2-uwatch2/gar.lib.mk	2011-01-15 23:42:07 UTC (rev 12553)
+++ csw/mgar/gar/v2-uwatch2/gar.lib.mk	2011-01-15 23:44:12 UTC (rev 12554)
@@ -427,7 +427,7 @@
 		fi; \
 		EXECUTIONDATE=`date +"%Y-%m-%d %H:%M:%S"` ; \
 		$(PACKAGELIST) | while read GARPATH CATALOGNAME PKGNAME ; do \
-			REPORTVERSION=`http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/uwatch report-package-version --catalog-name="$$CATALOGNAME" --package-name="$$PKGNAME" --execution-date="$$EXECUTIONDATE" --gar-path="$$GARPATH" --gar-version=$(VERSION) --upstream-version=$$LATEST"` ; \
+			REPORTVERSION=`http_proxy=$(http_proxy) ftp_proxy=$(ftp_proxy) $(GARBIN)/uwatch report-package-version --catalog-name="$$CATALOGNAME" --package-name="$$PKGNAME" --execution-date="$$EXECUTIONDATE" --gar-path="$$GARPATH" --gar-version=$(VERSION) --upstream-version=$$LATEST --database-host=hastur --database-user=root --database-password=root --database-schema=spmtcsw"` ; \
 			if [ "$$?" -ne "0" ] ; then \
 				echo "Error occured while executing uwatch. Please check configuration with target get-uwatch-configuration. Here is the output of uwatch command :" ; \
 				echo "$$REPORTVERSION" ; \


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