Go to file
Václav Valíček b1b0554e60
Cloner begining
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-07-28 21:03:20 +02:00
.idea Test fetch behavior 2022-07-27 12:52:47 +02:00
ci
old
repo_cloner Cloner begining 2022-07-28 21:03:20 +02:00
tests Cloner begining 2022-07-28 21:03:20 +02:00
.coveragerc
.env
.gitignore
.gitmodules New submodules for tests 2022-07-27 09:04:00 +02:00
.laminar
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 :)