Hi team, Enabling Bigtop 1.2.0 repository fails on Ubuntu 17.04, but works on 16.04 (there is however a warning). How to reproduce:
1) wget -O- http://archive.apache.org/dist/bigtop/bigtop-1.2.0/repos/GPG-KEY-bigtop | sudo apt-key add - 2) wget -O /etc/apt/sources.list.d/bigtop-1.2.0.list http://archive.apache.org/dist/bigtop/bigtop-1.2.0/repos/ubuntu16.04/bigtop.list 3) apt-get update Get:1 http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_64 bigtop InRelease [1869 B] Ign:1 http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_64 bigtop InRelease Get:2 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB] Hit:3 http://archive.ubuntu.com/ubuntu zesty InRelease Get:4 http://archive.ubuntu.com/ubuntu zesty-updates InRelease [89.2 kB] Get:5 http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_64 bigtop/contrib amd64 Packages [28.7 kB] Get:6 http://archive.ubuntu.com/ubuntu zesty-backports InRelease [89.2 kB] Fetched 298 kB in 0s (318 kB/s) Reading package lists... Done W: GPG error: http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_64 bigtop InRelease: The following signatures were invalid: E8966520DA24E9642E119A5F13971DA39475BD5D W: The repository ' http://bigtop-repos.s3.amazonaws.com/releases/1.2.0/ubuntu/16.04/x86_64 bigtop InRelease' is not signed. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use. N: See apt-secure(8) manpage for repository creation and user configuration details.
