2013/3/7 g0to <amo...@gmail.com>: > -- Configuration Files: > /etc/apt/apt.conf.d/50unattended-upgrades changed: > // Automatically upgrade packages from these origin patterns > Unattended-Upgrade::Origins-Pattern { > // Codename based matching: > // This will follow the migration of a release through different > // archives (e.g. from testing to stable and later oldstable). > "o=Debian,n=wheezy"; > "o=Debian,n=wheezy-updates"; > "o=Debian,n=wheezy-proposed-updates"; > "o=Debian,n=wheezy,l=Debian-Security";
This config was removed in version 0.79.5 and might not work at all: - remove codename based matching example as this needs a newer python-apt than available in wheezy, thanks to Russell Stuart > // Archive or Suite based matching: > // Note that this will silently match a different release after > // migration to the specified archive (e.g. testing becomes the > // new stable). > // "o=Debian,a=stable"; > // "o=Debian,a=stable-updates"; > // "o=Debian,a=proposed-updates"; > // "origin=Debian,archive=stable,label=Debian-Security"; > }; Usually this is what you need to enable, plus an extra line if you are using "testing" or "unstable". Cheers -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org