[Buildbot-commits] [buildbot/buildbot] f49d9e: Add tests that check that environment variables ar...

noreply at github.com noreply at github.com
Fri Sep 30 19:35:38 UTC 2011


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot

  Commit: f49d9e90cc4ffa1ce4e90f283a396c4866a08ee0
      https://github.com/buildbot/buildbot/commit/f49d9e90cc4ffa1ce4e90f283a396c4866a08ee0
  Author: Marc Abramowitz <marc at bluekai.com>
  Date:   2011-09-30 (Fri, 30 Sep 2011)

  Changed paths:
    M master/buildbot/test/unit/test_changes_gitpoller.py
  M master/buildbot/test/util/gpo.py

  Log Message:
  -----------
  Add tests that check that environment variables are propagated.


  Commit: 81eb07625d43c275584eae190d90b33f5da51050
      https://github.com/buildbot/buildbot/commit/81eb07625d43c275584eae190d90b33f5da51050
  Author: Marc Abramowitz <marc at bluekai.com>
  Date:   2011-09-30 (Fri, 30 Sep 2011)

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

  Log Message:
  -----------
  When calling external git commands, pass the environment so that crucial
environment variables like SSH_AGENT_PID and SSH_AUTH_SOCK get
propagated. Otherwise, buildbot will not be able to make use of ssh keys
with passphrases that are cached by ssh-agent.


  Commit: 8d9377d845fdfa33385b68406b079fba84f591d7
      https://github.com/buildbot/buildbot/commit/8d9377d845fdfa33385b68406b079fba84f591d7
  Author: Amber Yust <amber.yust at gmail.com>
  Date:   2011-09-30 (Fri, 30 Sep 2011)

  Changed paths:
    M master/buildbot/changes/gitpoller.py
  M master/buildbot/test/unit/test_changes_gitpoller.py
  M master/buildbot/test/util/gpo.py

  Log Message:
  -----------
  Merge pull request #255 from msabramo/gitpoller_propagate_env_to_git_2116_2

Gitpoller propagate env to git 2116 attempt #2


Compare: https://github.com/buildbot/buildbot/compare/747483f...8d9377d




More information about the Commits mailing list