Francois Gouget : patches: Fix the install instructions.

Alexandre Julliard julliard at winehq.org
Thu Feb 4 16:02:10 CST 2021


Module: tools
Branch: master
Commit: bb7a2682dcee8c02f1ec6dade240d865b88f9336
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=bb7a2682dcee8c02f1ec6dade240d865b88f9336

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Feb  3 02:08:36 2021 +0100

patches: Fix the install instructions.

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 01c6dee..ce2334c 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>




More information about the wine-cvs mailing list