[Buildbot-commits] [buildbot/buildbot] 943cff: fix login functionality for master side CVS source...

GitHub noreply at github.com
Sun Mar 1 16:05:20 UTC 2015


  Branch: refs/heads/eight
  Home:   https://github.com/buildbot/buildbot
  Commit: 943cff64c9285fa7adc879b3542c9964353d7bf8
      https://github.com/buildbot/buildbot/commit/943cff64c9285fa7adc879b3542c9964353d7bf8
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-02-27 (Fri, 27 Feb 2015)

  Changed paths:
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/test/unit/test_steps_source_cvs.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  fix login functionality for master side CVS source checkout step

* perform login only when password is provided
* do actually use the password
* fix the test cases (for vast majority remove use of login parameter)
* update docs to document the `login` parameter


  Commit: 3fa4ac35be4c6bb10b39c54fa985a7cec02b126f
      https://github.com/buildbot/buildbot/commit/3fa4ac35be4c6bb10b39c54fa985a7cec02b126f
  Author: Mikhail Sobolev <mss at mawhrin.net>
  Date:   2015-03-01 (Sun, 01 Mar 2015)

  Changed paths:
    M master/buildbot/steps/source/cvs.py
    M master/buildbot/test/unit/test_steps_source_cvs.py
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Merge pull request #1563 from sa2ajj/eight-fix-cvs

fix logic for performing login for CVS build step


Compare: https://github.com/buildbot/buildbot/compare/1ee65840d013...3fa4ac35be4c


More information about the Commits mailing list