Fix gbs build script and configure file (#5640)
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Mon, 15 Jul 2019 09:01:40 +0000 (18:01 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 15 Jul 2019 09:01:40 +0000 (18:01 +0900)
Fix configure file path
Remove useless password (obs_viewer - readonly don't need password)

Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com>
infra/nnfw/config/gbs.conf
scripts/standalone/docker_build_tizen_gbs.sh

index af555c3..515cada 100644 (file)
@@ -4,7 +4,6 @@ profile = profile.tizen
 
 [profile.tizen]
 user=obs_viewer
-passwdx = QlpoOTFBWSZTWWV18UwAAAKDgAAAkiCZgCAAMQZMQQDJ6jQwAvxdyRThQkGV18Uw
 obs = obs.tizen
 repos = repo.tizen_base,repo.tizen_mobile
 buildroot = /home/GBS-ROOT/
index eade299..e1f56c3 100755 (executable)
@@ -20,7 +20,7 @@ set -e
 
 pushd $ROOT_PATH > /dev/null
 
-CMD="gbs -c $ROOT_PATH/scripts/config/gbs.conf build \
+CMD="gbs -c $ROOT_PATH/infra/nnfw/config/gbs.conf build \
          -A armv7l --profile=profile.tizen --clean --include-all --define '$GBS_DEFINE' && \
      cp -rf /home/GBS-ROOT/local/repos/tizen/armv7l/RPMS/*.rpm /opt/rpm/"
 source nnfw docker-run bash -c "$CMD"