[Buildbot-commits] [buildbot/buildbot] dacf33: plugin.py: Fix python2.6 compatibility

GitHub noreply at github.com
Sat Oct 18 11:29:45 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: dacf33cc2216f2c4de1a65b89a4c337a3d9e1ba7
      https://github.com/buildbot/buildbot/commit/dacf33cc2216f2c4de1a65b89a4c337a3d9e1ba7
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-10-17 (Fri, 17 Oct 2014)

  Changed paths:
    M master/buildbot/www/plugin.py

  Log Message:
  -----------
  plugin.py: Fix python2.6 compatibility

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 8dca976205058b3b5809cc33a8cb11c9ef3ec97f
      https://github.com/buildbot/buildbot/commit/8dca976205058b3b5809cc33a8cb11c9ef3ec97f
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-10-17 (Fri, 17 Oct 2014)

  Changed paths:
    M pkg/buildbot_pkg.py

  Log Message:
  -----------
  buildbot_pkg: return valid version instead of latest

Yet we return a big number to make sure this is not confused with a real version

There are some use cases uncovered by the current method:

If a developer clones the source tree without fetching the tags, git describe
will not find the latest tag.

This would be incorrect to prevent installation in those cases.


  Commit: 3b49b88e4ee3dcccbe7f46e5e1828168a720f45c
      https://github.com/buildbot/buildbot/commit/3b49b88e4ee3dcccbe7f46e5e1828168a720f45c
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-10-17 (Fri, 17 Oct 2014)

  Changed paths:
    M www/codeparameter/guanlecoja/config.coffee

  Log Message:
  -----------
  codeparameter: fix installation of the dependencies


Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 701cded953bb6c3eee249a15e7bc8484fba52948
      https://github.com/buildbot/buildbot/commit/701cded953bb6c3eee249a15e7bc8484fba52948
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-10-17 (Fri, 17 Oct 2014)

  Changed paths:
    M pkg/test_buildbot_pkg.py

  Log Message:
  -----------
  test_buildbot_pkg: fix package path

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 171fe8ced9f2318d735a170e32e428d4d42e5845
      https://github.com/buildbot/buildbot/commit/171fe8ced9f2318d735a170e32e428d4d42e5845
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-10-17 (Fri, 17 Oct 2014)

  Changed paths:
    M .travis.yml
    M Makefile

  Log Message:
  -----------
  make sure the install tests run in travis

make the IS_LATEST tests also run on python 2.6

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: 617607a16181c3162f061ebe98288a4ce7de5536
      https://github.com/buildbot/buildbot/commit/617607a16181c3162f061ebe98288a4ce7de5536
  Author: Pierre Tardy <pierre.tardy at intel.com>
  Date:   2014-10-18 (Sat, 18 Oct 2014)

  Changed paths:
    M pkg/buildbot_pkg.py

  Log Message:
  -----------
  fix style issue on getVersion()

Signed-off-by: Pierre Tardy <pierre.tardy at intel.com>


  Commit: dbf1e663bfdd6fee93befd75e0c24ad55ef873e0
      https://github.com/buildbot/buildbot/commit/dbf1e663bfdd6fee93befd75e0c24ad55ef873e0
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2014-10-18 (Sat, 18 Oct 2014)

  Changed paths:
    M .travis.yml
    M Makefile
    M master/buildbot/www/plugin.py
    M pkg/buildbot_pkg.py
    M pkg/test_buildbot_pkg.py
    M www/codeparameter/guanlecoja/config.coffee

  Log Message:
  -----------
  Merge pull request #1264 from tardyp/pkgfix

pkg fixes cleaned up from GH-1240


Compare: https://github.com/buildbot/buildbot/compare/bfc6fbfc3ed6...dbf1e663bfdd


More information about the Commits mailing list