summaryrefslogtreecommitdiff
path: root/scripts/lib/perl5/QtQA/WWW/Util.pm
Commit message (Collapse)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-081-27/+2
| | | | | | | | | | | Replace the current license header in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: master Task-number: QTBUG-67283 Change-Id: I6ae743e055bbf1cf514abe604157068923fb03c6 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Fix licensingJani Heikkinen2017-06-011-17/+12
| | | | | | | | | | - Remove unnecessary license files and license header templates - Tools and test are licensed under GPL-EXCEPT nowdays, update correct license header there - Update test data to match current license headers Change-Id: Ia25c9e0989be326e0edeb0325af399edc26f0054 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Update copyright headersAntti Kokko2015-02-131-22/+14
| | | | | | | | | Qt copyrights are now in The Qt Company, so we could update the source code headers accordingly. In the same go we should also fix the links to point to qt.io. Change-Id: I5999ee256134fe82ab13f6f06fcd1d0aa150b688 Reviewed-by: Sergio Ahumada <sahumada@texla.cl>
* Update copyright year in Digia's license headersSergio Ahumada2013-01-141-1/+1
| | | | | | Change-Id: I02eaa709ff91d158a3e34f4e719254f2adce873e Reviewed-by: Simo Fält <simo.falt@digia.com> Reviewed-by: Janne Anttila <janne.anttila@digia.com>
* New Jenkins<->Gerrit integrator.Rohan McGovern2012-10-161-0/+138
This script implements a quality-gate workflow, using Gerrit as the source of commits to be tested, and Jenkins as the testing tool. Features / improvements over the earlier integrator include: - a single process manages all projects, rather than one process per project - no polling required (where network architecture permits); uses gerrit stream-events and jenkins post-build events - no git checkouts required on the machine running the integrator - warnings and errors are automatically buffered and sent as emails - a read-only remote API is available to retrieve the CI state in JSON format This replaces the qt-jenkins-ci.pl script called from within Jenkins, inverting the responsibility; Jenkins is contained within the CI workflow rather than the CI workflow being contained within Jenkins. Since the new integrator requires a lot of functionality in common with other Jenkins-related scripts, some of this was extracted out into new QtQA modules. Change-Id: I8bf28ba9885b04935181b0c48ae2c35c211cce91 Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>