~mvo/unattended-upgrades/minimal-steps-upgrade.multiprocessing

« back to all changes in this revision

Viewing changes to data/50unattended-upgrades

  • Committer: Michael Vogt
  • Date: 2010-08-02 08:54:03 UTC
  • Revision ID: michael.vogt@ubuntu.com-20100802085403-49y3y482p2m5lr7p
data/50unattended-upgrades: add default security update origin for debian so that we can have the same package on the two systems

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// Automatically upgrade packages from these (origin, archive) pairs
2
2
Unattended-Upgrade::Allowed-Origins {
 
3
        "${distro_id} stable";
3
4
        "${distro_id} ${distro_codename}-security";
4
5
//      "${distro_id} ${distro_codename}-updates";
5
6
//      "${distro_id} ${distro_codename}-proposed-updates";