X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=setup-repos.sh;h=41db15aa0c67939475de31ca15cb058fcfe7da7c;hb=36e4d0eb331bd724db0bd23071271d5eaeb37b17;hp=fbd7280b7d00c1909764abd208fdead2c583e68c;hpb=d52325bd183b93d3400cd549169d04590b9c32b9;p=core.git 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. ---"