ezbuild/config/layout.conf

38 lines
1.7 KiB
Plaintext
Raw Normal View History

# ATTENTION: This file contains internal EzBuild paths only. BETTER DO NOT EDIT THIS FILE
# UNLESS YOU KNOW WHAT YOU ARE DOING! When anything needs to be changed it is better to
# set common.conf and one of the following: ezbuild.conf or ezsync.conf files! Hallelujah!
2012-01-06 23:57:34 +01:00
# Specifies the path to the directory that will contain any temporary created executable
# files, necessary for EzBuild to operate correctly.
2012-01-18 11:10:13 +01:00
BINDIR="${STOREDIR}/bin"
2012-01-06 23:57:34 +01:00
# Directive sets the path to the directory, where EzBuild will store everything that it
# builds (eg. stages).
2012-01-18 11:10:13 +01:00
BUILDDIR="${STOREDIR}/builds"
# Location of the intermediate metadata cache which is stored in a different format that
# includes eclass state.
ECACHEDIR="${STOREDIR}/cache"
2012-01-06 23:57:34 +01:00
# Defines the directory in which overlays with user made ebuilds will be saved for further
# merging with portage tree.
2012-01-18 11:10:13 +01:00
OVERLAYSDIR="${STOREDIR}/overlays"
2012-01-06 23:57:34 +01:00
# Directive sets the path where EzBuild will put binary packages for all ebuilds processed
# in addition to compiling and installing the packages.
2012-01-18 11:10:13 +01:00
PACKAGESDIR="${STOREDIR}/packages"
2012-01-06 23:57:34 +01:00
# This is the path where EzBuild will store entire portage trees, that are necessary for
2012-01-10 20:17:38 +01:00
# synchronization with the mainline (usually Gentoo).
2012-01-18 11:10:13 +01:00
PORTAGESDIR="${STOREDIR}/portages"
2012-01-28 00:39:07 +01:00
# This is the directory that contains a compressed tarball with produced Portage snapshot.
SNAPSHOTSDIR="${STORAGEDIR}/snapshots"
2012-01-06 23:57:34 +01:00
# This specifies the directory where EzBuild will put its temporary files and caches.
2012-01-18 11:15:11 +01:00
TEMPDIR="${STOREDIR}/temp"
2011-12-30 00:34:00 +01:00
# Directive sets the filename for logging of all information about the progress and of all
# executed commands output. This has to contain absolute path to the created file.
2012-01-18 11:10:13 +01:00
LOGFILE="${STOREDIR}/${EZNAME}.log"