aboutsummaryrefslogtreecommitdiffstats
path: root/packaging-tools/pkg_constants.py
Commit message (Collapse)AuthorAgeFilesLines
* Update Qt Installer-Framework related build scriptsIikka Eklund2014-12-121-1/+1
| | | | | | | | | | - Support Qt5 based builds (default behavior) - Support Qt4 based builds - Cleanup & refactor Task-Id: QTBUG-41816 Change-Id: I656cd6f1ebbf1fa5f3e10810a262ed3f0f1f89bc Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
* Update ICU builds in packaging scriptsIikka Eklund2014-11-041-0/+1
| | | | | | | | Some updates how the ICU builds are handled in release builds. Improve patching of build time ICU paths in Qt5 binary packages. Change-Id: I74695ef92e95892b2dd88c1dacbc691aa3e324c9 Reviewed-by: Antti Kokko <antti.kokko@digia.com>
* Separate builds for ICUIikka Eklund2014-11-041-0/+1
| | | | | | | | | | 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>
* Add possibility to put package templates in dedicated directoryIikka Eklund2014-08-141-0/+1
| | | | | | | | | | | | | | | | "configurations/" directory is getting bloated. Add possibility to rearrange pkg templates into dedicated base directory. I.e. configurations/pkg_templates/ Current pkg templates can be moved there in follow up commit. After this change the packaging scripts will first check the pkg templates under the new base directory. If not found from there then it tries to locate them directly under "configurations/". Also clean up some related unused code. Change-Id: Id6761cd33bd86e5a94d72964062f7b05fe3149cc Reviewed-by: Antti Kokko <antti.kokko@digia.com>
* Move some packaging constants into pkg_constants.py fileIikka Eklund2014-04-101-0/+2
| | | | | Change-Id: I6471ff4f90c7fd9d7e8fa354e9e41a3f6f38d32c Reviewed-by: Antti Kokko <antti.kokko@digia.com>
* Enhance RTA triggering in packaging scriptsIikka Eklund2014-03-261-0/+44
Enable RTA triggering for online repository builds as well. Put common constants into common file which can be included across packaging scripts. Change-Id: Iedb69a174c078486e7a919fff337e6b247e6b6e3 Reviewed-by: Samuli Piippo <samuli.piippo@digia.com> Reviewed-by: Antti Kokko <antti.kokko@digia.com>