RTSDK : Update build script
authorbdragon.park <bdragon.park@samsung.com>
Wed, 26 Jul 2017 05:47:47 +0000 (14:47 +0900)
committerbdragon.park <bdragon.park@samsung.com>
Wed, 26 Jul 2017 05:47:47 +0000 (14:47 +0900)
- Change git address inside build script due to escalation to github

Signed-off-by: bdragon.park <bdragon.park@samsung.com>
package/build.linux

index a0d7d2d..d682f73 100755 (executable)
@@ -42,17 +42,17 @@ build() {
     #git submodule init
     #git submodule update
     #git submodule foreach 'git checkout advux'
-    git clone spin:sdk/ide/eclipse.platform.ui ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.ui -b ${BRANCH}
-    git clone spin:sdk/ide/eclipse.platform.swt ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.swt -b ${BRANCH}
-    git clone spin:sdk/ide/eclipse.platform.swt.binaries ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.swt.binaries -b ${BRANCH}
-    git clone spin:sdk/ide/eclipse.platform.text ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.text -b ${BRANCH}
-    git clone spin:sdk/ide/eclipse.platform.debug ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.debug -b ${BRANCH}
-    git clone spin:sdk/ide/org.eclipse.cdt ./rt-ide/tizen.rt.upstream.patches/org.eclipse.cdt -b ${BRANCH}
-    git clone spin:sdk/ide/webtools.jsdt ./rt-ide/tizen.rt.upstream.patches/webtools.jsdt -b ${BRANCH}
-    git clone spin:sdk/ide/webtools.sourceediting ./rt-ide/tizen.rt.upstream.patches/webtools.sourceediting -b ${BRANCH}
-    git clone spin:sdk/ide/eclipse.platform.team ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.team -b ${BRANCH}
-    git clone spin:sdk/ide/eclipse.platform.ua ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.ua -b ${BRANCH}
-    git clone spin:sdk/ide/egit ./rt-ide/tizen.rt.upstream.patches/egit -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-eclipse-platform-ui.git ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.ui -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-eclipse-platform-swt.git ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.swt -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-eclipse-platform-swt-binaries.git ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.swt.binaries -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-eclipse-platform-swt-text.git ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.text -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-eclipse-platform-debug.git ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.debug -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-org-eclipse-cdt.git ./rt-ide/tizen.rt.upstream.patches/org.eclipse.cdt -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-webtools-jsdt.git ./rt-ide/tizen.rt.upstream.patches/webtools.jsdt -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-webtools-sourceediting.git ./rt-ide/tizen.rt.upstream.patches/webtools.sourceediting -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-eclipse-platform-team.git ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.team -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-eclipse-platform-ua.git ./rt-ide/tizen.rt.upstream.patches/eclipse.platform.ua -b ${BRANCH}
+    git clone git@github.sec.samsung.net:RS-TizenStudio/ide-egit.git ./rt-ide/tizen.rt.upstream.patches/egit -b ${BRANCH}
     cd ./rt-ide/tizen.rt.releng
     mvn clean verify -P ${TARGET_OS}
     cd ../