From: Roland Häder Date: Sat, 15 Aug 2009 13:28:51 +0000 (+0000) Subject: qa application added X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=3066fde87517fbd0a93adb19d7522bd772070606 qa application added --- diff --git a/setup-repos.sh b/setup-repos.sh index fbd7280b..41db15aa 100755 --- a/setup-repos.sh +++ b/setup-repos.sh @@ -31,7 +31,8 @@ svn propset svn:externals -F ../../core/trunk/svn-externals.txt . || exit 255 if (test "$1" != "admin" && test "$1" != "install"); then cd application/ svn propset svn:externals "admin http://www.ship-simu.org/repos/admin/trunk/application/admin/ -install http://www.ship-simu.org/repos/install/trunk/application/install/" . || exit 255 +install http://www.ship-simu.org/repos/install/trunk/application/install/ +qa http://www.ship-simu.org/repos/qa/trunk/application/qa/" . || exit 255 cd .. # trunk else echo "$0: --- Not setting admin external source. ---"