[PD-cvs] SF.net SVN: pure-data: [9694] trunk/scripts/auto-build/ run-automated-builder

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Sat Apr 12 01:17:13 CEST 2008


Revision: 9694
          http://pure-data.svn.sourceforge.net/pure-data/?rev=9694&view=rev
Author:   eighthave
Date:     2008-04-11 16:17:13 -0700 (Fri, 11 Apr 2008)

Log Message:
-----------
nevermind on that hack...

Modified Paths:
--------------
    trunk/scripts/auto-build/run-automated-builder

Modified: trunk/scripts/auto-build/run-automated-builder
===================================================================
--- trunk/scripts/auto-build/run-automated-builder	2008-04-11 23:11:34 UTC (rev 9693)
+++ trunk/scripts/auto-build/run-automated-builder	2008-04-11 23:17:13 UTC (rev 9694)
@@ -43,14 +43,6 @@
 	 fi
 }
 
-# temporary hack to update Mac OS X Fink builds
-case $SYSTEM in 
-	 darwin)
-		  echo "Updating Fink on Mac OS X"
-		  fink -y update-all
-		  ;;
-esac
-
 for dir in ${HOME}/auto-build/*; do 
 	 dirname=`echo $dir | sed 's|.*/\(.*\)|\1|'`
 	 test -e $dir/scripts/auto-build/${dirname}-auto-builder.sh && \


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




More information about the Pd-cvs mailing list