Go to file
Václav Valíček b31b2e199b
Remove obsolette unittest case
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-07-15 15:10:43 +02:00
.idea added submodule to idea, remove obsolette bash file 2022-06-25 23:55:07 +02:00
ci Simple test, sample data generation script and more 2022-05-04 10:55:31 +02:00
old DefaultClonerConfig added, removed obsolette bash file 2022-06-26 02:16:51 +02:00
repo_cloner ClonerConfig + tests 2022-06-26 05:22:19 +02:00
tests Remove obsolette unittest case 2022-07-15 15:10:43 +02:00
.coveragerc Python: basic, package install, error handler for begining 2022-05-04 15:02:55 +02:00
.env Try running docker build commands 2022-05-04 10:08:48 +02:00
.gitignore Python: basic, package install, error handler for begining 2022-05-04 15:02:55 +02:00
.gitmodules Try adding submodule 2022-06-20 01:55:50 +02:00
.laminar Update submodules when done 2022-06-25 22:46:35 +02:00
README.md
requirements.dev.txt Update requirements 2022-05-04 10:58:50 +02:00
requirements.txt Python: basic, package install, error handler for begining 2022-05-04 15:02:55 +02:00
run-test ConfigFileNotFound exception + run-test script 2022-06-26 00:46:56 +02:00
setup.py Python: basic, package install, error handler for begining 2022-05-04 15:02:55 +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 :)