aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add Aptly repository manager client adapter for Debian repositoriesIikka Eklund2023-01-121-0/+1
| | | | | | | | | | | | | | | | | | | | Implement an adapter wrapping the aptly-api-client Python interface for easier access to the functionality. Add basic support to: - create repository - add files to the repository - create a snapshot - publish and sign the snapshot to given endpoint and prefix - list operations for the resources - delete operations for the resources Also add an command line interface for testing purposes. Tests are enabled if 'aptly' is found from PATH. Task-number: QTIFW-2813 Change-Id: I062e0967ec025f532a93e3466cae829bdd9e63c8 Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Update .gitignore fileIikka Eklund2021-10-041-3/+6
| | | | | | | Update directories to be ignored and add *.log, .idea file types. Change-Id: Icbd08e56e2a2178e0562830037a2195acf929ba3 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Revert "Add CI enablers"Antti Kokko2020-06-101-0/+1
| | | | | | | | | This reverts commit 6828e6c9bba3db77dd810b35dfed6074b2c3f06d. Reason for revert: Unwanted side effects when cloning VMs. Change-Id: If1c4cd08cdc51470d928a580fddd7edd4c16878f Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Add CI enablersIikka Eklund2020-06-091-1/+0
| | | | | | | | | | | | | | | | | | CI should be executed for qtsdk as well. - coin/module_config.yaml for integration with Qt CI - Makefile for pipenv creation using Pipfile and Pipfile.lock - qtsdktest target (Makefile) when executed by Qt CI - this runs 'stestr run' The Makefile serves as placeholder for follow-ups: - mypy - flake8 - etc. Task-number: QTQAINFRA-3710 Change-Id: Iaaffcf78ddb4559bf8f1700fb3cb713abe85f5ba Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Update .gitignoreIikka Eklund2020-05-281-0/+4
| | | | | Change-Id: If6e326fba4291a0eb9207daa602f37e490d8223f Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Add script to build a lib against Qt packagev5.14.0-beta2-packagingv5.13.2-packagingIikka Eklund2019-10-231-0/+3
| | | | | | | | | | | The script downloads qtbase build artifact and compiles the given source checkout against it. The build is archived and uploaded to remote disk. Task-number: QTQAINFRA-3227 Change-Id: I71fa40703c1333b47c9b40c25b096e7434c801fc Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
* Revert "Installer pkg template generator"Iikka Eklund2019-09-191-1/+0
| | | | | | | | | This is not used at all. This reverts commit 92a70e46bcd27d1d077dcbcd995f50ad288a6f9b. Change-Id: I890e0ec26030b46e1f0f8ff41837d8321b0f2ad1 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* Installer pkg template generatorIikka Eklund2017-09-151-0/+1
| | | | | | | | | | | | Generate packaging templates used for qt installer-framework based installer builds. The script reads an configuration file as and argument and produces qt pkg templates based on the meta data found. Task-number: QTBUG-62641 Change-Id: I3cc323a25d1ec63c61521e5455c8a2b2ee2a9d41 Reviewed-by: Antti Kokko <antti.kokko@qt.io>
* .gitignore: add vim backup filesNikolai Kosjar2016-09-161-0/+1
| | | | | Change-Id: I7f6c8e5247a37d6bd91bdc0f7857243e6169445e Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Make bld_ifw_tools.py to create Installer-Framework release packagesIikka Eklund2016-04-081-1/+4
| | | | | | | | | | | | Introduce a new option "--create_installer". With this one can create an Installer which packs the Qt Installer Framework libraries and tools. Update .gitignore for added temporary directories. Change-Id: I9ec299dc42e83aea5d08dc770dcf5eee4db35ec5 Reviewed-by: Katja Marttila <katja.marttila@theqtcompany.com> Reviewed-by: Antti Kokko <antti.kokko@theqtcompany.com>
* Prefix paths with "/" to avoid them from being substring matchesIikka Eklund2014-12-021-9/+9
| | | | | Change-Id: I9ef6d5744b202c066c82bca334fe5ac4431b892c Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Update .gitignore fileIikka Eklund2014-12-021-0/+5
| | | | | | | | | | | | | | Added 7z, zip and gz archive types which are common to packaging related tasks. Added also: packaging-tools/config packaging-tools/build_artifacts These are temporary directories created by the packaging scripts. Change-Id: I8387c338a3c33fe8fd9be91a63317007131d3bc1 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Update .gitignore listIikka Eklund2014-01-231-0/+7
| | | | | Change-Id: Idef7b463cb1a471b891993ee76d06ddbef4c4a97 Reviewed-by: Sergio Ahumada <sahumada@blackberry.com>
* Update .gitignoreSergio Ahumada2013-09-121-0/+1
| | | | | | | Ignore all the *.pyc in the list of untracked files Change-Id: I9802f0d04813b864aa56b47a9216247c2692dee1 Reviewed-by: Iikka Eklund <iikka.eklund@digia.com>
* Update the git-archive export optionsSergio Ahumada2012-10-091-0/+2
The .gitignore, .gitattributes, .gitmodules and init-repository files do not need to be present in packaged sources. Also adding .tag Change-Id: I79ba2013f3a08dda8b79dee32d2a506b2f2858dc Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>