Alexandre Duret-Lutz adl@lrde.epita.fr writes:
Ocan Sankur ocan.sankur@irisa.fr writes:
I can actually install spot from source but Debian packages are useful for preparing artifact submissions.
That's my main use-case as well :-)
As a workaround, I was able to install Spot on ubuntu:20.04 by declaring our repository as trusted and without installing the expired gpg key.
% sudo docker run --rm=true -ti ubuntu:20.04 root@30ad600e6df0:/# echo 'deb [trusted=true] http://www.lrde.epita.fr/repo/debian/ stable/' >> /etc/apt/sources.list root@30ad600e6df0:/# apt-get update [...] W: GPG error: http://www.lrde.epita.fr/repo/debian stable/ InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 03D99E7444F2A84A root@30ad600e6df0:/# apt-get install spot python3-spot [...]