Francois Gouget : testbot/build: Move the common build functions to Build: :Utils.

Alexandre Julliard julliard at winehq.org
Wed Aug 22 16:00:46 CDT 2018


Module: tools
Branch: master
Commit: f0bf350b420d1f521a1ff47b8e78217bda023590
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=f0bf350b420d1f521a1ff47b8e78217bda023590

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=f0bf350b420d1f521a1ff47b8e78217bda023590



More information about the wine-cvs mailing list