Module: tools Branch: master Commit: 2ac3b11f32c5db5128d893e907bb424a2fc29015 URL: http://source.winehq.org/git/tools.git/?a=commit;h=2ac3b11f32c5db5128d893e90...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Nov 10 16:38:21 2017 +0100
patches: Update documentation to point to wine-devel instead of wine-patches.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
patches/doc/INSTALL.txt | 13 +++++-------- patches/expire | 2 +- patches/filter | 2 +- 3 files changed, 7 insertions(+), 10 deletions(-)
diff --git a/patches/doc/INSTALL.txt b/patches/doc/INSTALL.txt index c1570ac..e1ef2b8 100644 --- a/patches/doc/INSTALL.txt +++ b/patches/doc/INSTALL.txt @@ -37,14 +37,13 @@ Apache setup: - Create the $HOME/opt/source/patches directory and copy patches.css there: mkdir $HOME/opt/source/patches cp patches.css $HOME/opt/source/patches -- Create the $HOME/patches and $HOME/patches/OLD directories where the patch - data will live: - mkdir -p $HOME/patches/OLD -- Arrange for the filter script to be fed the wine-patches emails. One way to - do so would be to subscribe the winehq user to the wine-patches mailing list +- Create the $HOME/patches directory where the patch data will live: + mkdir -p $HOME/patches +- Arrange for the filter script to be fed the wine-devel emails. One way to + do so would be to subscribe the winehq user to the wine-devel mailing list and to then add the following lines to the .procmailrc file: :0 - * ^List-Id: Wine Patch Submissions + * ^List-Id:.*wine-devel.winehq.org { :0 hbfw | $HOME/tools/patches/filter @@ -55,8 +54,6 @@ Apache setup: formail -ds procmail <mbox-file - Run update regularly to update the website: */5 * * * * $HOME/tools/patches/update -- Run expire regularly to delete old patches: - 0 0 * * * $HOME/tools/patches/expire -v $HOME/patches
For integration with the WineTestBot, see the corresponding section in the WineTestBot documentation. diff --git a/patches/expire b/patches/expire index 305e7e5..513a5b1 100755 --- a/patches/expire +++ b/patches/expire @@ -345,7 +345,7 @@ asked to review the following Wine $patch_str: $patch_urls
If you think that a patch is correct and can be committed, please send -a mail to wine-patches with your Signed-off-by header, as a reply to +a mail to wine-devel with your Signed-off-by header, as a reply to the original patch email.
If you find some issues in a patch, please send a mail to the patch diff --git a/patches/filter b/patches/filter index 62e2a0d..7074d96 100755 --- a/patches/filter +++ b/patches/filter @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Reformat a wine-patches email so it can be put in a file that the patches +# Reformat a wine-devel email so it can be put in a file that the patches # site can link to. In particular this means only keeping the relevant # header fields and decoding / decompressing the patch. #