[Buildbot-commits] [buildbot/buildbot] 8d1e4c: Use repo forall instead of find to rm git locks

GitHub noreply at github.com
Wed Jun 13 23:32:34 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 8d1e4ca8a91fb59873d9d862f0676a1c816c590d
      https://github.com/buildbot/buildbot/commit/8d1e4ca8a91fb59873d9d862f0676a1c816c590d
  Author: Jacob Stultz <jacob at tsumobi.com>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    M slave/buildslave/commands/repo.py

  Log Message:
  -----------
  Use repo forall instead of find to rm git locks

For large repositories, performing a find operation can take quite a
long time. Instead, use repo to tell us where we might find index.lock
files, if they exist.


  Commit: 3a7b46afe1e49f0ef257ae379b98ed1199f98528
      https://github.com/buildbot/buildbot/commit/3a7b46afe1e49f0ef257ae379b98ed1199f98528
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-06-13 (Wed, 13 Jun 2012)

  Changed paths:
    M slave/buildslave/commands/repo.py

  Log Message:
  -----------
  Merge pull request #446 from jstultz/repoforall

Use repo forall instead of find to rm git locks


Compare: https://github.com/buildbot/buildbot/compare/6ca1c735427a...3a7b46afe1e4


More information about the Commits mailing list