aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-08-23 03:30:09 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-08-23 03:30:09 +0200
commitbd5dc64bfefc1d9f865f608ef0927cfffd085679 (patch)
tree04b75e5c274898657a4f8fa87cbee8979a97f75a
parentexamples: switch to a different GitHub org (diff)
downloadcgitize-bd5dc64bfefc1d9f865f608ef0927cfffd085679.tar.gz
cgitize-bd5dc64bfefc1d9f865f608ef0927cfffd085679.zip
example/cgitize.toml: add a couple of comments
-rw-r--r--examples/cgitize.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/cgitize.toml b/examples/cgitize.toml
index 9c29f07..6f3193e 100644
--- a/examples/cgitize.toml
+++ b/examples/cgitize.toml
@@ -65,6 +65,7 @@ name = "cgitize-test-workspace"
dir = "bitbucket-dir"
#skip = ["repo1", "repo2"]
+# Some random repositories hosted on Bitbucket:
[bitbucket.repositories.cef]
id = "chromiumembedded/cef"
dir = "chromiumembedded"
@@ -79,8 +80,9 @@ id = "berkeleylab/upc-runtime"
[gitlab]
# The environment variable is CGITIZE_GITLAB_TOKEN.
#token = "XXX"
-# Similar to Bitbucket, GitLab doesn't associate access tokens with a username,
-# so you also need that (CGITIZE_GITLAB_USERNAME is the environment variable).
+# Similar to Bitbucket, GitLab doesn't associate access tokens with a username
+# (for HTTP clones), so you also need that (CGITIZE_GITLAB_USERNAME is the
+# environment variable).
#username = "your-username"
[gitlab.users.me]
@@ -88,6 +90,7 @@ name = "cgitize-test"
dir = "gitlab-dir"
#skip = ["repo1", "repo2"]
+# Some random repositories hosted on Gitlab:
[gitlab.repositories.gitter]
id = "gitterHQ/webapp"
dir = "gitterHQ"