Bonjour,
packages.securedrop.club
is configured to watch the SecureDrop develop branch and create packages that can be used as follows:
wget https://packages-host.securedrop.club/key.asc sudo apt-key add key.asc sudo apt-add-repository https://packages-host.securedrop.club
To use this repository instead of the FPF repository, create a new file install_files/ansible-base/group_vars/all/qa
:
apt_repo_url: https://packages-host.securedrop.club
Replace the signing key
wget -O install_files/ansible-base/roles/install-fpf-repo/files/fpf-signing-key.pub https://packages-host.securedrop.club/key.asc
This is handy for tests.
Cheers