Go to file
Václav Valíček 9ba0925b8d
Removed obsolette scripts
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-08-09 22:00:55 +02:00
.idea Rebase: Removed .idea/workspace.xml 2022-08-08 12:02:24 +02:00
ci
old Removed obsolette scripts 2022-08-09 22:00:55 +02:00
repo_cloner Replace invlaid type (list) by dict in detector.py 2022-08-09 20:34:09 +02:00
tests Gen data updated 2022-08-09 21:25:45 +02:00
.coveragerc
.env
.gitignore
.gitmodules
.laminar Don't reinit submodules 2022-08-09 20:56:49 +02:00
README.md
requirements.dev.txt
requirements.txt + PyInputPlus 2022-08-05 23:15:54 +02:00
run-test
setup.py Fixed bux for debian, setup.py: pipx install 2022-08-08 14:12:19 +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 :)