summaryrefslogtreecommitdiffstats
path: root/cnf/make.globals
diff options
context:
space:
mode:
authorJason Stubbs <jstubbs@gentoo.org>2005-08-28 08:37:44 +0000
committerJason Stubbs <jstubbs@gentoo.org>2005-08-28 08:37:44 +0000
commitd9fc4acc572c6647a4f27b838d35d27d805d190e (patch)
tree262a8de35d8c7567312757da5f1f66efdc8cece5 /cnf/make.globals
downloadportage-d9fc4acc572c6647a4f27b838d35d27d805d190e.tar.gz
portage-d9fc4acc572c6647a4f27b838d35d27d805d190e.tar.bz2
portage-d9fc4acc572c6647a4f27b838d35d27d805d190e.zip
Migration (without history) of the current stable line to subversion.
svn path=/main/branches/2.0/; revision=1941
Diffstat (limited to 'cnf/make.globals')
-rw-r--r--cnf/make.globals67
1 files changed, 67 insertions, 0 deletions
diff --git a/cnf/make.globals b/cnf/make.globals
new file mode 100644
index 000000000..d7d93a8e5
--- /dev/null
+++ b/cnf/make.globals
@@ -0,0 +1,67 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-src/portage/cnf/make.globals,v 1.56.2.5 2005/05/05 03:59:59 jstubbs Exp $
+# System-wide defaults for the Portage system
+
+# *****************************
+# ** DO NOT EDIT THIS FILE **
+# ***************************************************
+# **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
+# ***************************************************
+# ** Incremental Variables Accumulate Across Files **
+# ** USE, CONFIG_*, and FEATURES are incremental **
+# ***************************************************
+
+
+# Default rsync mirror
+SYNC="rsync://rsync.gentoo.org/gentoo-portage"
+
+# Default distfiles mirrors
+GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/gentoo"
+
+# Repository Paths
+PORTDIR=/usr/portage
+DISTDIR=/usr/portage/distfiles
+PKGDIR=/usr/portage/packages
+RPMDIR=/usr/portage/rpm
+
+# Temporary build directory
+PORTAGE_TMPDIR=/var/tmp
+
+# Fetching command (5 tries, passive ftp for firewall compatibility)
+FETCHCOMMAND="/usr/bin/wget -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
+RESUMECOMMAND="/usr/bin/wget -c -t 5 --passive-ftp -P \${DISTDIR} \${URI}"
+
+# Default user options
+FEATURES="sandbox distlocks"
+
+# Default chunksize for binhost comms
+PORTAGE_BINHOST_CHUNKSIZE="3000"
+
+# By default wait 5 secs before cleaning a package
+CLEAN_DELAY="5"
+
+# By default wait 10 secs on an important warning
+EMERGE_WARNING_DELAY="10"
+
+# Automatically clean installed packages after they are updated.
+# This option will be removed and forced to yes.
+AUTOCLEAN="yes"
+
+# Number of times 'emerge --sync' will run before giving up.
+RSYNC_RETRIES="3"
+
+# Number of seconds rsync will wait before timing out.
+RSYNC_TIMEOUT="180"
+
+# Minimal CONFIG_PROTECT
+CONFIG_PROTECT="/etc"
+
+# *****************************
+# ** DO NOT EDIT THIS FILE **
+# ***************************************************
+# **** CHANGES TO make.conf *OVERRIDE* THIS FILE ****
+# ***************************************************
+# ** Incremental Variables Accumulate Across Files **
+# ** USE, CONFIG_*, and FEATURES are incremental **
+# ***************************************************