Closed dmclain closed 9 years ago
When specifying LDAP_ACCOUNTSCOPE, a docker run fails with
First time initialize gerrit... Generating SSH host key ... rsa(simple)... done Initialized /var/gerrit/review_site error: unknown switch `c'
The problem appears to be at https://github.com/openfrontier/docker-gerrit/blob/master/gerrit-entrypoint.sh#L40 where git config -cd is used instead of git config -f
git config -cd
git config -f
@dmclain I fixed LDAP_ACCOUNTSCOPE days ago. Does it work for you? I just want to know if this issue can be closed.
When specifying LDAP_ACCOUNTSCOPE, a docker run fails with
The problem appears to be at https://github.com/openfrontier/docker-gerrit/blob/master/gerrit-entrypoint.sh#L40 where
git config -cd
is used instead ofgit config -f