20 lines
526 B
INI
20 lines
526 B
INI
# cloner.cfg
|
|
# main config
|
|
# created at 2018-03-23 20:24:57
|
|
invalid_option1
|
|
invalid_option=2
|
|
|
|
# main url - url of main repo - just to clone
|
|
cloner_repo_url=git@git.somerandomserver.test:/path
|
|
|
|
# project name (names of volumes are derrived from this
|
|
cloner_project_name=some-random-project
|
|
|
|
# cloner interval (in minutes, default=0 - run always)
|
|
cloner_interval=666
|
|
|
|
# do you need submodules support? (1/0)
|
|
cloner_submodules=1
|
|
|
|
# max depth of submodule scan (default = unlimited, uncomment to use)
|
|
cloner_submodule_depth=500000 |