[tools 2/2] patches: Fix the install instructions.

Francois Gouget fgouget at codeweavers.com
Tue Feb 2 19:08:36 CST 2021


The webpatches directory belongs to the TestBot so grab it from there.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 patches/doc/vhost_source.conf | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/patches/doc/vhost_source.conf b/patches/doc/vhost_source.conf
index 01c6dee15..ce2334c99 100644
--- a/patches/doc/vhost_source.conf
+++ b/patches/doc/vhost_source.conf
@@ -5,7 +5,14 @@
   ServerName source.example.com
   ServerAdmin winehq at example.com
 
+  # Contains the emails: patches and replies from developers and the TestBot
+  Alias /patches/data /home/winehq/sites/testbot/var/webpatches
+
   <Directory /home/winehq/opt/source>
     Require all granted
   </Directory>
+
+  <Directory /home/winehq/tools/testbot/web/webpatches>
+    Require all granted
+  </Directory>
 </VirtualHost>
-- 
2.20.1



More information about the wine-devel mailing list