- Jan 09, 2025
-
-
georg authored
-
- Jan 02, 2024
-
-
- Mar 20, 2023
-
-
georg authored
The previous commit changed the strategy to 'clone', instead of 'fetch' as before. While this fixes permission errors, it is also slower, as an existing checkout of the repository will be ignored. To overcome this, this commit limits the depth to 5.
-
georg authored
While the former is slower, the later might lead to errors such as "fatal: detected dubious ownership in repository at" which is fixed GitLab upstream via https://gitlab.com/gitlab-org/gitlab-runner/-/merge_requests/3538, but not yet released. Closes #191
-
- Mar 15, 2023
-
- Mar 07, 2023
-
- Feb 20, 2023
-
-
Julien (jvoisin) Voisin authored
- Remove some useless linters - Make use of ruff
-
- Dec 05, 2022
-
-
Julien (jvoisin) Voisin authored
-
- Nov 21, 2022
-
-
Julien (jvoisin) Voisin authored
Isn't borderline useless compared to mypy and pylint
-
- Apr 02, 2022
-
-
Julien (jvoisin) Voisin authored
-
- Dec 09, 2021
-
-
Julien (jvoisin) Voisin authored
-
- Nov 23, 2021
-
-
Julien (jvoisin) Voisin authored
-
- Nov 21, 2021
-
-
Julien (jvoisin) Voisin authored
-
- Oct 03, 2021
-
-
Julien (jvoisin) Voisin authored
-
- May 05, 2021
-
-
Julien (jvoisin) Voisin authored
-
- Nov 30, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Nov 23, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Nov 13, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Mar 08, 2020
-
-
Julien (jvoisin) Voisin authored
-
- Dec 02, 2019
-
- Nov 26, 2019
-
-
georg authored
It seems, despite the name, both packages depend on Python 3. However, pylint3 seems deprecated, and upstream recommends to install pylint: https://www.pylint.org/#install The current versions of both packages in Debian unstable are: pylint 2.4.4-1 pylint3 2.2.2-1 This commit fixes failing CI jobs due to the use of pylint3 2.2.2-1, which seems broken.
-
Julien (jvoisin) Voisin authored
-
- Oct 05, 2019
-
-
This mounts a new tmpfs on /tmp so any files residing there would be hidden from the sandbox. Many programs store some files in there that might be useful to an attacker. It also drops all capabilities incase it is ever run with extra capabilities for whatever reason.
-
- Jul 22, 2019
-
-
Julien (jvoisin) Voisin authored
- gentoo and debian with bubblewrap are not allowed to fail anymore - don't run coverage on debian without bubblewrap
-
- May 08, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Mar 22, 2019
-
-
Julien (jvoisin) Voisin authored
-
- Mar 09, 2019
-
- Mar 07, 2019
-
- Feb 03, 2019
-
- Nov 08, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Oct 22, 2018
-
-
Julien (jvoisin) Voisin authored
- This commit introduces optional dependencies (namely ffmpeg): mat2 will spit a warning when trying to process an .avi file if ffmpeg isn't installed. - Since metadata are obtained via exiftool, this commit also refactors a bit our exfitool wrapper.
-
- Oct 12, 2018
-
-
Rémi Oudin authored
Fixes issue #61
-
- Oct 05, 2018
-
-
Julien (jvoisin) Voisin authored
-
- Sep 25, 2018
-
-
Julien (jvoisin) Voisin authored
This should fix the intermittent failures, thanks to @pollo for the tip
-