[csw-devel] SF.net SVN: gar:[2517] csw/mgar/gar

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Thu Dec 11 00:21:23 CET 2008


Revision: 2517
          http://gar.svn.sourceforge.net/gar/?rev=2517&view=rev
Author:   wbonnet
Date:     2008-12-10 23:21:23 +0000 (Wed, 10 Dec 2008)

Log Message:
-----------
Add William Bonnet email in bcc of the reminder. It will be used at beginning to track errors

Modified Paths:
--------------
    csw/mgar/gar/v1/bin/mail2maintainer
    csw/mgar/gar/v1/gar.lib.mk
    csw/mgar/gar/v2/bin/mail2maintainer
    csw/mgar/gar/v2/gar.lib.mk

Modified: csw/mgar/gar/v1/bin/mail2maintainer
===================================================================
--- csw/mgar/gar/v1/bin/mail2maintainer	2008-12-10 23:05:56 UTC (rev 2516)
+++ csw/mgar/gar/v1/bin/mail2maintainer	2008-12-10 23:21:23 UTC (rev 2517)
@@ -62,5 +62,5 @@
 	shift
 done
 
-eval mailx $MAIL_OPTIONS $EMAIL
+eval mailx $MAIL_OPTIONS -b "william at wbonnet.net" $EMAIL
 

Modified: csw/mgar/gar/v1/gar.lib.mk
===================================================================
--- csw/mgar/gar/v1/gar.lib.mk	2008-12-10 23:05:56 UTC (rev 2516)
+++ csw/mgar/gar/v1/gar.lib.mk	2008-12-10 23:21:23 UTC (rev 2517)
@@ -143,7 +143,7 @@
 #				  echo ""; \
 #				  echo "--"; \
 #				  echo "Kindest regards"; \
-#				  echo "The upstream notification job"; } | $(GARBIN)/mail2maintainer -b uwatch at opencsw.org -s '[svn] $(GARNAME) upstream update notification' $(GARNAME); \
+#				  echo "The upstream notification job"; } | $(GARBIN)/mail2maintainer -s '[svn] $(GARNAME) upstream update notification' $(GARNAME); \
 			else \
 	  			if [ "$$PACKAGE_UP_TO_DATE" -eq "0" ]; then \
 					echo "$(GARNAME) : Warning no files to check ! $(FILES2CHECK)" ; \
@@ -170,7 +170,7 @@
 			  echo ""; \
 			  echo "--"; \
 			  echo "Kindest regards"; \
-			  echo "The upstream notification job"; } | $(GARBIN)/mail2maintainer -b uwatch at opencsw.org -s '[svn] $(GARNAME) upstream update notification' $(GARNAME); \
+			  echo "The upstream notification job"; } | $(GARBIN)/mail2maintainer -s '[svn] $(GARNAME) upstream update notification' $(GARNAME); \
         fi; \
 	fi
 	

Modified: csw/mgar/gar/v2/bin/mail2maintainer
===================================================================
--- csw/mgar/gar/v2/bin/mail2maintainer	2008-12-10 23:05:56 UTC (rev 2516)
+++ csw/mgar/gar/v2/bin/mail2maintainer	2008-12-10 23:21:23 UTC (rev 2517)
@@ -62,5 +62,5 @@
 	shift
 done
 
-eval mailx $MAIL_OPTIONS $EMAIL
+eval mailx $MAIL_OPTIONS -b "william at wbonnet.net" $EMAIL
 

Modified: csw/mgar/gar/v2/gar.lib.mk
===================================================================
--- csw/mgar/gar/v2/gar.lib.mk	2008-12-10 23:05:56 UTC (rev 2516)
+++ csw/mgar/gar/v2/gar.lib.mk	2008-12-10 23:21:23 UTC (rev 2517)
@@ -141,7 +141,7 @@
 #				  echo ""; \
 #				  echo "--"; \
 #				  echo "Kindest regards"; \
-#				  echo "upstream notification job"; } | $(GARBIN)/mail2maintainer -b uwatch at opencsw.org -s '[svn] $(GARNAME) upstream update notification' $(GARNAME); \
+#				  echo "upstream notification job"; } | $(GARBIN)/mail2maintainer -s '[svn] $(GARNAME) upstream update notification' $(GARNAME); \
 			else \
 	  			if [ "$$PACKAGE_UP_TO_DATE" -eq "0" ]; then \
 					echo "$(GARNAME) : Warning no files to check ! $(FILES2CHECK)" ; \
@@ -168,7 +168,7 @@
 			  echo ""; \
 			  echo "--"; \
 			  echo "Kindest regards"; \
-			  echo "upstream notification job"; } | $(GARBIN)/mail2maintainer -b uwatch at opencsw.org -s '[svn] $(GARNAME) upstream update notification' $(GARNAME); \
+			  echo "upstream notification job"; } | $(GARBIN)/mail2maintainer -s '[svn] $(GARNAME) upstream update notification' $(GARNAME); \
         fi; \
 	fi
 		


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