~ubuntu-branches/debian/wheezy/apt-dater/wheezy

« back to all changes in this revision

Viewing changes to .pc/02-use-apt.diff/clients/debian/apt-dater-host.conf

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2011-08-26 21:25:41 UTC
  • Revision ID: james.westby@ubuntu.com-20110826212541-j5p2l0y1xgtwcb0e
Tags: 0.8.5-3
* Use again apt-get as default package manager.
  Closes: #635048
* Add missing build-arch and build-indep target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# front-end for dpkg to use
 
2
# Supported: apt-get, aptitude
 
3
$DPKGTOOL="aptitude";
 
4
 
 
5
# Method to do upgrades, possible values (depends on $DPKGTOOL):
 
6
#  upgrade              (apt-get, aptitude on Etch)
 
7
#  safe-upgrade         (aptitude)
 
8
#  dist-upgrade         (any)
 
9
#
 
10
# You should use dist-upgrade to get ABI-incompatible upgrades.
 
11
$APTUPGRADE='safe-upgrade';
 
12
 
 
13
# enable use of --assume-yes on safe-upgrade
 
14
$ASSUMEYES=1;
 
15
 
 
16
# use this command to become root
 
17
$GETROOT="sudo";
 
18
 
 
19
# clean package cache after upgrade/install
 
20
$CLEANUP=0;
 
21
 
 
22
# the installation UUID
 
23
$UUIDFILE = '/etc/apt-dater-host.uuid';
 
24
 
 
25
##
 
26
## If this host is a mission critical system and
 
27
## needs scheduled downtimes for upgrades, enable
 
28
## (some) of the following $FORBID_* lines:
 
29
##
 
30
 
 
31
# prevent apt-dater-host from refreshing package lists
 
32
#$FORBID_REFRESH=1;
 
33
 
 
34
# prevent apt-dater-host from upgrading packages
 
35
#$FORBID_UPGRADE=1;
 
36
 
 
37
# prevent apt-dater-host from installing packages
 
38
#$FORBID_INSTALL=1;