Relocate nncc commands (#4307)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 17 Jul 2019 01:35:25 +0000 (10:35 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 17 Jul 2019 01:35:25 +0000 (10:35 +0900)
All the nncc commands are now in infra/nncc/command.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
infra/nncc/command/build [moved from scripts/command/build with 100% similarity]
infra/nncc/command/check-copyright [moved from scripts/command/check-copyright with 100% similarity]
infra/nncc/command/configure [moved from scripts/command/configure with 100% similarity]
infra/nncc/command/docker-nncc [moved from scripts/command/docker-nncc with 100% similarity]
infra/nncc/command/docker-run [moved from scripts/command/docker-run with 100% similarity]
infra/nncc/command/docker-shell [moved from scripts/command/docker-shell with 100% similarity]
infra/nncc/command/format [moved from scripts/command/format with 100% similarity]
infra/nncc/command/gen-coverage-report [moved from scripts/command/gen-coverage-report with 100% similarity]
infra/nncc/command/test [moved from scripts/command/test with 100% similarity]
nncc

similarity index 100%
rename from scripts/command/test
rename to infra/nncc/command/test
diff --git a/nncc b/nncc
index 4bce19f..23cfb5b 100755 (executable)
--- a/nncc
+++ b/nncc
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 NNCC_SCRIPT_RPATH="scripts"
-NNCC_COMMAND_RPATH="${NNCC_SCRIPT_RPATH}/command"
+NNCC_COMMAND_RPATH="infra/nncc/command"
 
 NNCC_PROJECT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
 NNCC_SCRIPT_PATH="${NNCC_PROJECT_PATH}/${NNCC_SCRIPT_RPATH}"