From 5a792fee1335ea60ca6930dddb6080bcf869213d Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 27 Mar 2021 23:17:14 +0300 Subject: further renaming work --- examples/cgit-repos.conf | 24 ------------------------ examples/cgitize.conf | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 examples/cgit-repos.conf create mode 100644 examples/cgitize.conf (limited to 'examples') diff --git a/examples/cgit-repos.conf b/examples/cgit-repos.conf deleted file mode 100644 index 94f73cd..0000000 --- a/examples/cgit-repos.conf +++ /dev/null @@ -1,24 +0,0 @@ -# All settings are optional. - -[DEFAULT] - -# /etc/cgit-repos/my_repos.py by default. -my_repos = /path/to/my_repos.py - -# /var/tmp/cgit-repos/output by default. -output = /path/to/output/ - -# URL to clone from the output directory. -# {repo_id} is substituted with the repository ID (in the NAME or SECTION/NAME -# format, etc.). -clone_url = http://example.com:8080/git/{repo_id} - -owner = Your Name - -[GITHUB] - -username = your-username - -[BITBUCKET] - -username = your-username diff --git a/examples/cgitize.conf b/examples/cgitize.conf new file mode 100644 index 0000000..a6ed701 --- /dev/null +++ b/examples/cgitize.conf @@ -0,0 +1,24 @@ +# All settings are optional. + +[DEFAULT] + +# /etc/cgitize/my_repos.py by default. +my_repos = /path/to/my_repos.py + +# /var/tmp/cgitize/output by default. +output = /path/to/output/ + +# URL to clone from the output directory. +# {repo_id} is substituted with the repository ID (in the NAME or SECTION/NAME +# format, etc.). +clone_url = http://example.com:8080/git/{repo_id} + +owner = Your Name + +[GITHUB] + +username = your-username + +[BITBUCKET] + +username = your-username -- cgit v1.2.3