[Buildbot-commits] [buildbot/buildbot] f0dbd4: Add option to 'Rebuild' button to build updated so...

GitHub noreply at github.com
Sat May 4 02:08:35 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: f0dbd4d6e3bcbb9647753d72b1c4f31ae04ba341
      https://github.com/buildbot/buildbot/commit/f0dbd4d6e3bcbb9647753d72b1c4f31ae04ba341
  Author: Jared Grubb <jgrubb at apple.com>
  Date:   2013-05-01 (Wed, 01 May 2013)

  Changed paths:
    M master/buildbot/process/builder.py
    M master/buildbot/status/web/build.py
    M master/buildbot/status/web/templates/forms.html
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Add option to 'Rebuild' button to build updated sources

Right now the Rebuild button builds the exact same checkout as another build. This makes it difficult
for the following workflow:
 * run a build on a branch; it fails
 * fix the branch it built
 * hit "rebuild" -> but it builds the original revision


  Commit: dd5fabd098b19f970d83056caad3145ae80c63bb
      https://github.com/buildbot/buildbot/commit/dd5fabd098b19f970d83056caad3145ae80c63bb
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2013-05-03 (Fri, 03 May 2013)

  Changed paths:
    M master/buildbot/process/builder.py
    M master/buildbot/status/web/build.py
    M master/buildbot/status/web/templates/forms.html
    M master/docs/relnotes/index.rst

  Log Message:
  -----------
  Merge branch 'RebuildOptions' of git://github.com/jaredgrubb/buildbot

#
# It looks like you may be committing a merge.
# If this is not correct, please remove the file
#	.git/MERGE_HEAD
# and try again.

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
# On branch master
# All conflicts fixed but you are still merging.
#   (use "git commit" to conclude merge)
#
# Changes to be committed:
#
#	modified:   master/buildbot/process/builder.py
#	modified:   master/buildbot/status/web/build.py
#	modified:   master/buildbot/status/web/templates/forms.html
#	modified:   master/docs/relnotes/index.rst
#

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
# On branch master
# Changes to be committed:
#   (use "git reset HEAD^1 <file>..." to unstage)
#
#	modified:   master/buildbot/process/builder.py
#	modified:   master/buildbot/status/web/build.py
#	modified:   master/buildbot/status/web/templates/forms.html
#	modified:   master/docs/relnotes/index.rst
#


Compare: https://github.com/buildbot/buildbot/compare/8407f32c505e...dd5fabd098b1


More information about the Commits mailing list