2011-12-15 15:49:20 +05:30
|
|
|
# Configuration file for XBPS.
|
|
|
|
#
|
2014-02-25 21:12:52 +05:30
|
|
|
# - Lines starting with # are ignored.
|
|
|
|
# - Values are set after the equal sign, and don't accept blanks nor newlines.
|
2011-12-24 05:35:26 +05:30
|
|
|
|
2014-02-25 21:12:52 +05:30
|
|
|
# Set root directory, by default set to /. This expects an absolute path.
|
|
|
|
#rootdir=/
|
|
|
|
|
|
|
|
# Set cache directory, if starts with / it's an absolute path,
|
|
|
|
# otherwise it's relative to rootdir.
|
|
|
|
#cachedir=var/cache/xbps
|
|
|
|
|
|
|
|
# comment it out to disable syslog logging.
|
|
|
|
syslog=true
|
|
|
|
|
|
|
|
## REPOSITORIES
|
2011-12-15 15:49:20 +05:30
|
|
|
#
|
2014-05-30 15:30:10 +05:30
|
|
|
# The default system repository directory "<prefix>/share/xbps/repo.d"
|
|
|
|
# contains the system repository configuration files.
|
|
|
|
#
|
|
|
|
# Files on that system directory can be overrided in "<sysconfdir>/xbps/repo.d"
|
|
|
|
# bearing the same file name, i.e:
|
|
|
|
#
|
|
|
|
# - <sysconfdir>/xbps/repo.d/main.conf overrides <prefix>/share/xbps/repo.d/main.conf
|
|
|
|
#
|
2014-02-25 21:12:52 +05:30
|
|
|
# Local or remote repositories are accepted.
|
2011-12-15 15:49:20 +05:30
|
|
|
#
|
2014-02-25 21:12:52 +05:30
|
|
|
# - Local repositories expect an absolute path to the directory that stores
|
|
|
|
# the <arch>-repodata file.
|
|
|
|
# - Accepted protocols for remote repositories: ftp, http or https.
|
|
|
|
# - Repositories are added in the order in which are specified (top->bottom).
|
2011-12-15 15:49:20 +05:30
|
|
|
#
|
2014-05-30 15:30:10 +05:30
|
|
|
# The "repository" keyword can be used to include additional repositories in
|
|
|
|
# addition to the files available in <sysconfdir>/xbps/repo.d/*.conf.
|
|
|
|
#
|
|
|
|
#repository=<url>
|
2011-12-15 15:49:20 +05:30
|
|
|
|
2014-02-25 21:12:52 +05:30
|
|
|
# REPOSITORY MIRRORS
|
2014-02-27 22:34:32 +05:30
|
|
|
#
|
2014-05-30 15:30:10 +05:30
|
|
|
# - http://repo2.voidlinux.eu/current
|
|
|
|
# - http://repo2.voidlinux.eu/current/nonfree
|
|
|
|
# - http://repo2.voidlinux.eu/current/multilib
|
|
|
|
# - http://repo2.voidlinux.eu/current/multilib/nonfree
|
|
|
|
# - http://repo2.voidlinux.eu/current/debug
|
|
|
|
#
|
|
|
|
# - http://xbps.nopcode.org/repos/current
|
|
|
|
# - http://xbps.nopcode.org/repos/current/nonfree
|
|
|
|
# - http://xbps.nopcode.org/repos/current/multilib
|
|
|
|
# - http://xbps.nopcode.org/repos/current/multilib/nonfree
|
|
|
|
# - http://xbps.nopcode.org/repos/current/debug
|
2014-02-25 21:12:52 +05:30
|
|
|
|
|
|
|
## VIRTUAL PACKAGES
|
2011-12-15 15:49:20 +05:30
|
|
|
#
|
2014-02-25 21:12:52 +05:30
|
|
|
# Virtual package overrides. You can set your own list of preferred virtual
|
|
|
|
# packages in your system. This expects two arguments separated by a colon:
|
|
|
|
# <vpkgver>:<realpkgname>.
|
2011-12-15 15:49:20 +05:30
|
|
|
#
|
2014-02-25 21:12:52 +05:30
|
|
|
# - <vpkgver> means "virtual package name" and "version/revision"
|
|
|
|
# separated by a dash, i.e 'foo-1.0_1".
|
|
|
|
# - <realpkgname> means a real package name (without any version).
|
2011-12-15 15:49:20 +05:30
|
|
|
#
|
2014-02-25 21:12:52 +05:30
|
|
|
# By default we prefer the `dcron` package as default cron daemon.
|
|
|
|
virtualpkg=cron-daemon-0_1:dcron
|
|
|
|
|
2014-02-28 17:27:26 +05:30
|
|
|
# Sets the virtual package directory looking for .vpkg files with
|
|
|
|
# virtual package settings (by using the `virtualpkg' keyword).
|
2011-12-15 15:49:20 +05:30
|
|
|
#
|
2014-02-25 21:12:52 +05:30
|
|
|
# If starts with / it's an absolute path, otherwise it's relative to rootdir.
|
|
|
|
# By default it's set to <rootdir>/etc/xbps/virtualpkg.d.
|
|
|
|
#virtualpkgdir=etc/xbps/virtualpkg.d
|
|
|
|
|
|
|
|
# You can also include additional files by using the "include" keyword.
|
|
|
|
# This expects an absolute path to a file.
|
|
|
|
#include=/path/to/another/file.conf
|