Code checking
=============

    flake8

Testing
=======

To install the package and test it in a running Tails:

- Prepare a USB stick/filesystem share/... with the packages downloaded by:

    apt download openssh-server openssh-sftp-server openssh-client

  and the following files:

    scripts/install_test_setup.sh
    authorized_keys (containing whatever ssh public key you want to use)

- Boot tails with `rootpw=<YOUR PASS>`, login as root in a text console

- Mount you USB stick/filesystem share/... and go to its directory

  for a libvirt filesystem share, the following should do:

    mount -t 9p share /mnt
    cd /mnt

- Run inside Tails:

    ./install_test_setup.sh <YOUR LAN NETWORK>

Then to build a package and test it inside the Tails setup, run from your
development machine:

    ./scripts/build_and_test.sh
