move some elog defaults into make.globals, add new vars for mail from and subject...
[portage.git] / cnf / make.globals
1 # Copyright 1999-2006 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Id: /var/cvsroot/gentoo-src/portage/cnf/make.globals,v 1.56.2.5 2005/05/05 03:59:59 jstubbs Exp $
4 # System-wide defaults for the Portage system
5
6 #            *****************************
7 #            **  DO NOT EDIT THIS FILE  **
8 # ***************************************************
9 # **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
10 # ***************************************************
11 # ** Incremental Variables Accumulate Across Files **
12 # **  USE, CONFIG_*, and FEATURES are incremental  **
13 # ***************************************************
14
15
16 # Default rsync mirror
17 SYNC="rsync://rsync.gentoo.org/gentoo-portage"
18
19 # Default distfiles mirrors
20 GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
21
22 # Repository Paths
23 PORTDIR=/usr/portage
24 DISTDIR=/usr/portage/distfiles
25 PKGDIR=/usr/portage/packages
26 RPMDIR=/usr/portage/rpm
27
28 # Temporary build directory
29 PORTAGE_TMPDIR=/var/tmp
30
31 # Fetching command (5 tries, passive ftp for firewall compatibility)
32 FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
33 RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
34
35 # Default user options
36 FEATURES="sandbox distlocks metadata-transfer"
37
38 # Default chunksize for binhost comms
39 PORTAGE_BINHOST_CHUNKSIZE="3000"
40
41 # By default wait 5 secs before cleaning a package
42 CLEAN_DELAY="5"
43
44 # By default wait 10 secs on an important warning
45 EMERGE_WARNING_DELAY="10"
46
47 # Automatically clean installed packages after they are updated.
48 # This option will be removed and forced to yes.
49 AUTOCLEAN="yes"
50
51 # Number of times 'emerge --sync' will run before giving up.
52 PORTAGE_RSYNC_RETRIES="3"
53
54 # Number of seconds rsync will wait before timing out.
55 #RSYNC_TIMEOUT="180"
56
57 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
58
59 # Minimal CONFIG_PROTECT
60 CONFIG_PROTECT="/etc"
61
62 # Disable auto-use
63 USE_ORDER="env:pkg:conf:defaults"
64
65 # Default ownership of installed files.
66 PORTAGE_INST_UID="0"
67 PORTAGE_INST_GID="0"
68
69 # Mode bits for ${WORKDIR} (see ebuild.5).
70 PORTAGE_WORKDIR_MODE="0700"
71
72 # Some defaults for elog
73 PORTAGE_ELOG_CLASSES="log warn error"
74
75 PORTAGE_ELOG_MAILURI="root"
76 PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for \${PACKAGE} on \${HOST}"
77 PORTAGE_ELOG_MAILFROM="portage"
78
79 #            *****************************
80 #            **  DO NOT EDIT THIS FILE  **
81 # ***************************************************
82 # **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
83 # ***************************************************
84 # ** Incremental Variables Accumulate Across Files **
85 # **  USE, CONFIG_*, and FEATURES are incremental  **
86 # ***************************************************