Go to file
2019-08-04 13:10:51 +02:00
checker Fix repo cloner tag shit 2019-06-11 23:45:03 +02:00
dockerbin Wizzard fix repo 2019-08-04 13:10:51 +02:00
src
.dockerignore Convert into single docker image, change volume structure etc 2018-02-23 10:17:37 +01:00
.gitignore
crontab Fix log 2018-10-28 17:52:09 +01:00
Dockerfile Frontail 2018-10-28 16:52:59 +01:00
executor-conf Url path 2018-10-28 17:03:08 +01:00
Makefile Oneshot make + notify-tag working 2018-02-23 11:42:13 +01:00
README.md Readme 2018-03-01 00:23:32 +01: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 :)