aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/pkg_constants.py
diff options
context:
space:
mode:
authorIikka Eklund <iikka.eklund@theqtcompany.com>2014-11-01 08:54:57 +0200
committerIikka Eklund <iikka.eklund@theqtcompany.com>2014-11-04 11:55:54 +0100
commit45b437246cf30d59ae1eb34b5b467c4bdc917135 (patch)
tree315f4dfa24e5a2fea5a667c96e498c797de4f832 /packaging-tools/pkg_constants.py
parentf9124a3049d50b16d830891775b52322fd1abc48 (diff)
Separate builds for ICU
Add init job for ICU builds (latest/snapshot directory structure) and actual build handler for ICU builds. The first version includes Linux builds only. Change-Id: If620d45e4dff029627434ade23f0f37a05c7b3fe Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com>
Diffstat (limited to 'packaging-tools/pkg_constants.py')
-rw-r--r--packaging-tools/pkg_constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/packaging-tools/pkg_constants.py b/packaging-tools/pkg_constants.py
index 25634c7d5..8d59d6b62 100644
--- a/packaging-tools/pkg_constants.py
+++ b/packaging-tools/pkg_constants.py
@@ -44,4 +44,5 @@ RTA_DESCRIPTION_FILE_DIR_NAME = 'rta_description_files'
RTA_DESCRIPTION_FILE_NAME_BASE = 'rta_description_file'
INSTALLER_OUTPUT_DIR_NAME = 'installer_output'
IFW_BUILD_OUTPUT_DIR = 'build_artifacts'
+ICU_BUILD_OUTPUT_DIR = 'icu_build_artifacts'
PKG_TEMPLATE_BASE_DIR_NAME = 'pkg_templates'