Go to file
Václav Valíček 76cbda80cc Rebase: Removed .idea/workspace.xml
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-08-08 12:02:24 +02:00
.idea Rebase: Removed .idea/workspace.xml 2022-08-08 12:02:24 +02:00
ci
old Removed obsolette config 2022-08-07 21:53:54 +02:00
repo_cloner Semi-functional prepare-git-tree + process_repository_dir uses which now 2022-08-08 11:54:57 +02:00
tests Fix bug in RepoTool.repo_fingerprint 2022-08-08 09:33:45 +02:00
.coveragerc
.env
.gitignore
.gitmodules
.laminar Rebase commit: Add laminar placeholder jut to stop error messages 2022-08-08 12:01:15 +02:00
README.md
requirements.dev.txt
requirements.txt + PyInputPlus 2022-08-05 23:15:54 +02:00
run-test
setup.py New commands, renamed old commands 2022-08-08 08:00:58 +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 :)