[Buildbot-commits] [buildbot/buildbot] 18f62a: fixed PEP8 violations

GitHub noreply at github.com
Fri Jun 14 02:23:01 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 18f62a59d611b727641c9dd22c1bc5950ef9e5f6
      https://github.com/buildbot/buildbot/commit/18f62a59d611b727641c9dd22c1bc5950ef9e5f6
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-06-02 (Sun, 02 Jun 2013)

  Changed paths:
    M master/buildbot/scripts/base.py
    M master/buildbot/scripts/runner.py
    M slave/buildslave/scripts/runner.py

  Log Message:
  -----------
  fixed PEP8 violations


  Commit: 49d68cc5d9c28b11ef26d8dea3a3f1b6965d6797
      https://github.com/buildbot/buildbot/commit/49d68cc5d9c28b11ef26d8dea3a3f1b6965d6797
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-06-02 (Sun, 02 Jun 2013)

  Changed paths:
    M master/buildbot/scripts/base.py
    M master/buildbot/scripts/runner.py
    M slave/buildslave/scripts/runner.py

  Log Message:
  -----------
  added shell completion hints

For 'buildbot' and 'buildslave' subcommands that take
base directory as first argument, suggest directories.

For 'buildbot checkconfig' suggest files as first
argument.


  Commit: c9cbd58f783224a2356ac6ec0997fa3de2fa091b
      https://github.com/buildbot/buildbot/commit/c9cbd58f783224a2356ac6ec0997fa3de2fa091b
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-06-02 (Sun, 02 Jun 2013)

  Changed paths:
    M master/contrib/README.txt
    A master/contrib/zsh/_buildbot
    A slave/contrib/README.txt
    A slave/contrib/zsh/_buildslave

  Log Message:
  -----------
  added zsh completions files

Added files that can be used to enable tab-completion in zsh
for 'buildbot' and 'buildslave' commands.


  Commit: 9f0b93c3ca0ce0c3c69c010cd863b5f9299e0f50
      https://github.com/buildbot/buildbot/commit/9f0b93c3ca0ce0c3c69c010cd863b5f9299e0f50
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-06-02 (Sun, 02 Jun 2013)

  Changed paths:
    M master/contrib/README.txt
    A master/contrib/bash/buildbot
    M slave/contrib/README.txt
    A slave/contrib/bash/buildslave

  Log Message:
  -----------
  added bash completions files

Added files that can be used to enable tab-completion in bash
for 'buildbot' and 'buildslave' commands.


  Commit: e5140ce5f6c42e271adae1a26365a4eaabfba1bd
      https://github.com/buildbot/buildbot/commit/e5140ce5f6c42e271adae1a26365a4eaabfba1bd
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-06-04 (Tue, 04 Jun 2013)

  Changed paths:
    M master/buildbot/monkeypatches/__init__.py
    A master/buildbot/monkeypatches/twisted_completions.py
    M master/buildbot/scripts/runner.py
    M slave/buildslave/monkeypatches/__init__.py
    A slave/buildslave/monkeypatches/twisted_completions.py
    M slave/buildslave/scripts/runner.py

  Log Message:
  -----------
  monkeypatch shell completions defintions for older twisted

The shell completions support was added in twisted 11.1.0. When
running with older twisted, add completions definitions we are using
to twisted.python.usage module.


  Commit: 90b0883b73da82749f066c2ea1a4438b3e303d97
      https://github.com/buildbot/buildbot/commit/90b0883b73da82749f066c2ea1a4438b3e303d97
  Author: Elmir Jagudin <elmir at axis.com>
  Date:   2013-06-04 (Tue, 04 Jun 2013)

  Changed paths:
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Mention tab-completions in the release notes.


  Commit: 4c527415b40c85e91b6fa15480c895e3c504c69a
      https://github.com/buildbot/buildbot/commit/4c527415b40c85e91b6fa15480c895e3c504c69a
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-06-13 (Thu, 13 Jun 2013)

  Changed paths:
    M master/buildbot/monkeypatches/__init__.py
    A master/buildbot/monkeypatches/twisted_completions.py
    M master/buildbot/scripts/base.py
    M master/buildbot/scripts/runner.py
    M master/contrib/README.txt
    A master/contrib/bash/buildbot
    A master/contrib/zsh/_buildbot
    M master/docs/relnotes/index.rst
    M slave/buildslave/monkeypatches/__init__.py
    A slave/buildslave/monkeypatches/twisted_completions.py
    M slave/buildslave/scripts/runner.py
    A slave/contrib/README.txt
    A slave/contrib/bash/buildslave
    A slave/contrib/zsh/_buildslave

  Log Message:
  -----------
  Merge branch 'shell-completions' of git://github.com/elmirjagudin/buildbot


Compare: https://github.com/buildbot/buildbot/compare/c2006cf91077...4c527415b40c


More information about the Commits mailing list