From 78c6048843fbea0158290aecc878366ef70c4fc8 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 14 Jan 2024 09:51:16 +0100 Subject: Flesh out unified git server with SSH and HTTPS Previously Gitolite and cgit were serving different directories, and also an old installation of git-daemon was still declared in the system. This commit points cgit to Gitolite's repositories and removes the git-daemon. --- izumi.org | 3 +-- system-configuration.scm | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/izumi.org b/izumi.org index e29b5a2..daf3472 100644 --- a/izumi.org +++ b/izumi.org @@ -589,8 +589,7 @@ ( repository-cgit-configuration ( hide? #t ) ( path "/srv/git/marek/packages" ) ) ) ) - ( repository-directory "/srv/git/marek" ) ) ) - ( service git-daemon-service-type ) + ( repository-directory "/var/lib/gitolite/repositories" ) ) ) ( service gitolite-service-type ( gitolite-configuration ( admin-pubkey gitolite-keys ) ) ) diff --git a/system-configuration.scm b/system-configuration.scm index b30e48c..a5a3082 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -579,8 +579,7 @@ ( repository-cgit-configuration ( hide? #t ) ( path "/srv/git/marek/packages" ) ) ) ) - ( repository-directory "/srv/git/marek" ) ) ) - ( service git-daemon-service-type ) + ( repository-directory "/var/lib/gitolite/repositories" ) ) ) ( service gitolite-service-type ( gitolite-configuration ( admin-pubkey gitolite-keys ) ) ) -- cgit v1.2.3