[Buildbot-commits] [buildbot/buildbot] c09a66: export correct function from buildbot.util

GitHub noreply at github.com
Fri Sep 27 22:43:37 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: c09a66564feedb2cfe81d6b2671f661bcf06c31b
      https://github.com/buildbot/buildbot/commit/c09a66564feedb2cfe81d6b2671f661bcf06c31b
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M master/buildbot/util/__init__.py

  Log Message:
  -----------
  export correct function from buildbot.util

The commit b4fb9fbf2243db6d091202f58ced453483fecd29 introduced
buildbot.util.diffSets() function, however it was listed as
'diffLists' in the __all__ list. Use correct name.


  Commit: fa86d69030f162bd1241398a89e4df40c73de99d
      https://github.com/buildbot/buildbot/commit/fa86d69030f162bd1241398a89e4df40c73de99d
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M master/buildbot/util/__init__.py

  Log Message:
  -----------
  remove non-existent symbol from __all__

The buildbot.util.LRUCache class have been removed in
a389b086e65ac8107ae6fdd288dc51a9854a992c commit. Remove it from __all__
list as well.


  Commit: c007fccfa6fad5af561d361572d3913cbab0a70c
      https://github.com/buildbot/buildbot/commit/c007fccfa6fad5af561d361572d3913cbab0a70c
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-09-25 (Wed, 25 Sep 2013)

  Changed paths:
    M common/pylintrc

  Log Message:
  -----------
  enable undefined-all-variable (E0603) pylint check


  Commit: 09ba69efec8d4c4d43e3a6e7b581091c555af3e1
      https://github.com/buildbot/buildbot/commit/09ba69efec8d4c4d43e3a6e7b581091c555af3e1
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-09-27 (Fri, 27 Sep 2013)

  Changed paths:
    M common/pylintrc
    M master/buildbot/util/__init__.py

  Log Message:
  -----------
  Merge branch 'pylint-undefined-all-variable' of git://github.com/elmirjagudin/buildbot


Compare: https://github.com/buildbot/buildbot/compare/19939e1bda18...09ba69efec8d


More information about the Commits mailing list