diff options
author | Malfurious <m@lfurio.us> | 2023-09-13 04:18:16 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-09-15 10:53:24 -0400 |
commit | c3e4b42c98dd433bbc2f90beeae102a4993c17e5 (patch) | |
tree | 1c75e73de075f3a1e791f053a2e5ddc877da07eb | |
parent | 5cd2822ed607d1f20d1d114aebe511a4fe5f1825 (diff) | |
download | srcnode-c3e4b42c98dd433bbc2f90beeae102a4993c17e5.tar.gz srcnode-c3e4b42c98dd433bbc2f90beeae102a4993c17e5.zip |
gitolite: Consolidate config files into a single directory
The repository is being reworked to decouple its roles as normalmode
source and gitolite-admin config. The gitolite-admin repository will be
entirely separate. So there is no need to keep the conf or local
directories around where they are at.
Signed-off-by: Malfurious <m@lfurio.us>
-rw-r--r-- | gitolite/dotfiles/.gitconfig (renamed from conf/.gitconfig) | 0 | ||||
-rw-r--r-- | gitolite/dotfiles/.gitolite.rc (renamed from conf/.gitolite.rc) | 0 | ||||
-rwxr-xr-x | gitolite/dotfiles/local/triggers/push (renamed from local/triggers/push) | 0 | ||||
-rw-r--r-- | gitolite/gitolite.conf (renamed from conf/gitolite.conf) | 0 | ||||
-rw-r--r-- | gitolite/sshd_config (renamed from docker/sshd_config) | 0 |
5 files changed, 0 insertions, 0 deletions
diff --git a/conf/.gitconfig b/gitolite/dotfiles/.gitconfig index a998fec..a998fec 100644 --- a/conf/.gitconfig +++ b/gitolite/dotfiles/.gitconfig diff --git a/conf/.gitolite.rc b/gitolite/dotfiles/.gitolite.rc index 25a5231..25a5231 100644 --- a/conf/.gitolite.rc +++ b/gitolite/dotfiles/.gitolite.rc diff --git a/local/triggers/push b/gitolite/dotfiles/local/triggers/push index 7a3cb56..7a3cb56 100755 --- a/local/triggers/push +++ b/gitolite/dotfiles/local/triggers/push diff --git a/conf/gitolite.conf b/gitolite/gitolite.conf index a1602d0..a1602d0 100644 --- a/conf/gitolite.conf +++ b/gitolite/gitolite.conf diff --git a/docker/sshd_config b/gitolite/sshd_config index efc0c52..efc0c52 100644 --- a/docker/sshd_config +++ b/gitolite/sshd_config |