MINOR Added querystring option to Makefile (from r103746)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@103884 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
ischommer 2010-05-03 01:32:42 +00:00
parent 429e2421c9
commit 317e179cb1
2 changed files with 4 additions and 8 deletions

View File

@ -6,7 +6,7 @@
#
test:
$(MAKE) -C sapphire test
$(MAKE) QUERYSTRING="$(QUERYSTRING)" -C sapphire test
getallmodules:
if [ -d ecommerce ]; then svn update ecommerce; else svn co http://svn.silverstripe.com/open/modules/ecommerce/trunk ecommerce; fi
@ -16,10 +16,4 @@ getallmodules:
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
if [ -d auth_openid ]; then svn update auth_openid; else svn co http://svn.silverstripe.com/open/modules/auth_openid/trunk auth_openid; fi
if [ -d blog ]; then svn update blog; else svn co http://svn.silverstripe.com/open/modules/blog/trunk blog; fi
if [ -d gallery ]; then svn update gallery; else svn co http://svn.silverstripe.com/open/modules/gallery/trunk gallery; fi
if [ -d rssaggregator ]; then svn update rssaggregator; else svn co http://svn.silverstripe.com/open/modules/rssaggregator/trunk rssaggregator; fi
if [ -d sharethis ]; then svn update sharethis; else svn co http://svn.silverstripe.com/open/modules/sharethis/trunk sharethis; fi
if [ -d userforms ]; then svn update userforms; else svn co http://svn.silverstripe.com/open/modules/userforms/trunk userforms; fi
if [ -d events ]; then svn update events; else svn co http://svn.silverstripe.com/open/modules/events/trunk events; fi

View File

@ -16,4 +16,6 @@ SSViewer::set_theme('blackcandy');
// enable nested URLs for this site (e.g. page/sub-page/)
SiteTree::enable_nested_urls();
Security::setDefaultAdmin('admin', 'password');
?>