diff options
Diffstat (limited to '')
-rw-r--r-- | gitolite/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitolite/Dockerfile b/gitolite/Dockerfile index 5d34312..db6de03 100644 --- a/gitolite/Dockerfile +++ b/gitolite/Dockerfile @@ -38,7 +38,7 @@ RUN mkdir -p /hostkeys/etc/ssh /run/sshd \ # The acting gitolite.conf file is managed by the gitolite-admin repository. In # order to install our default version of the file, we need to patch its contents # into the Setup.pm file in the gitolite installation. This helps maintain -# separation of normalmode and gitolite-admin version control. +# separation of srcnode and gitolite-admin version control. RUN grep -B1000000 __DATA__ /usr/share/gitolite3/lib/Gitolite/Setup.pm >/app/Setup.pm \ && cat /app/gitolite.conf >>/app/Setup.pm \ && cp /app/Setup.pm /usr/share/gitolite3/lib/Gitolite/Setup.pm |