From 7673441ec04cba3123aceeb69c03e001a6af888c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 31 Jul 2021 15:27:46 +0300 Subject: factor various "repository" classes into Repo Some other refactoring efforts are included. --- examples/cgitize.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'examples/cgitize.toml') diff --git a/examples/cgitize.toml b/examples/cgitize.toml index 6046e36..fcf6b92 100644 --- a/examples/cgitize.toml +++ b/examples/cgitize.toml @@ -31,6 +31,10 @@ id = "bobfang1992/pytomlpp" # passwords" to access them. Also can be provided using the # CGITIZE_BITBUCKET_APP_PASSWORD environment variable. #app_password = "XXX" +# Contrary to GitHub, Bitbucket doesn't associate app passwords with a +# username, so you also need that (CGITIZE_BITBUCKET_USERNAME is the +# environment variable). +#username = "your-username" # Some random repositories hosted on Bitbucket: [bitbucket.repositories.cef] @@ -42,7 +46,7 @@ id = "berkeleylab/upc-runtime" # Some random repositories hosted on the web: [repositories.wintun] -id = "wintun" +name = "wintun" clone_url = "https://git.zx2c4.com/wintun" owner = "Jason A. Donenfeld" desc = "Layer 3 TUN Driver for Windows" -- cgit v1.2.3