From 4b2d54b853e0b3a4b1c43dea3155e819a10e2210 Mon Sep 17 00:00:00 2001 From: "bdragon.park" Date: Wed, 26 Jul 2017 14:47:47 +0900 Subject: [PATCH] RTSDK : Update build script - Change git address inside build script due to escalation to github Signed-off-by: bdragon.park --- package/build.linux | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/package/build.linux b/package/build.linux index a0d7d2d..d682f73 100755 --- a/package/build.linux +++ b/package/build.linux @@ -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 ../ -- 2.7.4