summaryrefslogtreecommitdiffstats
path: root/gitolite/Dockerfile
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-08-05 03:46:19 -0400
committerMalfurious <m@lfurio.us>2024-08-07 20:56:16 -0400
commit93e4f015f23d42bccbe306bf02fef17fe47f0f59 (patch)
treed8d0a47b95f7712cc55a9180eeb9a16ec6f5594e /gitolite/Dockerfile
parentf1969957af9cb23c47a464d7eccff02d766357c7 (diff)
downloadsrcnode-93e4f015f23d42bccbe306bf02fef17fe47f0f59.tar.gz
srcnode-93e4f015f23d42bccbe306bf02fef17fe47f0f59.zip
Rename project to srcnode
"Normalmode" is the name of the hosted platform that this software package was constructed to power. To better distinguish between the two and to give this project more of a standalone identity, it is rebranded with a new name. Signed-off-by: Malfurious <m@lfurio.us>
Diffstat (limited to 'gitolite/Dockerfile')
-rw-r--r--gitolite/Dockerfile2
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