diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-15 10:55:44 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-15 10:55:44 -0500 |
commit | 30fa5c7ce7910b3d9276bd1cebe9125c31df257f (patch) | |
tree | 122c9c0d22ead7de3f3abb2752abca0e55fcc0a7 /scripts | |
parent | 9fec52cfb9a2fca2e6ad2aa505075de47e930165 (diff) | |
download | infrastructure-30fa5c7ce7910b3d9276bd1cebe9125c31df257f.tar.gz |
add repo-specific-hooks to gitolite
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/hostclass/git_server | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/hostclass/git_server b/scripts/hostclass/git_server index 46db426..b0280bd 100644 --- a/scripts/hostclass/git_server +++ b/scripts/hostclass/git_server @@ -29,6 +29,7 @@ pkg install -y \ cgit \ gitolite \ fcgiwrap \ + ca_root_nss \ py${python_version}-pygments \ py${python_version}-docutils \ py${python_version}-markdown |