# A configuration file for comfort suite.
# User-wide setups should be made here.

# General settings
# ================

# A directory for GIT repositories. Separate repository for every
# package would be placed under this directory.
#GIT_HOME_DIR=$HOME/git

# Hasher working directory - used to set up a clean build system there in
# a chroot and build packages there. This directory should be mounted
# using tmpfs or ramdisk to get optimal build performance.
#BUILD_DIR=$HOME/hasher

# Architecture to build packages for (default: matches this machine's
# architecture)
#ARCH=i586

# ALT Linux Team member's settings
# ================================

# Username of a ALT Linux Team member (default: same as on this machine).
#ALT_USER=$USER

# SSH private key that would be used for all operations on ALT servers.
# Every action that would require this key will check if it is added in
# ssh-agent, and will propose to add it if it's not.
#ALT_SSH_KEY=$HOME/.ssh/id_dsa

# Build server settings
# =====================

# By default, all packages are built on a local machine. BUILD_SERVER_HOST
# should be defined to build packages on remote build server.
#BUILD_SERVER_HOST=

# Username on a build server
#BUILD_SERVER_USER=$USER

# Hasher working directory on a build server
#BUILD_SERVER_BUILD_DIR=$BUILD_DIR
