- complete code migration from activatorTools.py to entropy.py let the testing begins git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1566 cd1c1023-2f26-0410-ae45-c471fc1f0318
25 lines
477 B
Plaintext
25 lines
477 B
Plaintext
# Project Entropy 1.0 activator configuration file
|
|
|
|
# Main mirror configuration
|
|
# this is the URI for the mirrors
|
|
# will be used in order
|
|
# Only FTP supported at the moment
|
|
#
|
|
# example:
|
|
# mirror-upload|ftp://username:password@address
|
|
#
|
|
# note: the packages/%ARCH% part is added by Entropy
|
|
#
|
|
mirror-upload|ftp://username:password@address
|
|
|
|
# Database format:
|
|
# bz2 or gz
|
|
database-format|bz2
|
|
|
|
# Log level
|
|
# 0: No Logging
|
|
# 1: Normal Logging
|
|
# 2: Verbose Logging
|
|
loglevel|1
|
|
|