From beeed946bfac56a7a4d793e93ad96945c2bac2f1 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Fri, 14 Apr 2017 00:00:32 +0200 Subject: [PATCH] [DEV] add capability to change log --- tools/cli-video/appl/main-tool-client-video.cpp | 7 ++++++- tools/package-base/lutin_zeus-package-base.py | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/tools/cli-video/appl/main-tool-client-video.cpp b/tools/cli-video/appl/main-tool-client-video.cpp index d04a502..64989f8 100644 --- a/tools/cli-video/appl/main-tool-client-video.cpp +++ b/tools/cli-video/appl/main-tool-client-video.cpp @@ -322,6 +322,11 @@ int main(int _argc, const char *_argv[]) { APPL_PRINT(" ACTION action to execute: clear, push, pushPath, list"); APPL_PRINT(" [arguments] argument depending on the action"); return -1; + } else if ( etk::start_with(data, "--elog") == true + || etk::start_with(data, "--etk") == true + || etk::start_with(data, "--zeus") == true + || etk::start_with(data, "--enet") == true) { + // disable option ... } else { if (requestAction == "") { requestAction = data; @@ -373,7 +378,7 @@ int main(int _argc, const char *_argv[]) { APPL_PRINT("== Clear data base: "); APPL_PRINT("============================================"); // TODO : Do it : - APPL_INFO("NEED to add check in cmd line to execute it ..."); + /APPL_INFO("NEED to add check in cmd line to execute it ..."); return -1; uint32_t count = remoteServiceVideo.mediaIdCount().wait().get(); APPL_DEBUG("have " << count << " medias"); diff --git a/tools/package-base/lutin_zeus-package-base.py b/tools/package-base/lutin_zeus-package-base.py index 3aa21e1..f79d78e 100644 --- a/tools/package-base/lutin_zeus-package-base.py +++ b/tools/package-base/lutin_zeus-package-base.py @@ -29,7 +29,10 @@ def configure(target, my_module): 'zeus-service-picture-impl', 'zeus-service-video-impl', 'zeus-service-server-impl', + 'zeus-service-server-impl', 'zeus-launcher', + 'zeus-cli-video', + 'zeus-player-video', ]) return True