Package: unattended-upgrades
Version: 0.82
Followup-For: Bug #647883
Sam,
As another user of unattended-upgrades, thanks for your patch.
However, it can be marginally improved. By continuing to use
"${distro_codename}" instead of "stable", unattended-upgrades won't
break the moment stable becomes oldstable:
--- data/50unattended-upgrades.Debian 2013-09-02 07:12:48 +0000
+++ data/50unattended-upgrades.Debian 2014-02-23 23:06:25 +0000
@@ -36,7 +36,7 @@
// "o=Debian,a=stable";
// "o=Debian,a=stable-updates";
// "o=Debian,a=proposed-updates";
- "origin=Debian,archive=${distro_codename},label=Debian-Security";
+ "origin=Debian,codename=${distro_codename},label=Debian-Security";
};
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]