Pi66

git.pi66.xyz
A web interface for the pi66.xyz Git server
git clone https://git.pi66.xyz/git.pi66.xyz

← back to log

fix: point GIT_DIR to server repo path instead of local dev path

author: pi66
date: 2026-07-21 19:20
hash: ddab8e42e76338091b29ce18e873842527f65aa4

Diffstat:

M

build/plugins/main.py
2 +++++++++++++++---------------
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
diff --git a/build/plugins/main.py b/build/plugins/main.py
index 14648f2..9f2dad0 100644
--- a/build/plugins/main.py
+++ b/build/plugins/main.py
@@ -8,7 +8,7 @@ from ref_builder import create_ref_pages
 from readme_builder import create_readme_pages
 from license_builder import create_license_pages

-GIT_DIR = "~/docs/projects/coding/websites/cache/git.pi66.xyz/tmp/"
+GIT_DIR = "/srv/git/"

 repos = []