Go to file
Václav Valíček c196e33b4b
Repo clone test
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-07-26 22:04:51 +02:00
.idea Repo clone test 2022-07-26 22:04:51 +02:00
ci
old
repo_cloner Repo clone test 2022-07-26 22:04:51 +02:00
tests Repo clone test 2022-07-26 22:04:51 +02:00
.coveragerc
.env
.gitignore
.gitmodules
.laminar Fix .laminar script, generate example repos 2022-07-26 20:13:04 +02:00
README.md
requirements.dev.txt
requirements.txt
run-test
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 :)