[Title] Update hudson build script because of git refactorying.
authorkt920.kim <kt920.kim@samsung.com>
Fri, 9 Sep 2011 06:30:51 +0000 (15:30 +0900)
committerkt920.kim <kt920.kim@samsung.com>
Fri, 9 Sep 2011 06:30:51 +0000 (15:30 +0900)
[Type] Support for package build
[Module]
[Priority]
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

SLP/build_pkg.sh

index 884bb64..01cba40 100755 (executable)
@@ -29,8 +29,8 @@ set_emulator_var () {
 
 build_emulator_pkg () { 
        echo ==== git clone ====
-       git clone slp-git:slp/sdk/emulator/qemu
-       git clone slp-git:slp/sdk/emulator/emulator-kernel
+       git clone slp-git:slp/sdk/public/common/emulator/open-source/qemu
+       git clone slp-git:slp/sdk/public/common/emulator/open-source/emulator-kernel
        
        if test -d qemu 
        then