From 3cb857219881668bfddafcade1cecb1113f32de6 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 1 Aug 2021 16:49:35 +0300 Subject: support setting "dir" for individual repositories --- examples/cgitize.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples') diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 19b7056..e789875 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -31,6 +31,8 @@ dir = "github-dir" id = "ekmett/lens" [github.repositories.pytomlpp] id = "bobfang1992/pytomlpp" +# You can put repositories in a subdirectory: +dir = "python" [bitbucket] # If some of the repositories hosted on Bitbucket are private, you can use "app @@ -51,6 +53,8 @@ dir = "bitbucket-dir" # Some random repositories hosted on Bitbucket: [bitbucket.repositories.cef] id = "chromiumembedded/cef" +# You can put repositories in a subdirectory: +dir = "chromiumembedded" [bitbucket.repositories.upc-runtime] id = "berkeleylab/upc-runtime" @@ -62,3 +66,5 @@ name = "wintun" clone_url = "https://git.zx2c4.com/wintun" owner = "Jason A. Donenfeld" desc = "Layer 3 TUN Driver for Windows" +# You can put repositories in a subdirectory: +dir = "wireguard" -- cgit v1.2.3