gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-255


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-255-g861588f
Date: Sat, 09 Apr 2016 21:59:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  861588f1e7add685a4b1daaee89b08d5f33b3dc0 (commit)
      from  d5505276c450656377e54fa809246f92036f3746 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 861588f1e7add685a4b1daaee89b08d5f33b3dc0
Author: Fred Wright <address@hidden>
Date:   Sat Apr 9 14:36:37 2016 -0700

    Fixes SConstruct clean/help/minimal bugs from commit 1c26179.
    
    Because the new Python config setup wasn't being run in the cleaning
    or helping cases, certain variables that were still being referenced
    weren't being defined, causing scons to crash.  There are two
    different cases:
    
    1) In the cleaning case, it's actually necessary to run the Python
    config code, because some of the filenames to be cleaned may be
    affected by the config values.  This reworks things to run that
    portion of the config section even in the cleaning case, though with a
    slight tweak to make a couple of the messages less verbose.
    
    2) In the helping case, nothing related to building is actually
    needed, but providing valid values is easier than fixing all the
    places that need them.  To avoid having to run a possible external
    target Python, it obtains the values unconditionally from the scons
    Python in this case.
    
    Also, the minimal build was broken due to a couple of lines of code
    being inappropriately included in the python=no case.  That is now
    fixed as well.
    
    TESTED:
    Ran "scons build-all check", "scons -c" and "scons -h", with and
    without a target_python specified, and with and without minimal=yes.
    All cases work, and no "cleaning leaks" were observed.  Also ran the
    broken-build checker up through length 1, seeing only the two
    long-standing failures, plus two (relatively) new ones that are almost
    certainly unrelated to this change.

-----------------------------------------------------------------------

Summary of changes:
 SConstruct |   58 +++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 37 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]