You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/etc/apt/trusted.gpg is no longer trusted. Setting the Dir::Etc::trusted
option manually continues to work for some more time.
sources.list(5) entries without the Signed-By field are deprecated;
migrate any legacy entries to the deb822 .sources format. See the
apt-secure(7) manual page for best practices for signer configuration.
This deprecates the /etc/apt/trusted.gpg.d directory.
echo"deb http://download.opensuse.org/repositories/${OBS_PROJECT//:/:\/}/${DISTRO_REPO}/ /"| tee /etc/apt/sources.list.d/crystal.list
Running apt modernize-sources gives:
Modernizing /etc/apt/sources.list.d/crystal.list...
# Would write to: /etc/apt/sources.list.d/crystal.sources
Types: deb
URIs: http://download.opensuse.org/repositories/devel:languages:crystal/Debian_Unstable/
Suites: /
Components:
Signed-By:
Warning: Could not determine Signed-By for URIs: http://download.opensuse.org/repositories/devel:languages:crystal/Debian_Unstable/, Suites: /
The text was updated successfully, but these errors were encountered:
This seems to affect Debian Unstable and Testing, probably also similar versions of other DEB-based distros. It's only a deprecation though, so nothing is broken (yet).
Maybe we can wait for updated default instructions from OBS and adapt them accordingly.
From Apt 2.9.24's release notes:
This affects
install.sh
:distribution-scripts/packages/scripts/install.sh
Lines 203 to 204 in 4c363b1
Running
apt modernize-sources
gives:The text was updated successfully, but these errors were encountered: