dangerzone/dev_scripts
Alex Pyrgiotis ce5aca4ba1
dev_scripts: Implement two more steps
Implement the following steps from the QA docs:

1. Check if the latest Python version that we support is installed. For
   example, we currently support Python 3.12, so we add code to check
   that the latest Python 3.12.x version is installed.
2. Download the Tesseract data using our script, both on Windows and
   Linux.
2024-11-21 18:29:43 +02:00
..
apt-tools-prod.pref dev_scripts: Install conmon from our apt-tools-prod repo 2024-02-13 11:55:32 +02:00
apt-tools-prod.sources dev_scripts: Install conmon from our apt-tools-prod repo 2024-02-13 11:55:32 +02:00
containers.conf Switch from CircleCI runners to Github actions. 2024-10-02 16:47:58 +02:00
dangerzone Fix OCR bug in Qubes Fedora 38 templates 2024-03-04 16:53:04 +02:00
dangerzone-cli Refactor dangerzone to move GUI code into its own module 2021-06-09 15:24:03 -07:00
dangerzone-cli.bat Change a bunch of stuff so Windows will work again 2021-06-16 16:55:25 -07:00
dangerzone.bat Change a bunch of stuff so Windows will work again 2021-06-16 16:55:25 -07:00
env.py Drop support for Ubuntu Mantic (23.10), which is EOL since 11 Jul 2024. 2024-10-30 16:43:50 +01:00
generate-release-notes.py Add a script to help generate release notes from merged pull requests 2024-11-20 17:42:59 +01:00
qa.py dev_scripts: Implement two more steps 2024-11-21 18:29:43 +02:00
README.md docs: Move dev_scripts docs under docs/ dir 2024-06-12 13:22:45 +03:00
sign-assets.py Update RELEASE.md to upload container.tar.gz for both i686 and arm64 architectures. 2024-10-30 19:11:24 +01:00
storage.conf Force Podman use the overlay storage driver 2023-08-01 15:18:24 +03:00
upload-asset.py Do not allow uploading the token as an asset 2024-07-24 15:04:09 +03:00

Developer scripts

This directory holds some scripts that are helpful for developing on Dangerzone. Read the respective documentation for more details on some of the scripts.