Go to file
Václav Valíček 97f11ab719 Simple test, sample data generation script and more
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-05-04 10:55:31 +02:00
.idea Idea project, exclude workspace.xml 2022-05-04 09:45:37 +02:00
ci Simple test, sample data generation script and more 2022-05-04 10:55:31 +02:00
old move old files to old directory 2022-05-04 09:46:41 +02:00
tests Simple test, sample data generation script and more 2022-05-04 10:55:31 +02:00
.coveragerc Simple test, sample data generation script and more 2022-05-04 10:55:31 +02:00
.env Try running docker build commands 2022-05-04 10:08:48 +02:00
.gitignore Simple test, sample data generation script and more 2022-05-04 10:55:31 +02:00
.laminar Simple test, sample data generation script and more 2022-05-04 10:55:31 +02:00
README.md Readme 2018-03-01 00:23:32 +01:00
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 :)