Go to file
Václav Valíček 06257e81cf
Removed obsolette scripts: replaced by process_repository_dirs
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-08-07 21:49:16 +02:00
.idea
ci
old Removed obsolette scripts: replaced by process_repository_dirs 2022-08-07 21:49:16 +02:00
repo_cloner Wizzatrd: create .enabled, fix some typos 2022-08-07 21:47:58 +02:00
tests New behavior, new tests, added wizzard and processor 2022-08-07 21:44:31 +02:00
.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 :)