summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvgeniy Zabotkin <EZabotkin@luxoft.com>2020-03-05 11:52:51 +0300
committerEvgeniy Zabotkin <ezabotkin@luxoft.com>2020-03-16 14:33:38 +0000
commit528d9f6fd0aee70f3dd8c9c01d1d48df980eb8e2 (patch)
tree5ccad47fc248387d9c7264aed63b7aa798e35c24
parent27398cfb9ef0decab97c7f84e64a1d1a9613fd18 (diff)
Appman-packager options to assign tags
Change-Id: Id94559a8ad9e4626e25880bf70ae4e641ea20343 Task-number: AUTOSUITE-1231 Reviewed-by: Egor Nemtsev <enemtsev@luxoft.com> Reviewed-by: Nikolay Zamotaev <nzamotaev@luxoft.com>
-rw-r--r--doc/src/deployment-server.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/deployment-server.qdoc b/doc/src/deployment-server.qdoc
index 3c5000d..a5a02d0 100644
--- a/doc/src/deployment-server.qdoc
+++ b/doc/src/deployment-server.qdoc
@@ -94,6 +94,15 @@
version "0.0.0" is assigned.
\endlist
+ \note In order to create a tagged package you can use appman-packager with \c{-m} parameter, for example:
+ \code
+ appman-packager create-package package.pkg package-tmp/apps/com.luxoft.alexa/ -m "
+ {tags: ['platform:desktop']}" --verbose
+ \endcode
+
+ This command creates package and adds \c{platform} tag with \c{desktop} value to it.
+ For reference see the \l{Packager} section of \l{Qt Application Manager} documentation.
+
\section1 Installation
\section2 Set up the Server in a Virtual Environment