Module: tools Branch: master Commit: f11366d19b8f28f9378686cd93db0abc637842fe URL: https://source.winehq.org/git/tools.git/?a=commit;h=f11366d19b8f28f9378686cd...
Author: Francois Gouget fgouget@codeweavers.com Date: Sun Mar 8 20:27:34 2020 +0100
testbot: Take the patchset version into account.
This avoids errors when a new revision of a patchset is sent before the previous one has been fully received.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48353 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/Janitor.pl | 3 +- testbot/ddl/update43.sql | 26 +++++++ testbot/ddl/winetestbot.sql | 8 ++- testbot/doc/winetestbot-schema.dia | 108 ++++++++++++++++++++-------- testbot/lib/WineTestBot/PendingPatchSets.pm | 4 +- testbot/lib/WineTestBot/PendingPatches.pm | 3 +- 6 files changed, 115 insertions(+), 37 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=f11366d19b8f28f93786...