Go to file
Václav Valíček ddaaa78467
Remove obsolette code
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-08-05 23:12:52 +02:00
.idea
ci
old Remove obsolette code 2022-08-05 23:12:52 +02:00
repo_cloner
tests
.coveragerc
.env
.gitignore
.gitmodules
.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 :)