From b0d21e77f95db4416a3ad03a0314423d9ed5a238 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 16 Oct 2021 17:51:40 +0300 Subject: examples/cgitize.toml: add comment-headers --- examples/cgitize.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'examples') diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 9260974..4155532 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -14,6 +14,9 @@ clone_via_ssh = false # repository's directory ownership. owner = "Your Name" +# GitHub +# ====== + [github] # If some of the repositories hosted on GitHub are private (or if you hit the # request rate limit), use "access tokens". Also can be provided using the @@ -36,7 +39,11 @@ id = "bobfang1992/pytomlpp" # You can put repositories in a subdirectory: dir = "python" +# Bitbucket +# ========= + # Bitbucket settings are similar to those for GitHub. + [bitbucket] # The environment variable is CGITIZE_BITBUCKET_APP_PASSWORD. #app_password = "XXX" @@ -56,7 +63,11 @@ dir = "chromiumembedded" [bitbucket.repositories.upc-runtime] id = "berkeleylab/upc-runtime" +# Gitlab +# ====== + # Gitlab settings are similar to those for GitHub. + [gitlab] # The environment variable is CGITIZE_GITLAB_ACCESS_TOKEN. #access_token = "XXX" @@ -72,6 +83,9 @@ id = "inkscape/inkscape" id = "gitterHQ/webapp" dir = "gitterHQ" +# Self-hosted repositories +# ======================== + [repositories] # Some random repositories hosted on the web: -- cgit v1.2.3