not sure if that InRelease file needs to be there ...
# general
p
not sure if that InRelease file needs to be there and is missing, or if 17.10 considers it a fatal error while 17.04 doesn't, or what
To download packages from a repository apt would download a InRelease or Release file from the $ARCHIVE_ROOT/dists/$DISTRIBUTION directory.
InRelease files are signed in-line while Release files should have an accompanying Release.gpg file.
https://wiki.debian.org/DebianRepository/Format
seems like apt 1.5 used in 17.10 (also built a 1.6 and tried that) is not falling back... (since Release and Release.gpg files are present in the osquery repo)
and 17.04 had apt 1.4
i wonder if it doesn't like that it's 403 Forbidden instead of 404 Not Found...