[asterisk-addons-commits] trunk r230 - /trunk/Makefile
    asterisk-addons-commits at lists.digium.com 
    asterisk-addons-commits at lists.digium.com
       
    Fri Jun 30 19:32:25 MST 2006
    
    
  
Author: russell
Date: Fri Jun 30 21:32:24 2006
New Revision: 230
URL: http://svn.digium.com/view/asterisk-addons?rev=230&view=rev
Log:
the cvs servers are gone
Modified:
    trunk/Makefile
Modified: trunk/Makefile
URL: http://svn.digium.com/view/asterisk-addons/trunk/Makefile?rev=230&r1=229&r2=230&view=diff
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Fri Jun 30 21:32:24 2006
@@ -146,9 +146,6 @@
 	@if [ -d .svn ]; then \
 		echo "Updating from Subversion..." ; \
 		svn update -q; \
-	elif [ -d CVS ]; then \
-		echo "Updating from CVS..." ; \
-		cvs -q -z3 update -Pd; \
 	else \
 		echo "Not under version control"; \
 	fi
    
    
More information about the asterisk-addons-commits
mailing list