From 70018fdd7ab23047a97196cb0e6f2d5b2079ff5e Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Sat, 10 Dec 2022 20:48:57 +0100 Subject: add git.koszko.org virtualhost --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 25558e3..27034d7 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,7 @@ sample-malcontent: HYDRILLA_WEBSITE_ETC_DIR = $(TEST_ROOT_DIR)/etc/guix-container/hydrilla-website MALCONTENT_DIR = $(TEST_ROOT_DIR)/var/lib/hydrilla/malcontent_dirs +GITOLITE_DIR = $(TEST_ROOT_DIR)/var/lib/gitolite3 prepare-test-root: sample-malcontent rm -rf $(TEST_ROOT_DIR) @@ -94,6 +95,13 @@ prepare-test-root: sample-malcontent mkdir -p $(MALCONTENT_DIR)/api_v2 ln -sf api_v2 $(MALCONTENT_DIR)/api_v1 cp -r $ $(GITOLITE_DIR)/projects.list + chmod -R o-rwx,g-w $(GITOLITE_DIR) + chgrp -R 118 $(GITOLITE_DIR) GUIX_CONTAINER_FLAGS = -e ./container-runner -p ./pidfile -r $(TEST_ROOT_DIR) -- cgit v1.2.3