[Buildbot-commits] [buildbot/buildbot] 78da9f: Allow try	--properties with '=' in value
    noreply at github.com 
    noreply at github.com
       
    Sat Jul  2 22:39:44 UTC 2011
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 78da9f9e7d52b7cf851d9d019c5560939d20a784
      https://github.com/buildbot/buildbot/commit/78da9f9e7d52b7cf851d9d019c5560939d20a784
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-07-01 (Fri, 01 Jul 2011)
  Changed paths:
    M master/buildbot/clients/tryclient.py
  M master/buildbot/scripts/runner.py
  M master/buildbot/test/unit/test_scripts_runner.py
  Log Message:
  -----------
  Allow try --properties with '=' in value
And add a whole mess of tests, and clean up option handling
significantly.  Fixes #2031.
  Commit: dc01a4db73d39c33babcb576e5517b7666288830
      https://github.com/buildbot/buildbot/commit/dc01a4db73d39c33babcb576e5517b7666288830
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-07-01 (Fri, 01 Jul 2011)
  Changed paths:
    M master/docs/concepts.texinfo
  Log Message:
  -----------
  Describe property precedence explicitly
Fixes #2030.
  Commit: 0987c3b051463f4e982b0c0cc465cbb86916f485
      https://github.com/buildbot/buildbot/commit/0987c3b051463f4e982b0c0cc465cbb86916f485
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-07-01 (Fri, 01 Jul 2011)
  Changed paths:
    M master/buildbot/process/builder.py
  M master/buildbot/test/unit/test_process_builder.py
  Log Message:
  -----------
  Use a properly-formed default mergeRequests function
This function takes the requisite three arguments (builder, req1, req2),
and calls through to the BuildRequest.canBeMergedWith method.
Fixes #2025.
  Commit: 5468cc2fb22a0559bf0fd2cfc51ecd17c2b511e7
      https://github.com/buildbot/buildbot/commit/5468cc2fb22a0559bf0fd2cfc51ecd17c2b511e7
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-07-02 (Sat, 02 Jul 2011)
  Changed paths:
    M master/buildbot/interfaces.py
  M master/buildbot/process/build.py
  M master/buildbot/process/properties.py
  M master/buildbot/status/build.py
  M master/buildbot/status/mail.py
  M master/buildbot/test/unit/test_process_build.py
  M master/buildbot/test/unit/test_process_builder.py
  M master/buildbot/test/unit/test_process_properties.py
  A master/buildbot/test/unit/test_status_build.py
  A master/buildbot/test/unit/test_status_mail.py
  R master/buildbot/test/unit/test_status_mail_MailNotifier.py
  M master/docs/cfg-buildsteps.texinfo
  M master/docs/cfg-statustargets.texinfo
  Log Message:
  -----------
  Add a hasProperties method to builds
This better-defines the interface of the object passed to WithProperties
callables, including a hasProperties method; fixes MailNotifier to
render properties properly in extraHeaders; and adds a lot of tests.
Fixes #2024 and Fixes #2021.
  Commit: fea9229d523a3942f3ace9af48796882d375eaa3
      https://github.com/buildbot/buildbot/commit/fea9229d523a3942f3ace9af48796882d375eaa3
  Author: Dustin J. Mitchell <dustin at mozilla.com>
  Date:   2011-07-02 (Sat, 02 Jul 2011)
  Changed paths:
    M master/buildbot/status/builder.py
  Log Message:
  -----------
  remove incorrect assertion
Fixes #2028.
Compare: https://github.com/buildbot/buildbot/compare/a34f223...fea9229
    
    
More information about the Commits
mailing list