Initial commit

This commit is contained in:
Lutchy Horace 2021-01-21 16:58:32 -05:00
parent cb24cc9b9b
commit 2500470a1a
32 changed files with 2660 additions and 0 deletions

21
repo_sync.conf.example Normal file
View file

@ -0,0 +1,21 @@
# Sample Configuration file
#
# Where to log my output?
LOG=/tmp/repo_sync.log
# Where to download my repository packages?
REPO_DIR=repos
# Syntax:
# reponame:repopath
#
# Retrieve repo name from 'yum repolist' and set repo
# path you get from a first run of reposync.
#
# Note: It appears the path changes between repo's is the
# reason you need to run reposync first to get the path
REPOS=(
repo1:repo1_path
repo2:repo2_path
)