File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ Tests to see how Git web interfaces like GitHub and GitLab work exactly detect b
6
6
7
7
This repository is mirrored at:
8
8
9
- - < https://github.com/cirosantilli/test >
10
- - < https://gitlab.com/cirosantilli/test >
9
+ - < http://repo.or.cz/w/cirosantilli-test.git > . Runs on [ Girocco] ( http://repo.or.cz/w/girocco.git ) . TODO get working.
11
10
- < https://bitbucket.org/cirosantilli/test >
12
11
- < https://code.google.com/p/cirosantilli-test >
12
+ - < https://github.com/cirosantilli/test >
13
+ - < https://gitlab.com/cirosantilli/test >
14
+ - < https://gitorious.org/cirosantilli-test/cirosantilli-test >
13
15
- < https://sourceforge.net/projects/cirosantilli-test >
14
16
- < https://www.assembla.com/code/cirosantilli-test/git/nodes >
15
- - < http://repo.or.cz/w/cirosantilli-test.git > . Runs on [ Girocco] ( http://repo.or.cz/w/girocco.git ) . TODO get working.
16
17
17
18
Mirrors without repository browsing:
18
19
Original file line number Diff line number Diff line change @@ -12,7 +12,8 @@ git remote add as git@git.assembla.com:cirosantilli-${REPO}.git
12
12
git remote add bb git@bitbucket.org:cirosantilli/${REPO} .git
13
13
git remote add cp git@codeplane.com:cirosantilli/${REPO} .git
14
14
git remote add gc https://code.google.com/p/cirosantilli-${REPO}
15
- # git remote add gr ssh://repo.or.cz/cirosantilli-test.git
15
+ git remote add go git@gitorious.org:cirosantilli-${REPO} /cirosantilli-${REPO} .git
16
+ # git remote add gr ssh://repo.or.cz/cirosantilli-${REPO}.git
16
17
git remote add gh git@github.com:cirosantilli/${REPO} .git
17
18
git remote add gl git@gitlab.com:cirosantilli/${REPO} .git
18
19
git remote add gll http://root:5iveL! fe@localhost:3000/gitlab-org/gitlab-${REPO} .git
You can’t perform that action at this time.
0 commit comments