From 9181b3a021acc7585cb6f9f20da6accfce0015e0 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 31 Jul 2021 10:16:38 +0300 Subject: merge my_repos.py to the config The config is also in the TOML format now. It's a bit messy for the moment, but I'll fix it. --- examples/my_repos.py | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/my_repos.py (limited to 'examples/my_repos.py') diff --git a/examples/my_repos.py b/examples/my_repos.py deleted file mode 100644 index 1e83334..0000000 --- a/examples/my_repos.py +++ /dev/null @@ -1,12 +0,0 @@ -from cgitize.repo import Bitbucket, GitHub, Repo - - -MY_REPOS = ( - GitHub('xyz'), - GitHub('foo/bar', user='test', via_ssh=False), - - Bitbucket('xyz'), - Bitbucket('foo/bar', desc='Foo (Bar)'), - - Repo('tmp/tmp', clone_url='https://example.com/tmp.git', owner='John Doe'), -) -- cgit v1.2.3