[PD-cvs] scripts/auto-build auto-build-common,1.1,1.2

IOhannes m zmölnig zmoelnig at users.sourceforge.net
Tue Nov 27 22:01:03 CET 2007


Update of /cvsroot/pure-data/scripts/auto-build
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1086

Modified Files:
	auto-build-common 
Log Message:
disabled the RECIPIENT by default and added some notes on how to enable it


Index: auto-build-common
===================================================================
RCS file: /cvsroot/pure-data/scripts/auto-build/auto-build-common,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** auto-build-common	18 Oct 2006 15:42:12 -0000	1.1
--- auto-build-common	27 Nov 2007 21:01:01 -0000	1.2
***************
*** 6,10 ****
  TIME=`date +%H.%M.%S`
  
  # recipient of any emails set from the scripts
! RECIPIENT=pd-cvs at iem.at
  
--- 6,29 ----
  TIME=`date +%H.%M.%S`
  
+ ## the following creates a spam-bot that sends emails to an address that has not asked for it
+ ## because of the spam-problem, i (jmz) have disabled it
  # recipient of any emails set from the scripts
! #RECIPIENT=pd-cvs at iem.at
! 
  
+ ## if you want to send emails about the success of your build,
+ ## please create a file "auto-build-common.local" in this directory
+ ## and set the "RECIPIENT" address to some valid email-address
+ #
+ ## please do NOT check your auto-build-common.local into the CVS
+ #
+ ## another possibility is to set the "RECIPIENT" environmental variable before running
+ ## the autobuilder
+ 
+ if [ -e ${SCRIPT_DIR}/auto-build-common.local ]; then
+   . ${SCRIPT_DIR}/auto-build-common.local
+ else
+   echo "Could not find local configuration in \"${SCRIPT_DIR}/auto-build-common.local\""
+   echo "Skipping... (see ${SCRIPT_DIR}/auto-build-common for instructions)"
+   echo
+ fi





More information about the Pd-cvs mailing list