The sp-hydra-veil meta repository connects client revisions to explicit versions of subcomponents.
https://simplifiedprivacy.com
| client | ||
| .gitignore | ||
| docker-compose.yml | ||
| LICENSE.txt | ||
| README.md | ||
| requirements.txt | ||
| VERSION | ||
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(version29.3.0or higher) is installed on your system. - Mark the desired direct dependency versions inside the
requirements.txtfile. - Assign a version number to your
AppImagebuild inside theVERSIONfile.
Build Steps
- From within the project's root directory, run:
docker compose up --force-recreate
- Once the
AppImagehas 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*