Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
review.typo3.org
gerrit
Commits
5220ef0d
Commit
5220ef0d
authored
Nov 04, 2020
by
Andri Steiner
Browse files
server/team#45
add replication to gitlab.typo3.org
parent
ab48a8d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/etc/replication.config
View file @
5220ef0d
...
...
@@ -14,6 +14,17 @@
timeout
=
120
rescheduleDelay
=
15
;
gitlab
.
typo3
.
org
[
remote
"gitlab"
]
url
=
git
@
gitlab
.
typo3
.
org
:
TYPO3
/
TYPO3
.
git
projects
=
Packages
/
TYPO3
.
CMS
authGroup
=
Git
Mirror
mirror
=
true
replicatePermissions
=
false
replicateProjectDeletions
=
true
timeout
=
120
rescheduleDelay
=
15
;
forge
.
typo3
.
org
...
...
assets/ssh/config
View file @
5220ef0d
...
...
@@ -20,3 +20,9 @@ Host git.typo3.org
IdentityFile /var/gerrit/.ssh/replication_git.typo3.org
PreferredAuthentications publickey
Port 22198
Host gitlab.typo3.org
User git
IdentityFile /var/gerrit/.ssh/replication_gitlab.typo3.org
PreferredAuthentications publickey
Port 2222
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment