From 0352e233955bc5d04344a4ae3ef04436d8299ae1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Mar 2020 11:17:29 +0300 Subject: rename the modules --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fcd207c..0db6aad 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ Usage Adjust the config in [examples/cgit-repos.conf] and pass it using the `--config` parameter: - > python3 -m pull.main --config path/to/cgit-repos.conf + > python3 -m cgit.repos.main --config path/to/cgit-repos.conf The repository list is stored in my_repos.py (the `my_repos` setting in the config). See [examples/my_repos.py] for an example. -pull/main.py calls git, which might call ssh internally. +cgit/repos/main.py calls git, which might call ssh internally. Make sure the required keys are loaded to a ssh-agent. [examples/cgit-repos.conf]: examples/cgit-repos.conf @@ -37,7 +37,7 @@ For example: -v "/path/to/config:/etc/cgit-repos:ro" \ -v "$SSH_AUTH_SOCK:/var/run/cgit-repos/ssh-agent.sock" \ -v "/path/to/output:/var/tmp/cgit-repos/output" \ - egortensin/pull-cgit-repos + egortensin/cgit-repos ### my_repos.py @@ -63,7 +63,7 @@ To build an image: Requires [Pylint]. - > pylint pull + > pylint cgit [Pylint]: https://www.pylint.org/ -- cgit v1.2.3