blob: 8f34dc190d5d14506f3f1d6d6b5c54928d3c3a71 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
|