Artifactory Debian 存储库报告 "does not have a Release file"

Artifactory Debian repository reports "does not have a Release file"

所以,我是 Artifactory 的菜鸟。我下载并安装了 Pro 的 dockerized 版本 - 演示许可证,设置我的第一个存储库作为推送我们为 ubuntu 用户开发的内部包的地方。

但是,当我上传一个包并在向 /etc/apt/sources.list.d 添加新的“.list”文件后尝试 sudo apt-get update 时,我收到了这条消息:

W: The repository 'https://10.202.13.218/artifactory/ubuntu-dev-local xenial Release' does not have a Release file.

我必须对软件包进行 gpg 签名吗?这似乎是一个不同的错误。

您可以使用以下 API 调用强制 artifactory 重新创建 release.key 文件:

curl -u admin:topsecret -X POST http://localhost:8081/artifactory/api/deb/reindex/debian-local