~ubuntu-core-dev/unattended-upgrades/ubuntu

« back to all changes in this revision

Viewing changes to data/50unattended-upgrades

  • Committer: Michael Vogt
  • Date: 2010-08-02 09:04:20 UTC
  • mfrom: (136 ubuntu)
  • mto: This revision was merged to the branch mainline in revision 139.
  • Revision ID: michael.vogt@ubuntu.com-20100802090420-b1vaha9f359q9vto
mergedĀ fromĀ ubuntu

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
 
        "Debian stable";
4
 
//      "Debian squeeze-proposed-updates";
 
3
        "${distro_id} stable";
 
4
        "${distro_id} ${distro_codename}-security";
 
5
//      "${distro_id} ${distro_codename}-updates";
 
6
//      "${distro_id} ${distro_codename}-proposed-updates";
5
7
};
6
8
 
7
9
// List of packages to not update
17
19
// have a working mail setup on your system. The package 'mailx'
18
20
// must be installed or anything that provides /usr/bin/mail.
19
21
//Unattended-Upgrade::Mail "root@localhost";
 
22
 
 
23
// Do automatic removal of new unused dependencies after the upgrade
 
24
// (equivalent to apt-get autoremove)
 
25
//Unattended-Upgrade::Remove-Unused-Dependencies "false";
 
26
 
 
27
// Automatically reboot *WITHOUT CONFIRMATION* if a 
 
28
// the file /var/run/reboot-required is found after the upgrade 
 
29
//Unattended-Upgrade::Automatic-Reboot "false";
 
30
 
 
31
 
 
32
// Use apt bandwidth limit feature, this example limits the download
 
33
// speed to 70kb/sec
 
34
//Acquire::http::Dl-Limit "70";
 
 
b'\\ No newline at end of file'