Go to file
Václav Valíček a2bf978fde
Return commits in chronological order
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-08-02 20:53:29 +02:00
.idea Cloner: clone() recursion support, TODO: recursion tests 2022-07-31 02:08:27 +02:00
ci
old
repo_cloner Return commits in chronological order 2022-08-02 20:53:29 +02:00
tests Return commits in chronological order 2022-08-02 20:53:29 +02:00
.coveragerc
.env
.gitignore
.gitmodules
.laminar
README.md
requirements.dev.txt
requirements.txt Remove zstandard 2022-07-29 17:39:25 +02:00
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 :)