[Buildbot-commits] [buildbot/buildbot] 596ade: Git: Don't break when there is a file called `FETC...

GitHub noreply at github.com
Sat Nov 17 15:57:43 UTC 2012


  Branch: refs/heads/buildbot-0.8.7
  Home:   https://github.com/buildbot/buildbot
  Commit: 596ade90699e519027d4bedcd1407b95db34e08a
      https://github.com/buildbot/buildbot/commit/596ade90699e519027d4bedcd1407b95db34e08a
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/docs/release-notes.rst

  Log Message:
  -----------
  Git: Don't break when there is a file called `FETCH_HEAD`.

We want to refer to the branch FETCH_HEAD, not a file, so let git know that.
(Reported by loul2 on #buildbot)


  Commit: 2d70173107900fdcca187d00ee991b6b165180bb
      https://github.com/buildbot/buildbot/commit/2d70173107900fdcca187d00ee991b6b165180bb
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-10-04 (Thu, 04 Oct 2012)

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

  Log Message:
  -----------
  GitPoller: Disambiguate versions from file names.

The revision that we use for GitPoller are probably never going to exists
as files, but it doesn't cost us anything to avoid issues here.


  Commit: 3cef8ba0fae3b902bdb28f6a952827cf4f08ccb7
      https://github.com/buildbot/buildbot/commit/3cef8ba0fae3b902bdb28f6a952827cf4f08ccb7
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Git: Fix cloning with default branch.

``git`` doesn't like it when we specify the default ``HEAD`` to ``git-clone``
using ``--branch``.


  Commit: 95ccb18a5dc8d667f154b82abcfb32862961437d
      https://github.com/buildbot/buildbot/commit/95ccb18a5dc8d667f154b82abcfb32862961437d
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-02 (Fri, 02 Nov 2012)

  Changed paths:
    M master/docs/manual/cfg-buildsteps.rst

  Log Message:
  -----------
  Git: Document that not specifying a branch gets the default remote branch.

This has been the behaviour since 0.8.6, so fix the documentation to match.

Refs #1773.


  Commit: 4071a7971c900a00e6c3385ff3a9f36b126b0291
      https://github.com/buildbot/buildbot/commit/4071a7971c900a00e6c3385ff3a9f36b126b0291
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-17 (Sat, 17 Nov 2012)

  Changed paths:
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/docs/manual/cfg-buildsteps.rst
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'git-HEAD-clone' into buildbot-0.8.7


  Commit: 05f0f0f312f003510740236972a5027b8eef98b3
      https://github.com/buildbot/buildbot/commit/05f0f0f312f003510740236972a5027b8eef98b3
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-11-17 (Sat, 17 Nov 2012)

  Changed paths:
    M master/buildbot/changes/gitpoller.py
    M master/buildbot/steps/source/git.py
    M master/buildbot/test/unit/test_changes_gitpoller.py
    M master/buildbot/test/unit/test_steps_source_git.py
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'git-disamiguate' into buildbot-0.8.7


Compare: https://github.com/buildbot/buildbot/compare/77cf416596c2...05f0f0f312f0


More information about the Commits mailing list