Module: tools Branch: master Commit: f0bf350b420d1f521a1ff47b8e78217bda023590 URL: https://source.winehq.org/git/tools.git/?a=commit;h=f0bf350b420d1f521a1ff47b...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Aug 22 10:18:58 2018 +0200
testbot/build: Move the common build functions to Build::Utils.
This reduces the build scripts code duplication. A side-effect is that the status lines now all start with the 'Task:' prefix.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/build/Build.pl | 89 +--------- testbot/bin/build/Reconfig.pl | 113 +----------- testbot/bin/build/WineReconfig.pl | 247 +++----------------------- testbot/bin/build/WineTest.pl | 111 ++---------- testbot/lib/Build/Utils.pm | 363 ++++++++++++++++++++++++++++++++++++++ 5 files changed, 409 insertions(+), 514 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=f0bf350b420d1f521a1f...