Skip to content

Commit 19bd713

Browse files
committed
gitorious
1 parent 2196f85 commit 19bd713

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ Tests to see how Git web interfaces like GitHub and GitLab work exactly detect b
66

77
This repository is mirrored at:
88

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.
1110
- <https://bitbucket.org/cirosantilli/test>
1211
- <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>
1315
- <https://sourceforge.net/projects/cirosantilli-test>
1416
- <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.
1617

1718
Mirrors without repository browsing:
1819

remotes.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ git remote add as git@git.assembla.com:cirosantilli-${REPO}.git
1212
git remote add bb git@bitbucket.org:cirosantilli/${REPO}.git
1313
git remote add cp git@codeplane.com:cirosantilli/${REPO}.git
1414
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
1617
git remote add gh git@github.com:cirosantilli/${REPO}.git
1718
git remote add gl git@gitlab.com:cirosantilli/${REPO}.git
1819
git remote add gll http://root:5iveL!fe@localhost:3000/gitlab-org/gitlab-${REPO}.git

0 commit comments

Comments
 (0)