Go to file
Václav Valíček 0d1ea25dd1
Fix misstypo once again
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-05-04 10:19:28 +02:00
.idea
ci Fix misstypo once again 2022-05-04 10:19:28 +02:00
old
.env Try running docker build commands 2022-05-04 10:08:48 +02:00
.gitignore Remove venv from git 2022-05-04 09:55:05 +02:00
.laminar Try running docker build commands 2022-05-04 10:08:48 +02:00
README.md
requirements.dev.txt Try running docker build commands 2022-05-04 10:08:48 +02:00
requirements.txt Try running docker build commands 2022-05-04 10:08:48 +02:00
test.py Try running docker build commands 2022-05-04 10:08:48 +02:00

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 :)