dangerzone/dev_scripts
Alexis Métaireau 42a9b6f2f7
build: Update pyproject.toml to follow standards
This now follows [PEP 517](https://peps.python.org/pep-0517/) and [PEP 621](https://peps.python.org/pep-0621/) to define the metadata of the project, as well as its dependencies.

As a result, the toolchain now uses [uv](https://github.com/astral-sh/uv) instead of [poetry](https://python-poetry.org/).

The build-backend has been switched to [Hatch](https://hatch.pypa.io/latest/).

Fixes #677
2025-03-26 16:22:16 +01: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 build: Update pyproject.toml to follow standards 2025-03-26 16:22:16 +01:00
dangerzone.bat build: Update pyproject.toml to follow standards 2025-03-26 16:22:16 +01:00
env.py build: Update pyproject.toml to follow standards 2025-03-26 16:22:16 +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
generate-release-tasks.py docs: Update the release instructions 2024-12-03 15:07:50 +01:00
qa.py build: Update pyproject.toml to follow standards 2025-03-26 16:22:16 +01:00
README.md docs: Move dev_scripts docs under docs/ dir 2024-06-12 13:22:45 +03:00
repro-build.py Vendor repro-build script 2025-03-20 17:15:15 +02:00
reproduce-image.py Completely overhaul the reproduce-image.py script 2025-03-20 17:17:46 +02:00
sign-assets.py Fix references to container.tar.gz 2025-03-20 17:15:15 +02: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
verify-attestation.sh build: Update pyproject.toml to follow standards 2025-03-26 16:22:16 +01: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.