Go to file
Václav Valíček 9eece76ad9
Checksum lib added
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-07-26 02:51:41 +02:00
.idea added submodule to idea, remove obsolette bash file 2022-06-25 23:55:07 +02:00
ci
old Improve runner script: exit codes 2022-07-24 22:24:42 +02:00
repo_cloner Checksum lib added 2022-07-26 02:51:41 +02:00
tests Checksum lib added 2022-07-26 02:51:41 +02:00
.coveragerc
.env
.gitignore
.gitmodules Try adding submodule 2022-06-20 01:55:50 +02:00
.laminar Update submodules when done 2022-06-25 22:46:35 +02:00
README.md
requirements.dev.txt
requirements.txt
run-test ConfigFileNotFound exception + run-test script 2022-06-26 00:46:56 +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 :)