diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-15 02:07:07 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-15 02:07:07 -0500 |
commit | 4974d0297cff29aa3d3731782e0fc661be31530b (patch) | |
tree | 916dbcf7e1428b410549a6d8ebab4adeafc50917 /git-mirror.conf.example | |
parent | 81092fa4520971697d47e6a5d498d3cbd785adaa (diff) |
wip
Diffstat (limited to 'git-mirror.conf.example')
-rw-r--r-- | git-mirror.conf.example | 27 |
1 files changed, 27 insertions, 0 deletions
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 |