#
# Configuration file for uln-yum-mirror
#

# If you want to pass additional arguments to the repo tools, specify them here
CREATEREPO_EXTRA_ARGS=""
MODIFYREPO_EXTRA_ARGS=""
REPOSYNC_EXTRA_ARGS=""

# Should the mirror script download source packages (.src.rpm) when mirroring?
SRC=0

# Should the mirror script remove packages locally which have been removed from 
# the source channel on ULN?
DELETE=1

# Should the mirror script download all package versions or just the latest?
# Note that the downloaded errata refers to all packages, so this should be enabled
# when connecting to Oracle Enterprise Manager or a 3rd-party tool that consumes
# yum errata information
ALL_PKGS=1

# Enable daily cronjob to update yum repositories
CRON_ENABLED=1

# Should we run hardlinkpy after the mirror process finishes to hardlink identical RPMs
# This will save storage space as each RPM will only be stored once on disk and just
# be linked to any other repository in which it exists. This must be disabled if the
# repository storage spans filesystems.
HARDLINK_RPMS=1

# Should we log the output of the script run?
LOG_OUTPUT=1

# Local yum repository paths
REP_BASE=/var/www/html/yum
REPO_FILE_DIR=/var/www/html/repo_files
YUM_GLOBAL_CACHE=/var/cache/yum

# Yum repository names
REP_ENG=EngineeredSystems
REP_EL=EnterpriseLinux
REP_OL=OracleLinux
REP_OVM=OracleVM
REP_UNK=unknown
