Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/.ci
AgeCommit message (Collapse)Author
2023-06-09ci: Add Windows MSIX package buildMichel Le Bihan
2023-05-27ci: Appveyor: Grab more commits on clonePhilipp Hörist
Otherwise we only can start builds for the last commit
2023-04-15ci: Windows: Cleanup appveyor.ymlPhilipp Hörist
2023-02-01ci: Remove obsolete scriptPhilipp Hörist
2023-01-28ci: Remove obsolete scriptsPhilipp Hörist
2023-01-28ci: Use release-helperPhilipp Hörist
2023-01-14ci: Fix project id in release scriptPhilipp Hörist
2023-01-07ci: Remove obsolete scriptPhilipp Hörist
2023-01-07ci: Handle race conditions better when creating ftp folderPhilipp Hörist
Retrieving a list of folders to check if a folder is created leads to a race condition, if multiple jobs try to deploy at the same time.
2023-01-07cq: Cleanup unused local variablesmesonium
- Remove never used variables - Try to incorporate declared but not used variable where it seemed to be in the author's original intention
2023-01-06ci: Windows: Fail appveyor build on exceptionPhilipp Hörist
2023-01-03cq: Sort imports with isortPhilipp Hörist
2023-01-03cq: Fix typosPhilipp Hörist
2022-12-23cq: Scripts: cast filename to stringPhilipp Hörist
2022-12-11cfix: Add missing and remove unneeded execute bitsGrzegorz Szymaszek
Remove the execute bit from files that most likely should not be executable in a Unix-like environment, like Markdown or Yaml. Set the execute bit on files that most likely should be executable: those having "#!/usr/bin/env ..." or similar solutions.
2022-12-05ci: Repace pylint/flake8 with ruffPhilipp Hörist
2022-12-04refactor: Scripts: Fix various issuesPhilipp Hörist
- Use logging module everywhere - Fix boolean traps - replace exit() with sys.exit()
2022-12-03cq: Remove newlinePhilipp Hörist
2022-12-03ci: Automatically create Gitlab ReleasePhilipp Hörist
2022-09-20ci: Fix SSH deployPhilipp Hörist
2022-07-30ci: Move git setup into scriptlovetox
2022-07-30ci: Split windows job into build and deploy stageslovetox
2022-06-19ci: Update pylint checkslovetox
2022-06-18ci: Use flake8 for unused-import checklovetox
2022-06-17ci: Update pylint.shlovetox
Ignore checks which are executed with flake8
2022-06-15chore: Fix codestyle errorslovetox
2022-05-25ci: Remove fakeroot from debian buildlovetox
2022-05-23ci: Update debian build scriptlovetox
2022-05-23ci: Windows: Rename executablelovetox
2022-05-22ci: Add debian build scriptlovetox
2022-05-21ci: Remove tag strip codelovetox
In the future tags will only be the version without prefix
2022-05-21ci: Remove sdist scriptlovetox
Plugin installer does not exist anymore, so we can execute sdist directly
2022-05-13ci: Windows: Disable 32bit buildlovetox
It does not finish for unknown reasons
2022-05-10ci: Windows: Enable 32bit buildlovetox
2022-03-28ci: Create build folderlovetox
2022-03-28ci: Use real name for tarballslovetox
2022-03-28ci: Disable Windows 32bit buildlovetox
This doesnt work right now for unknown reason. Disable the job or else also the 64bit build is blocked.
2022-03-27chore: CI: Name nightly tarballs differentlovetox
So we can compare them to the currenly running jobs
2022-03-27chore: CI: Add linux deploy jobslovetox
2022-03-27chore: Move all ci scripts into .ci folderlovetox