Using packages.securedrop.club

Bonjour,

Q/A 0.7.0-rc1 can be done with the following:

Using packages.securedrop.club

  • wget -O install_files/ansible-base/roles/install-fpf-repo/files/securedrop-club.pub https://packages.securedrop.club/key.asc
  • add the securedrop.club signing key at the beginning of install_files/ansible-base/roles/install-fpf-repo/tasks/main.yml
- name: Install SecureDrop.club apt repo GPG signing key.
  apt_key:
    state: present
    data: "{{ lookup('file', 'securedrop-club.pub') }}"
    keyring: /etc/apt/trusted.gpg.d/securedrop-club-keyring.gpg
  tags:
    - apt
    - fpf_repo

Upgrading production VM

On a laptop:

On a 3.6.2 tails run with kvm, followed the install process and:

Creating production VM

On a laptop