~ubuntu-branches/ubuntu/natty/unattended-upgrades/natty-proposed

« back to all changes in this revision

Viewing changes to data/50unattended-upgrades

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2010-05-17 15:19:21 UTC
  • Revision ID: james.westby@ubuntu.com-20100517151921-36e0ja2w1jm3mi59
Tags: 0.60ubuntu1
* Include reboot required notification in sent emails (LP: #415202)
  and add test for it (thanks to Paul Elliott for the initial patch)
* allow ${distro_id} and ${distro_codename} in 
  Unattended-Upgrade::Allowed-Origins and update conffile to it

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
 
        "Ubuntu lucid-security";
4
 
//      "Ubuntu lucid-updates";
 
3
        "${distro_id} ${distro_codename}-security";
 
4
//      "${distro_id} ${distro_codename}-updates";
5
5
};
6
6
 
7
7
// List of packages to not update