Module: tools Branch: master Commit: 891882fd982ed745d5fb6fb3eaaf610b661a6a27 URL: http://source.winehq.org/git/tools.git/?a=commit;h=891882fd982ed745d5fb6fb3e... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Mon Apr 14 15:45:45 2014 +0200 testbot/testagentd: Add support for upgrading the TestAgent server. --- testbot/lib/WineTestBot/TestAgent.pm | 100 ++++++++++++++++++++++++++ testbot/src/testagentd/platform.h | 7 ++ testbot/src/testagentd/platform_unix.c | 31 ++++++++ testbot/src/testagentd/platform_windows.c | 33 +++++++++ testbot/src/testagentd/testagentd.c | 112 ++++++++++++++++++++++++++++- 5 files changed, 281 insertions(+), 2 deletions(-) Diff: http://source.winehq.org/git/tools.git/?a=commitdiff;h=891882fd982ed745d5fb6...