[Buildbot-commits] [buildbot/buildbot] c8162e: Adds sigtermTime to RemoteShellCommand
GitHub
noreply at github.com
Wed Sep 11 00:14:24 UTC 2013
Branch: refs/heads/nine
Home: https://github.com/buildbot/buildbot
Commit: c8162e8dacfe4f0874e83b45a6a3c27ae5652c62
https://github.com/buildbot/buildbot/commit/c8162e8dacfe4f0874e83b45a6a3c27ae5652c62
Author: Mark J. Berger <mark.berger.j at gmail.com>
Date: 2013-08-24 (Sat, 24 Aug 2013)
Changed paths:
M master/buildbot/process/buildstep.py
M slave/buildslave/commands/shell.py
M slave/buildslave/runprocess.py
Log Message:
-----------
Adds sigtermTime to RemoteShellCommand
Adds the parameter sigtermTime to RemoteShellCommand. If sigtermTime is
not None, the buildslave will fire SIGTERM and wait for sigtermTime
seconds before firing SIGKILL. This fixes trac ticket #751.
Commit: 1c28dabf214aa2776ae2f7205be0dfd5af3fcd55
https://github.com/buildbot/buildbot/commit/1c28dabf214aa2776ae2f7205be0dfd5af3fcd55
Author: Mark J. Berger <mark.berger.j at gmail.com>
Date: 2013-08-24 (Sat, 24 Aug 2013)
Changed paths:
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/interfaces/test_remotecommand.py
M slave/buildslave/test/unit/test_runprocess.py
Log Message:
-----------
Adds test_sigterm and updates tests to reflect new parameter
Commit: 2438653d4f29c14e40aba2f59c96405d5b0bbeb0
https://github.com/buildbot/buildbot/commit/2438653d4f29c14e40aba2f59c96405d5b0bbeb0
Author: Mark J. Berger <mark.berger.j at gmail.com>
Date: 2013-08-24 (Sat, 24 Aug 2013)
Changed paths:
M master/docs/developer/cls-remotecommands.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Documentation updates for sigtermTime
Commit: 12c8bbda2c545dec7ee364571e74e3b492ca2333
https://github.com/buildbot/buildbot/commit/12c8bbda2c545dec7ee364571e74e3b492ca2333
Author: Mark J. Berger <mark.berger.j at gmail.com>
Date: 2013-09-01 (Sun, 01 Sep 2013)
Changed paths:
M slave/buildslave/test/fake/runprocess.py
Log Message:
-----------
Adds sigtermTime default to fake runprocess
Commit: edc1ef16caad7e2d0a0f2ffd5f67d9bb1e39fe07
https://github.com/buildbot/buildbot/commit/edc1ef16caad7e2d0a0f2ffd5f67d9bb1e39fe07
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M master/buildbot/steps/transfer.py
M master/buildbot/test/unit/test_steps_transfer.py
Log Message:
-----------
StringDownload step: more informative error message
Changed error message when buildbot.steps.transfer.StringDownload
is instantiated with invalid 'mode' argument. Include more context
on which 'mode' is invalid.
Commit: a9646ea287b4c2c7fdb3060721ec30649abfb2a4
https://github.com/buildbot/buildbot/commit/a9646ea287b4c2c7fdb3060721ec30649abfb2a4
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M master/buildbot/steps/transfer.py
M master/buildbot/test/unit/test_steps_transfer.py
Log Message:
-----------
transfer steps: broke out slave check code
Broke out code to check slave version to it's own function.
Commit: 20a080245566f52a31d46604b081677db01107b9
https://github.com/buildbot/buildbot/commit/20a080245566f52a31d46604b081677db01107b9
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M common/pylintrc
M master/buildbot/steps/transfer.py
Log Message:
-----------
transfer steps: broke out _TransferBuildStep init code
Move common code of all transfer steps to _TransferBuildStep.__init__().
This fixes pylint warning: 'E0203 (access-member-before-definition)'
Commit: f8c201992e10b14e9d1706c54e0f204cdd9504e5
https://github.com/buildbot/buildbot/commit/f8c201992e10b14e9d1706c54e0f204cdd9504e5
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-03 (Tue, 03 Sep 2013)
Changed paths:
M master/buildbot/test/unit/test_steps_transfer.py
Log Message:
-----------
unit test on buildbot.steps.transfer._FileWriter.__init__()
Test creating an instance of _FileWrite class. Test the code path
where destfile's parent directory is created.
Commit: 9c6602b7a025fcc84ecd6ad34837703f6da7169a
https://github.com/buildbot/buildbot/commit/9c6602b7a025fcc84ecd6ad34837703f6da7169a
Author: Stefan Ring <stefanrin at gmail.com>
Date: 2013-09-04 (Wed, 04 Sep 2013)
Changed paths:
M master/docs/manual/cfg-properties.rst
Log Message:
-----------
Docs: Fix configuration example
Commit: b782c603e6a4dfb418109bab4e233a41d8df9570
https://github.com/buildbot/buildbot/commit/b782c603e6a4dfb418109bab4e233a41d8df9570
Author: Olof Johansson <olofjn at axis.com>
Date: 2013-09-04 (Wed, 04 Sep 2013)
Changed paths:
M master/buildbot/ec2buildslave.py
Log Message:
-----------
ec2buildslave: Fix import error with EC2LatentBuildSlave
The migration module buildbot.ec2buildslave tried to import
EC2LatentBuildSlave from buildbot.buildslave.libvirt, but that class
lives in buildbot.buildslave.ec2, causing a import error when loading
the module.
Commit: c052c619dc59d5b44eaaa03a9c85d5dce8e08bf0
https://github.com/buildbot/buildbot/commit/c052c619dc59d5b44eaaa03a9c85d5dce8e08bf0
Author: Michael Mayorov <marchael at kb.csu.ru>
Date: 2013-09-05 (Thu, 05 Sep 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/changes/pb.py
M master/buildbot/config.py
M master/buildbot/process/debug.py
M master/buildbot/scripts/sample.cfg
M master/buildbot/test/integration/test_slave_comm.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_changes_pb.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_process_debug.py
Log Message:
-----------
Introducing new "protocols" option for master config
Commit: 4ec0072b7f0baabcb3febd5fb8b4dbbb27fc9eeb
https://github.com/buildbot/buildbot/commit/4ec0072b7f0baabcb3febd5fb8b4dbbb27fc9eeb
Author: Michael Mayorov <marchael at kb.csu.ru>
Date: 2013-09-05 (Thu, 05 Sep 2013)
Changed paths:
M master/buildbot/config.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_process_users_manual.py
M master/docs/manual/cfg-global.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Added few tests for ``protocols`` option, updated docs
Commit: fefacfb70feb30e8d1c7ac6c820b06738bee936a
https://github.com/buildbot/buildbot/commit/fefacfb70feb30e8d1c7ac6c820b06738bee936a
Author: Michael Mayorov <marchael at kb.csu.ru>
Date: 2013-09-05 (Thu, 05 Sep 2013)
Changed paths:
M master/buildbot/test/unit/test_config.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Updated deprecations section, some minor changes in test methods names
Commit: 2c174124ce09af4f151463867088d7cdeec1041a
https://github.com/buildbot/buildbot/commit/2c174124ce09af4f151463867088d7cdeec1041a
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-05 (Thu, 05 Sep 2013)
Changed paths:
M master/buildbot/buildslave/base.py
M master/buildbot/changes/pb.py
M master/buildbot/config.py
M master/buildbot/process/debug.py
M master/buildbot/scripts/sample.cfg
M master/buildbot/test/integration/test_slave_comm.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_changes_pb.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_process_debug.py
M master/buildbot/test/unit/test_process_users_manual.py
M master/docs/developer/config.rst
M master/docs/manual/cfg-global.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge branch 'introduce-protocols-option' of git://github.com/MichaelMayorov/buildbot
Commit: 04e11c0ddb677a7d36bcbe5b7d3cb7e0bae1499c
https://github.com/buildbot/buildbot/commit/04e11c0ddb677a7d36bcbe5b7d3cb7e0bae1499c
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-06 (Fri, 06 Sep 2013)
Changed paths:
M README
R media/Buildbot-Web-Project-and-Web-App-Triggerable.svg
R media/Buildbot-Web-Project-and-Web-App.svg
R media/Buildbot-Web-Project.svg
R media/automating-build-test-and-release-with-buildbot.tex
R media/buildbot_large.tif
R media/buildbot_nut_for_cutting.svg
R media/coordinating-parallel-builds-with-buildbot/README.md
R media/coordinating-parallel-builds-with-buildbot/index.html
R media/coordinating-parallel-builds-with-buildbot/license.txt
R media/coordinating-parallel-builds-with-buildbot/pictures/.DS_Store
R media/coordinating-parallel-builds-with-buildbot/pictures/branching.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/controlling-build.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/dependent.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/header-text-transparent.png
R media/coordinating-parallel-builds-with-buildbot/pictures/job.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/joining.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/master.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/multiple-flocks.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/nut.png
R media/coordinating-parallel-builds-with-buildbot/pictures/overview.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/real-world-1.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/real-world-2.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/release-process-lines.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/release-process.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/slaves.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/triggerable.svg
R media/coordinating-parallel-builds-with-buildbot/scripts/script.js
R media/coordinating-parallel-builds-with-buildbot/themes/.DS_Store
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/.DS_Store
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/.DS_Store
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/TargetBlank.otf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/TargetBlank.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/Fx-logo.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-blue-2.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-darkgrey-2.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-red-2.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-sandstone-2.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/mozilla-logo-white.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/mozilla-logo.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/tab-2.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/fonts.css
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/print.css
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/reset.css
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/style.css
R media/header-text-transparent.png
R media/hexnut32.png
R media/hexnut48.png
R media/hexnut64.png
R media/icon.blend
Log Message:
-----------
media is now in https://github.com/buildbot/buildbot-media
Commit: 67282d1590157be0767e824e2f1c9a80f6beb7e3
https://github.com/buildbot/buildbot/commit/67282d1590157be0767e824e2f1c9a80f6beb7e3
Author: Srinu P <srinupiits at gmail.com>
Date: 2013-09-07 (Sat, 07 Sep 2013)
Changed paths:
A master/buildbot/steps/source/darcs.py
A master/buildbot/test/unit/test_steps_source_darcs.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Master side source steps: Implemented Darcs source step on master side
Commit: 373b6337c44a54076dd1fed6b63ace254b3d2187
https://github.com/buildbot/buildbot/commit/373b6337c44a54076dd1fed6b63ace254b3d2187
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-07 (Sat, 07 Sep 2013)
Changed paths:
M master/buildbot/monkeypatches/__init__.py
A master/buildbot/monkeypatches/testcase_assert.py
Log Message:
-----------
add test_assert_raises_regexp monkeypatch on master
Commit: 7254932ce162b763dea9faa91e85f1e2d46df616
https://github.com/buildbot/buildbot/commit/7254932ce162b763dea9faa91e85f1e2d46df616
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-07 (Sat, 07 Sep 2013)
Changed paths:
M common/pylintrc
M master/buildbot/steps/transfer.py
M master/buildbot/test/unit/test_steps_transfer.py
Log Message:
-----------
Merge branch 'trans-steps-fixes' of git://github.com/elmirjagudin/buildbot
Commit: 5cf2263724e9d2933747d04860d9c6de8bfadc8c
https://github.com/buildbot/buildbot/commit/5cf2263724e9d2933747d04860d9c6de8bfadc8c
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-07 (Sat, 07 Sep 2013)
Changed paths:
M master/docs/manual/cfg-properties.rst
Log Message:
-----------
Merge branch 'master' of git://github.com/Ringdingcoder/buildbot
Commit: 2a0ed4d719c4291e14a46e42dcce9ef4dff3749a
https://github.com/buildbot/buildbot/commit/2a0ed4d719c4291e14a46e42dcce9ef4dff3749a
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-07 (Sat, 07 Sep 2013)
Changed paths:
M master/buildbot/ec2buildslave.py
Log Message:
-----------
Merge branch 'topic/ec2buildslave_import_error' of git://github.com/olof/buildbot
Commit: f5fc5340943b2520604e8f6e2047749457c6b075
https://github.com/buildbot/buildbot/commit/f5fc5340943b2520604e8f6e2047749457c6b075
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-07 (Sat, 07 Sep 2013)
Changed paths:
A master/buildbot/steps/source/darcs.py
A master/buildbot/test/unit/test_steps_source_darcs.py
M master/docs/manual/cfg-buildsteps.rst
M master/docs/relnotes/index.rst
Log Message:
-----------
Merge branch 'darcs-squash' of git://github.com/srinupiits/buildbot
Commit: 5a4c0c6704e1adbeafc70bb75c7c86f174ca6346
https://github.com/buildbot/buildbot/commit/5a4c0c6704e1adbeafc70bb75c7c86f174ca6346
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-08 (Sun, 08 Sep 2013)
Changed paths:
M master/buildbot/process/mtrlogobserver.py
Log Message:
-----------
remove redundant 'return' statement
Commit: b7810fd8b3178e3ed508b213693b671f9481b92f
https://github.com/buildbot/buildbot/commit/b7810fd8b3178e3ed508b213693b671f9481b92f
Author: Elmir Jagudin <elmir at axis.com>
Date: 2013-09-08 (Sun, 08 Sep 2013)
Changed paths:
M common/pylintrc
Log Message:
-----------
enable E0101 (return-in-init) pylint check
Commit: 50e1caac546aa734df7cab8ec89caa5659dc7654
https://github.com/buildbot/buildbot/commit/50e1caac546aa734df7cab8ec89caa5659dc7654
Author: Mark J. Berger <mark.berger.j at gmail.com>
Date: 2013-09-09 (Mon, 09 Sep 2013)
Changed paths:
M slave/buildslave/runprocess.py
M slave/buildslave/test/unit/test_runprocess.py
Log Message:
-----------
Waiting for sigterm is now nonblocking
Commit: b2b4aa1ba720a711a3aabc3b064d59371754d5da
https://github.com/buildbot/buildbot/commit/b2b4aa1ba720a711a3aabc3b064d59371754d5da
Author: Mark J. Berger <mark.berger.j at gmail.com>
Date: 2013-09-09 (Mon, 09 Sep 2013)
Changed paths:
M master/buildbot/process/buildstep.py
Log Message:
-----------
Check slave version before supplying sigtermTime param
Commit: db02ef097eeaabda5a7c3b308ff2279a1b9c36a1
https://github.com/buildbot/buildbot/commit/db02ef097eeaabda5a7c3b308ff2279a1b9c36a1
Author: Mark J. Berger <mark.berger.j at gmail.com>
Date: 2013-09-09 (Mon, 09 Sep 2013)
Changed paths:
M master/docs/relnotes/index.rst
Log Message:
-----------
Updates relnotes
Commit: 19473b5ff288b07e13b9b6632e11e998e7903c80
https://github.com/buildbot/buildbot/commit/19473b5ff288b07e13b9b6632e11e998e7903c80
Author: Edmund Wong <ewongbb at pw-wspx.org>
Date: 2013-09-09 (Mon, 09 Sep 2013)
Changed paths:
M master/buildbot/steps/source/git.py
M master/docs/manual/cfg-buildsteps.rst
Log Message:
-----------
Patch for ticket 2560.
Commit: 5587c4acff62336294b45f7cd180f7b9e2db83fc
https://github.com/buildbot/buildbot/commit/5587c4acff62336294b45f7cd180f7b9e2db83fc
Author: Mark J. Berger <mark.berger.j at gmail.com>
Date: 2013-09-09 (Mon, 09 Sep 2013)
Changed paths:
M master/buildbot/process/buildstep.py
M master/docs/relnotes/index.rst
M slave/buildslave/commands/base.py
Log Message:
-----------
Fixes version checking
Commit: 64294703c46aba034cee60d1e9589bbe65e29342
https://github.com/buildbot/buildbot/commit/64294703c46aba034cee60d1e9589bbe65e29342
Author: Edmund Wong <ewongbb at pw-wspx.org>
Date: 2013-09-09 (Mon, 09 Sep 2013)
Changed paths:
M master/buildbot/test/unit/test_steps_source_gerrit.py
M master/buildbot/test/unit/test_steps_source_git.py
Log Message:
-----------
Modified tests.
Commit: f7a16cac2552677f7aacd08a82f63a57e10807a9
https://github.com/buildbot/buildbot/commit/f7a16cac2552677f7aacd08a82f63a57e10807a9
Author: Mark J. Berger <mark.berger.j at gmail.com>
Date: 2013-09-10 (Tue, 10 Sep 2013)
Changed paths:
M master/buildbot/process/buildstep.py
M master/docs/relnotes/index.rst
Log Message:
-----------
Increment version and update relnotes
Commit: f976d9f19b3862a3d396be3d00483d1eadc95cd7
https://github.com/buildbot/buildbot/commit/f976d9f19b3862a3d396be3d00483d1eadc95cd7
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-10 (Tue, 10 Sep 2013)
Changed paths:
M master/buildbot/process/buildstep.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/interfaces/test_remotecommand.py
M master/docs/developer/cls-remotecommands.rst
M master/docs/relnotes/index.rst
M slave/buildslave/commands/base.py
M slave/buildslave/commands/shell.py
M slave/buildslave/runprocess.py
M slave/buildslave/test/fake/runprocess.py
M slave/buildslave/test/unit/test_runprocess.py
Log Message:
-----------
Merge branch '751-fire-sigterm-before-sigkill' of git://github.com/markberger/buildbot
Commit: 396878526dc31ce93d31ca934026c5dbb12309ac
https://github.com/buildbot/buildbot/commit/396878526dc31ce93d31ca934026c5dbb12309ac
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-10 (Tue, 10 Sep 2013)
Changed paths:
M master/buildbot/steps/source/git.py
M master/buildbot/test/unit/test_steps_source_gerrit.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 'ticket_2560' of git://github.com/ewongbb/buildbot
Commit: 6da63fb0ade4f3bde370240718ca0cc4ea1c4e9b
https://github.com/buildbot/buildbot/commit/6da63fb0ade4f3bde370240718ca0cc4ea1c4e9b
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-10 (Tue, 10 Sep 2013)
Changed paths:
M common/pylintrc
M master/buildbot/process/mtrlogobserver.py
Log Message:
-----------
Merge branch 'pylint-return-in-init' of git://github.com/elmirjagudin/buildbot
Commit: 55933f664174e375cd98ca3ecb273602efa9d323
https://github.com/buildbot/buildbot/commit/55933f664174e375cd98ca3ecb273602efa9d323
Author: Dustin J. Mitchell <dustin at mozilla.com>
Date: 2013-09-10 (Tue, 10 Sep 2013)
Changed paths:
M README
M common/pylintrc
M master/buildbot/buildslave/base.py
M master/buildbot/changes/pb.py
M master/buildbot/config.py
M master/buildbot/ec2buildslave.py
M master/buildbot/monkeypatches/__init__.py
A master/buildbot/monkeypatches/testcase_assert.py
M master/buildbot/process/buildstep.py
M master/buildbot/process/debug.py
M master/buildbot/process/mtrlogobserver.py
M master/buildbot/scripts/sample.cfg
A master/buildbot/steps/source/darcs.py
M master/buildbot/steps/source/git.py
M master/buildbot/steps/transfer.py
M master/buildbot/test/fake/remotecommand.py
M master/buildbot/test/integration/test_slave_comm.py
M master/buildbot/test/unit/test_buildslave_base.py
M master/buildbot/test/unit/test_changes_pb.py
M master/buildbot/test/unit/test_config.py
M master/buildbot/test/unit/test_process_debug.py
M master/buildbot/test/unit/test_remotecommand.py
A master/buildbot/test/unit/test_steps_source_darcs.py
M master/buildbot/test/unit/test_steps_source_gerrit.py
M master/buildbot/test/unit/test_steps_source_git.py
M master/buildbot/test/unit/test_steps_transfer.py
M master/docs/developer/cls-remotecommands.rst
M master/docs/developer/config.rst
M master/docs/manual/cfg-buildsteps.rst
M master/docs/manual/cfg-global.rst
M master/docs/manual/cfg-properties.rst
M master/docs/relnotes/index.rst
R media/Buildbot-Web-Project-and-Web-App-Triggerable.svg
R media/Buildbot-Web-Project-and-Web-App.svg
R media/Buildbot-Web-Project.svg
R media/automating-build-test-and-release-with-buildbot.tex
R media/buildbot_large.tif
R media/buildbot_nut_for_cutting.svg
R media/coordinating-parallel-builds-with-buildbot/README.md
R media/coordinating-parallel-builds-with-buildbot/index.html
R media/coordinating-parallel-builds-with-buildbot/license.txt
R media/coordinating-parallel-builds-with-buildbot/pictures/.DS_Store
R media/coordinating-parallel-builds-with-buildbot/pictures/branching.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/controlling-build.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/dependent.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/header-text-transparent.png
R media/coordinating-parallel-builds-with-buildbot/pictures/job.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/joining.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/master.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/multiple-flocks.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/nut.png
R media/coordinating-parallel-builds-with-buildbot/pictures/overview.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/real-world-1.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/real-world-2.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/release-process-lines.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/release-process.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/slaves.svg
R media/coordinating-parallel-builds-with-buildbot/pictures/triggerable.svg
R media/coordinating-parallel-builds-with-buildbot/scripts/script.js
R media/coordinating-parallel-builds-with-buildbot/themes/.DS_Store
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/.DS_Store
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/.DS_Store
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Bold-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-BoldItalic-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBold-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-ExtraBoldItalic-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Italic-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Light-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-LightItalic-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Regular-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-Semibold-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.eot
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.ttf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/OpenSans-SemiboldItalic-webfont.woff
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/TargetBlank.otf
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/fonts/TargetBlank.svg
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/Fx-logo.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-blue-2.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-darkgrey-2.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-red-2.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/bg-sandstone-2.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/mozilla-logo-white.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/mozilla-logo.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/images/tab-2.png
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/fonts.css
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/print.css
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/reset.css
R media/coordinating-parallel-builds-with-buildbot/themes/mozilla/styles/style.css
R media/header-text-transparent.png
R media/hexnut32.png
R media/hexnut48.png
R media/hexnut64.png
R media/icon.blend
M slave/buildslave/commands/base.py
M slave/buildslave/commands/shell.py
M slave/buildslave/runprocess.py
M slave/buildslave/test/fake/runprocess.py
M slave/buildslave/test/unit/test_runprocess.py
Log Message:
-----------
Merge branch 'master' into nine
Conflicts:
master/buildbot/config.py
master/buildbot/test/unit/test_process_users_manual.py
Compare: https://github.com/buildbot/buildbot/compare/520a5ff9419a...55933f664174
More information about the Commits
mailing list