The sp-hydra-veil meta repository connects client revisions to explicit versions of subcomponents. https://simplifiedprivacy.com
Find a file
2026-03-24 16:08:59 +01:00
client Add support for security incident artifact compilation 2025-12-09 19:33:26 +01:00
.gitignore Initial commit 2025-03-15 15:51:45 +01:00
docker-compose.yml Update dependencies 2025-12-17 21:45:48 +01:00
LICENSE.txt Initial commit 2025-03-15 15:51:45 +01:00
README.md Update README.md 2026-03-24 16:08:59 +01:00
requirements.txt Bump version to 2.2.1 2026-01-21 00:46:28 +01:00
VERSION Bump version to 2.2.1 2026-01-21 00:46:28 +01:00

sp-hydra-veil

The sp-hydra-veil meta repository connects client revisions to explicit versions of subcomponents.

Build Instructions

Presumptions

  • The correct versions of all direct, and indirect, dependencies were built and submitted to Simplified Privacy's package registry.

Prerequisites

  • Ensure docker (version 29.3.0 or higher) is installed on your system.
  • Mark the desired direct dependency versions inside the requirements.txt file.
  • Assign a version number to your AppImage build inside the VERSION file.

Build Steps

  • From within the project's root directory, run:
docker compose up --force-recreate
  • Once the AppImage has been successfully built, run:
sed -z -i 's/Hydra_Veil/hydra-veil/g' dist/Hydra_Veil-x86_64.AppImage.zsync
rename -d 's/^Hydra_Veil/hydra-veil/' dist/Hydra_Veil*