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-276


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-276-g5e58472
Date: Thu, 14 Apr 2016 08:09:36 +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  5e584724b6350ea3baf24f8b08d8c14db82f141c (commit)
       via  736eb1ffe657970fee1ed6b0b8482b9318c0f136 (commit)
       via  3e9cd66c2305c7d9f81084519d840620d5f0cabf (commit)
       via  25c15e4a9d3b59e01771709fe4dfaf23bb2dc1bb (commit)
      from  ad651478146f2b219b7294ee67c144fa7e78cb26 (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 5e584724b6350ea3baf24f8b08d8c14db82f141c
Author: Fred Wright <address@hidden>
Date:   Wed Apr 13 15:50:06 2016 -0700

    Restores json_error definition accidentally removed by 94cb114.
    
    TESTED:
    Ran "scons check".  Note that this doesn't test the actual change,
    since the exception in question is only used in certain error cases.

commit 736eb1ffe657970fee1ed6b0b8482b9318c0f136
Author: Fred Wright <address@hidden>
Date:   Wed Apr 13 15:17:07 2016 -0700

    Adds fallback for target_python handling with older scons.
    
    The CheckProg function is a relatively recent addition to scons, and
    is missing from, e.g., scons 2.3.0.  It's worth using it to simplify
    the error case, but fallback code is needed to allow building with a
    nonempty target_python option and an older scons.  This fix makes it
    work correctly in the non-error case, and also avoids crashing the
    build in the common error case, albeit without avoiding duplicate
    error messages.
    
    TESTED:
    Ran "scons -c" with blank, valid, and invalid target_python values
    both on OSX with scons 2.4.1 and Linux with scons 2.3.0.

commit 3e9cd66c2305c7d9f81084519d840620d5f0cabf
Author: Fred Wright <address@hidden>
Date:   Wed Apr 13 13:13:42 2016 -0700

    Fixes shebang line in devtools/striplog.
    
    This was using the less reliable non-env version of the Python shebang
    line.  The fix was neglected in the previous commit.
    
    TESTED:
    Verified that it launches and passes text.

commit 25c15e4a9d3b59e01771709fe4dfaf23bb2dc1bb
Author: Fred Wright <address@hidden>
Date:   Tue Apr 12 15:34:41 2016 -0700

    Fixes more devtools programs for Python 3.
    
    This fixes the aivdmtable, regressdiff, sizes, and striplog programs
    to work with Python 3.  The "striplog" program didn't require any
    actual changes, but it still adds the usual compatibility comment and
    future import.
    
    In the case of "sizes", it also adjusts the scons cleanup pattern to
    include the temporary directory, and adds explicit checking (with an
    exception) for build failures.
    
    TESTED:
    Ran all four programs with both Python 2 and Python 3.

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

Summary of changes:
 SConstruct           |   14 +++++++++++---
 devtools/aivdmtable  |    8 ++++++--
 devtools/regressdiff |   16 ++++++++++------
 devtools/sizes       |   22 ++++++++++++++++++----
 devtools/striplog    |    6 +++++-
 gps/client.py        |    7 +++++++
 6 files changed, 57 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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