aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/docker/client/etc/my_repos.py
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-07-31 10:16:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-07-31 10:17:44 +0300
commit9181b3a021acc7585cb6f9f20da6accfce0015e0 (patch)
tree0fcb4d5a99be02ac7a934817491f50d0d32d757d /.ci/docker/client/etc/my_repos.py
parentadd some unit tests (diff)
downloadcgitize-9181b3a021acc7585cb6f9f20da6accfce0015e0.tar.gz
cgitize-9181b3a021acc7585cb6f9f20da6accfce0015e0.zip
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.
Diffstat (limited to '.ci/docker/client/etc/my_repos.py')
-rw-r--r--.ci/docker/client/etc/my_repos.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/.ci/docker/client/etc/my_repos.py b/.ci/docker/client/etc/my_repos.py
deleted file mode 100644
index 58cf542..0000000
--- a/.ci/docker/client/etc/my_repos.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from cgitize.repo import Repo
-
-
-MY_REPOS = (
- Repo('test_repo', clone_url='root@server:~/test_repo'),
-)