[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[sr #110994] savane.conf.php: missing $sys_vcs_dir
From: |
Jing Luo |
Subject: |
[sr #110994] savane.conf.php: missing $sys_vcs_dir |
Date: |
Tue, 26 Dec 2023 08:43:40 -0500 (EST) |
URL:
<https://savannah.nongnu.org/support/?110994>
Summary: savane.conf.php: missing $sys_vcs_dir
Group: Savannah Administration
Submitter: jing
Submitted: Tue 26 Dec 2023 10:43:38 PM JST
Category: Savane
Priority: 5 - Normal
Severity: 3 - Normal
Status: None
Assigned to: None
Originator Email:
Operating System: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Follow-up Comments:
-------------------------------------------------------
Date: Tue 26 Dec 2023 10:43:38 PM JST By: Jing Luo <jing>
Hi,
savane.conf.php is missing a variable which will cause "Use Git: Getting a
Copy of the Git Repository" to be blank.
$sys_vcs_dir = [
"git" => [
"dir" => "/srv/git",
"clone-path" => "/srv/git",
],
];
Also, these two should probably be written to savane.conf.php:
$sys_savane_url = '//' . $sys_https_host . '/projects/administration';
$sys_savane_cgit = '//' . $sys_https_host . '/cgit/administration.git';
_______________________________________________________
Reply to this item at:
<https://savannah.nongnu.org/support/?110994>
_______________________________________________
Message sent via Savannah
https://savannah.nongnu.org/
- [sr #110994] savane.conf.php: missing $sys_vcs_dir,
Jing Luo <=