[Buildbot-commits] [buildbot/buildbot] 40d5bf: Use list.append() instead list.extend() for single...

GitHub noreply at github.com
Fri Aug 23 23:34:40 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 40d5bf9f9960b5a5e2fa1bf58592378697010367
      https://github.com/buildbot/buildbot/commit/40d5bf9f9960b5a5e2fa1bf58592378697010367
  Author: Vladimir Rutsky <Vladimir.Rutsky at transas.com>
  Date:   2013-08-16 (Fri, 16 Aug 2013)

  Changed paths:
    M master/buildbot/changes/svnpoller.py

  Log Message:
  -----------
  Use list.append() instead list.extend() for single element


  Commit: a973e2f775b90de69d9e3e343abc7ec9d9d0c7f5
      https://github.com/buildbot/buildbot/commit/a973e2f775b90de69d9e3e343abc7ec9d9d0c7f5
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M master/buildbot/status/web/change_hook.py

  Log Message:
  -----------
  web change hook: rename exception variable name

Use a more descriptive name of the cought instance of ValueError
exception. The generic 'err' was redefined as a local function
on line 81.

This fixes pylint error 'E0102 (function-redefined)' in this file.


  Commit: 971b42b9eefbf4f504283862c18099541dc6b635
      https://github.com/buildbot/buildbot/commit/971b42b9eefbf4f504283862c18099541dc6b635
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M master/buildbot/db/pool.py

  Log Message:
  -----------
  DB Pool: avoid redefining local variable

Instead of redefining the 'log_msg' variable, assign it a new value
when verbose logging is requested.

This fixes pylint error 'E0102 (function-redefined)' in this file.


  Commit: a2d1c35ee66a7ee6ab72b85b69e0b0e596392438
      https://github.com/buildbot/buildbot/commit/a2d1c35ee66a7ee6ab72b85b69e0b0e596392438
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-08-22 (Thu, 22 Aug 2013)

  Changed paths:
    M common/pylintrc

  Log Message:
  -----------
  enable pylint 'E0102 (function-redefined)' check.


  Commit: e27a088ac8bd989e9b61f59e62a056499301fecf
      https://github.com/buildbot/buildbot/commit/e27a088ac8bd989e9b61f59e62a056499301fecf
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-23 (Fri, 23 Aug 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/db/pool.py
    M master/buildbot/status/web/change_hook.py
    M master/buildbot/steps/source/repo.py
    M master/buildbot/test/unit/test_scripts_base.py
    M master/buildbot/test/unit/test_steps_source_repo.py
    M master/buildbot/test/util/sourcesteps.py
    M master/docs/relnotes/0.8.8.rst

  Log Message:
  -----------
  Merge branch 'fix-pylint-function-redefined' of git://github.com/elmirjagudin/buildbot


  Commit: e81d6bdf58dc6a336406adc0ece4a5936f354583
      https://github.com/buildbot/buildbot/commit/e81d6bdf58dc6a336406adc0ece4a5936f354583
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-08-23 (Fri, 23 Aug 2013)

  Changed paths:
    M master/buildbot/changes/svnpoller.py

  Log Message:
  -----------
  Merge branch 'minor' of git://github.com/vrutsky/buildbot


Compare: https://github.com/buildbot/buildbot/compare/529c3f8ae44a...e81d6bdf58dc


More information about the Commits mailing list