[Buildbot-commits] [buildbot/buildbot] 94a0c0: remove branch from Repo step's source data
    GitHub 
    noreply at github.com
       
    Wed Apr 18 13:47:31 UTC 2012
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 94a0c06d081ed4fc0e2ba4b0aebbb1be0afcf485
      https://github.com/buildbot/buildbot/commit/94a0c06d081ed4fc0e2ba4b0aebbb1be0afcf485
  Author: Jorge Gonzalez <gjorge at google.com>
  Date:   2012-04-17 (Tue, 17 Apr 2012)
  Changed paths:
    M slave/buildslave/commands/repo.py
  Log Message:
  -----------
  remove branch from Repo step's source data
Including the manifest branch name makes switching branches trigger a
clobber. Repo tool takes care of cleaning up (or failing if not
possible) the tree when switching manifest branches without clobbering
what already existed. That behavior is much more eficient and equally
correct.
Change-Id: I3371ec64408d4d11e54e98d78e080c076220eda2
  Commit: dd9742489f3e8b232d812750888f21bd54683a13
      https://github.com/buildbot/buildbot/commit/dd9742489f3e8b232d812750888f21bd54683a13
  Author: Tom Prince <tom.prince at ualberta.net>
  Date:   2012-04-18 (Wed, 18 Apr 2012)
  Changed paths:
    M slave/buildslave/commands/repo.py
  Log Message:
  -----------
  Merge pull request #384 from jgonzalezmendez/sourcedata_repo_step
remove branch from Repo step's source data
Compare: https://github.com/buildbot/buildbot/compare/ed599cf...dd97424
    
    
More information about the Commits
mailing list