Skip to content

Commit

Permalink
Change remoteNameStyle for centos-opstools replication
Browse files Browse the repository at this point in the history
We seem to be hitting [1] in the replication for a couple repos in
the centos-opstools project (rubygem-cool.io and rubygem-http_parser.rb).

The fix to allow replication to succeed is to remove
"remoteNameStyle = basenameOnly" from its configuration, so Gerrit
does not try to remove the last part after the dot, see [2].

[1] - https://groups.google.com/forum/#!topic/repo-discuss/kkFGhheJJYE
[2] - https://softwarefactory-project.io/r/plugins/replication/Documentation/config.html

Change-Id: Ib34aeb955ad8a9c21b3646ecd5bcd90bf8e63aa9
  • Loading branch information
javierpena committed Dec 15, 2017
1 parent 22a631c commit e217af4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gerrit/replication.config
Expand Up @@ -11,7 +11,6 @@

[remote "centos-opstools-repositories"]
url = git@github.com:centos-opstools/${name}.git
remoteNameStyle = basenameOnly
projects = ^centos-opstools/.*

[remote "rdo-infra_centos-release-openstack"]
Expand Down

0 comments on commit e217af4

Please sign in to comment.