Go to file
Václav Valíček 6463a6bb95
Update, repo tool cloner: recursive clones
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-07-29 17:03:15 +02:00
.idea
ci
old Update, repo tool cloner: recursive clones 2022-07-29 17:03:15 +02:00
repo_cloner Update, repo tool cloner: recursive clones 2022-07-29 17:03:15 +02:00
tests Update, repo tool cloner: recursive clones 2022-07-29 17:03:15 +02:00
.coveragerc
.env
.gitignore
.gitmodules Added another submodule: test-repo-submodules-long 2022-07-29 02:00:08 +02:00
.laminar
README.md
requirements.dev.txt
requirements.txt
run-test Update, repo tool cloner: recursive clones 2022-07-29 17:03:15 +02:00
setup.py

Docker Repo Checker

Bunch of scripts for recursive (with submodules) cloning and mirroring of git repositores, with "fancy" wizzard script and some tools to detect new commits/tags and notify potential CI.

Run command:

Tiniest case is:

docker run -v cloner-test:/data -it --rm valicek1/repo-cloner

For more examples see Makefile and Dockerfiles :)