From 4974d0297cff29aa3d3731782e0fc661be31530b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 15 Dec 2016 02:07:07 -0500 Subject: wip --- git-mirror.conf.example | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 git-mirror.conf.example (limited to 'git-mirror.conf.example') diff --git a/git-mirror.conf.example b/git-mirror.conf.example new file mode 100644 index 0000000..8f34dc1 --- /dev/null +++ b/git-mirror.conf.example @@ -0,0 +1,27 @@ +[account "parabola"] + type = cgit + url = https://git.parabola.nu + +[account "gitlab"] + type = gitlab-ee + apiurl = https://gitlab.com/api/v3 + apikey = ABCDEFGHIJKLMNOPQRST + +# [account "github"] +# type = github +# url = https://github.com + +# [account "notabug"] +# type = gogs +# url = https://notabug.org + +# [account "repo-or-cz"] +# type = gitweb +# url = https://repo.or.cz + +[repo "abslibre/abslibre"] + upstream = parabola:abslibre/abslibre.git + local = abslibre/abslibre.git + url = https://git.parabola.nu/abslibre/abslibre.git + downstream = gitlab:parabola/abslibre_abslibre + downstream = github:parabola/abslibre_abslibre -- cgit v1.2.3