Here is a new default config for current stable (squeeze) with examples
for both codename-based matching and archive/suite-based matching:

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=squeeze";
//      "o=Debian,n=squeeze-updates";
//      "o=Debian,n=squeeze-proposed-updates";
        "o=Debian,n=squeeze,l=Debian-Security";

        // 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";
//      "o=Debian,a=stable,l=Debian-Security";
};

I believe the above config makes more sense on Debian. I've tested this
on squeeze with unattended-upgrades_0.73.1_all.deb from sid using:

# unattended-upgrade --debug --dry-run

Hope this helps.

-- 
John Feuerstein <[email protected]>



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to