Go to file
Václav Valíček e2f2b41ea1 Rebase commit: Add laminar placeholder jut to stop error messages
Signed-off-by: Václav Valíček <valicek1994@gmail.com>
2022-08-08 12:01:15 +02:00
.idea Rebase commit: Add laminar placeholder jut to stop error messages 2022-08-08 12:01:15 +02:00
ci Simple test, sample data generation script and more 2022-05-04 10:55:31 +02:00
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 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 Added another submodule: test-repo-submodules-long 2022-07-29 02:00:08 +02:00
.laminar Rebase commit: Add laminar placeholder jut to stop error messages 2022-08-08 12:01:15 +02:00
README.md Readme 2018-03-01 00:23:32 +01:00
requirements.dev.txt Update requirements 2022-05-04 10:58:50 +02:00
requirements.txt + PyInputPlus 2022-08-05 23:15:54 +02:00
run-test Update, repo tool cloner: recursive clones 2022-07-29 17:03:15 +02:00
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 :)