aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 17:51:40 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-10-16 17:51:40 +0300
commitb0d21e77f95db4416a3ad03a0314423d9ed5a238 (patch)
treefdb7e5905f00b4101fdc007dc804732a256dceb2
parentexamples/cgitize.toml: shorten redundant comments (diff)
downloadcgitize-b0d21e77f95db4416a3ad03a0314423d9ed5a238.tar.gz
cgitize-b0d21e77f95db4416a3ad03a0314423d9ed5a238.zip
examples/cgitize.toml: add comment-headers
-rw-r--r--examples/cgitize.toml14
1 files changed, 14 insertions, 0 deletions
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: