Module: tools Branch: master Commit: 09a8d72b062d613581271eea05623ec16aac5bca URL: https://source.winehq.org/git/tools.git/?a=commit;h=09a8d72b062d613581271eea...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu May 24 17:28:21 2018 +0200
testbot: Remove support for archiving jobs.
We don't use it and there does not seem to be any forseable need for it anyway.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/Janitor.pl | 26 +----------- testbot/ddl/update34.sql | 4 ++ testbot/ddl/winetestbot.sql | 2 - testbot/doc/winetestbot-schema.dia | 85 ++++++++++++++------------------------ testbot/lib/WineTestBot/Config.pm | 5 +-- testbot/lib/WineTestBot/Jobs.pm | 9 ---- testbot/web/index.pl | 20 +-------- 7 files changed, 39 insertions(+), 112 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=09a8d72b062d61358127...