API Removed 'make getallmodules', use composer instead

This commit is contained in:
Ingo Schommer 2012-12-11 02:03:49 +01:00
parent fbc03f1fe2
commit 10d447e15a
1 changed files with 1 additions and 9 deletions

View File

@ -6,12 +6,4 @@
#
test:
$(MAKE) QUERYSTRING="$(QUERYSTRING)" -C framework test
getallmodules:
if [ -d subsites ]; then svn update subsites; else svn co http://svn.silverstripe.com/open/modules/subsites/trunk subsites; fi
if [ -d genericdataadmin ]; then svn update genericdataadmin; else svn co http://svn.silverstripe.com/open/modules/genericdataadmin/trunk genericdataadmin; fi
if [ -d forum ]; then svn update forum; else svn co http://svn.silverstripe.com/open/modules/forum/trunk forum; fi
if [ -d cmsworkflow ]; then svn update cmsworkflow; else svn co http://svn.silverstripe.com/open/modules/cmsworkflow/trunk cmsworkflow; fi
if [ -d multiform ]; then svn update multiform; else svn co http://svn.silverstripe.com/open/modules/multiform/trunk multiform; fi
if [ -d events ]; then svn update events; else svn co http://svn.silverstripe.com/open/modules/events/trunk events; fi
$(MAKE) QUERYSTRING="$(QUERYSTRING)" -C framework test