Merged purge code in remove, configurable transaction regpkgdb flushing.

See the NEWS file for info.
This commit is contained in:
Juan RP
2011-12-24 01:05:26 +01:00
parent d7a32a7eca
commit 3b7491d29b
32 changed files with 613 additions and 818 deletions

BIN
etc/.xbps.conf.swp Normal file

Binary file not shown.

View File

@@ -2,24 +2,30 @@
# ============================
#
# Root directory.
#rootdir = /
#RootDir = /
#
# Cache directory to store downloaded binary packages.
# If string begins with '/' it will be treated as full path,
# otherwise it will be treated as relative to the root-directory.
#cachedir = var/cache/xbps
#CacheDir = var/cache/xbps
#
# Default global limit of cached connections when fetching files.
#fetch-cache-connections = 10
#FetchCacheConnection = 10
#
# Default per-host limit of cached connections when fetching files.
#fetch-cache-connections-per-host = 3
#FetchCacheConnectionPerHost = 3
#
# Default timeout limit for connections, in seconds.
#fetch-timeout-connection = 30
#FetchTimeoutConnection = 30
#
# Enable syslog messages, set the value to false or 0 to disable.
#syslog = true
#Syslog = true
# Number of packages to be processed in a transaction to trigger
# a flush to the master package database. Set it to 0 to make it
# only flush at required points.
#
#TransactionFrequencyFlush = 25
# Repositories.
#