Initial commit
This commit is contained in:
parent
cb24cc9b9b
commit
2500470a1a
32 changed files with 2660 additions and 0 deletions
21
repo_sync.conf.example
Normal file
21
repo_sync.conf.example
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue