I see the following lines in /etc/apt/apt.conf.d/50unattended-upgrades
. But I'm not able to find the man page for them. Could anybody point me the detailed document for each of them? Thanks.
Unattended-Upgrade::Allowed-Origins {
"${distro_id}:${distro_codename}-security";
"${distro_id}:${distro_codename}-updates";
// "${distro_id}:${distro_codename}-proposed";
// "${distro_id}:${distro_codename}-backports";
};
Warning, this isn't the "detailed documentation" you wanted, just a simple answer.
To quote ubuntu.com:
Security:
Updates (Recommended Updates):
Proposed: (For getting married with :D Just kidding)
The Proposed updates are updates that have to be tested before they can be officially put into the Recommended updates repository. They may have issues that could break your system, and quite often do. You get Beta features, but often a broken system. I managed to nuke an installation by enabling this. Unless you like testing and fixing issues, I don't recommended this one.
There is a question regarding this here: What is the "proposed" repository?
Backports: