From 41d1523f4749004d85e4c2ba3d843c9d02df305f Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 16 Oct 2021 11:26:21 +0300 Subject: examples/cgitize.toml: add Gitlab sections --- examples/cgitize.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 93d4c1d..80341a4 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -62,6 +62,28 @@ dir = "chromiumembedded" [bitbucket.repositories.upc-runtime] id = "berkeleylab/upc-runtime" +[gitlab] +# If some of the repositories hosted on Gitlab are private (or if you hit the +# request rate limit), use "access tokens". Also can be provided using the +# CGITIZE_GITLAB_ACCESS_TOKEN environment variable. +#access_token = "XXX" + +[gitlab.users.me] +name = "egor-tensin" +# To avoid directory name clashes with other repositories, you can specify a +# subdirectory to put that user's repositories to. +dir = "gitlab-dir" +# Repositories to skip: +#skip = ["repo1", "repo2"] + +# Some random repositories hosted on Gitlab: +[gitlab.repositories.inkscape] +id = "inkscape/inkscape" +[gitlab.repositories.gitter] +id = "gitter/webapp" +# You can put repositories in a subdirectory: +dir = "gitter" + [repositories] # Some random repositories hosted on the web: -- cgit v1.2.3