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


From: Jon Schlueter
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-30-g2f9ec9f
Date: Sun, 07 Feb 2016 03:19:53 +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  2f9ec9f27668532348ff7481238e3141756e94d4 (commit)
       via  235d0f698cb865db2d3a176b4a1d7c99c2bd7395 (commit)
       via  6a81853495c23d42b7c83db3f425bd80b5bd7910 (commit)
       via  b76c2e8c853b4c516bb357efe85596f8806a2a35 (commit)
       via  98211976a7991d51ae4d0fc20abc72e7e4c315b2 (commit)
       via  fddf5e7492a02985d42bd8a8eaab5d7b0de71106 (commit)
       via  3f469a4823875fe251e6a92f7b71711c99d4ad72 (commit)
       via  0b2b1921ac952a21c5558a62dc23b5fbd6f705a5 (commit)
       via  b5d3ec686e14b2392e267033be270b21aaa4cab6 (commit)
      from  8c58363868da0d3a1a674d9313502b55726d8a44 (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 2f9ec9f27668532348ff7481238e3141756e94d4
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 22:14:25 2016 -0500

    [pep8] cleanup E712 comparison to True in SConstruct
    
    E712 comparison to True should be 'if cond is True:' or 'if cond:'

commit 235d0f698cb865db2d3a176b4a1d7c99c2bd7395
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 22:01:25 2016 -0500

    [pep8] cleanup .has_key() usage W601 in SConstruct
    
     W601 .has_key() is deprecated, use 'in'

commit 6a81853495c23d42b7c83db3f425bd80b5bd7910
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 22:05:52 2016 -0500

    [pep8] Fix test for membership in SConstruct E713
    
    E713 test for membership should be 'not in'

commit b76c2e8c853b4c516bb357efe85596f8806a2a35
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 21:45:50 2016 -0500

    [pep8] autopep8 cleanup of multiple spaces after , in SConstruct

commit 98211976a7991d51ae4d0fc20abc72e7e4c315b2
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 21:59:30 2016 -0500

    [pep8] autopep8 cleanup in SConstruct more whitespace
    
    Another round of whitespace cleanup in SConstruct

commit fddf5e7492a02985d42bd8a8eaab5d7b0de71106
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 21:44:20 2016 -0500

    [pep8] autopep8 cleanup of SConstruct whitespace
    
    multiple different warnings cleaned up with autopep8 for general whitespace 
issues

commit 3f469a4823875fe251e6a92f7b71711c99d4ad72
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 21:38:35 2016 -0500

    [pep8] autopep8 cleanup of SConstruct for E251 whitespace
    
    E251 unexpected spaces around keyword / parameter equals

commit 0b2b1921ac952a21c5558a62dc23b5fbd6f705a5
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 21:36:22 2016 -0500

    [pep8] autopep8 cleanup SConstruct for E203 whitespace
    
    E203 whitespace before ':'

commit b5d3ec686e14b2392e267033be270b21aaa4cab6
Author: Jon Schlueter <address@hidden>
Date:   Sat Feb 6 21:33:55 2016 -0500

    [pep8] autopep8 cleanup of SConstruct whitespace

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

Summary of changes:
 SConstruct |  253 ++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 136 insertions(+), 117 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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