From 3066fde87517fbd0a93adb19d7522bd772070606 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 15 Aug 2009 13:28:51 +0000 Subject: [PATCH] qa application added --- setup-repos.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. ---" -- 2.30.2