From bd5dc64bfefc1d9f865f608ef0927cfffd085679 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Aug 2023 03:30:09 +0200 Subject: example/cgitize.toml: add a couple of comments --- examples/cgitize.toml | 7 +++++-- 1 file 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" -- cgit v1.2.3