From nobody at buildbot.net Thu Dec 1 09:55:44 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 01 Dec 2011 09:55:44 -0000 Subject: [Buildbot-commits] [Buildbot] #2159: Single build mutliple execution Message-ID: <038.06378e499aa4aea68960732689029492@buildbot.net> #2159: Single build mutliple execution ----------------------------+----------------------- Reporter: vittal | Owner: Type: support-request | Status: new Priority: major | Milestone: undecided Version: 0.8.5 | Keywords: ----------------------------+----------------------- Hi, How can we build single repo and execute on multiple slave? -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Dec 1 16:51:12 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 01 Dec 2011 16:51:12 -0000 Subject: [Buildbot-commits] [Buildbot] #97: Use svn switch to improve efficiency In-Reply-To: <041.fdcc077787c8f6a36b12df6a065f70a9@buildbot.net> References: <041.fdcc077787c8f6a36b12df6a065f70a9@buildbot.net> Message-ID: <056.0527d5300a750404e08d9aea6699027b@buildbot.net> #97: Use svn switch to improve efficiency ------------------------+------------------------ Reporter: retracile | Owner: Type: enhancement | Status: reopened Priority: major | Milestone: undecided Version: 0.7.5 | Resolution: Keywords: | ------------------------+------------------------ Comment (by duncanphilipnorman): Replying to [comment:3 dustin]: > Reopening is fine. However, this should be implemented in the new master-side step, rather than in the slave-side step. On the master-side step, this should probably be a new method for the svn step. Ah, I see that the code has been refactored since the 0.8.3. A few things. 1. After a quick glance, it looks like `svn switch` could be used to implement an argument like `clobberOnBranchChange=False`. This would apply to `mode=incremental` as well as many of the methods in `mode=full`. 1. I found a `Source` in `steps/source/oldsource.py`... is that the one that the master-side `SVN` inherits from? 1. `SVN._sourcedirIsUpdatable` checks whether the `.svn` exists, but it doesn't check if the branch has changed. I can't find this check elsewhere (even in the `Source` class). Where is that logic? 1. In 0.8.3, if an `update` operation failed, there was a fallback to do clobber and full checkout. I don't see that in the 0.8.5 documentation... and I also don't see it in the current source. What am I missing? -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Dec 2 18:18:21 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 02 Dec 2011 18:18:21 -0000 Subject: [Buildbot-commits] [Buildbot] #2160: Interlock documentation refers to "shared" lock mode, should be "exclusive" Message-ID: <038.8c2b8b73fc1f39e989885298d3b0e1c1@buildbot.net> #2160: Interlock documentation refers to "shared" lock mode, should be "exclusive" --------------------+--------------------------- Reporter: ggolan | Owner: Type: defect | Status: new Priority: trivial | Milestone: undecided Version: 0.8.5 | Keywords: documentation --------------------+--------------------------- There is a small documentation mistake referring to a "shared" mode for lock access. It would appear that it should just say "exclusive" instead. == Page == [http://buildbot.net/buildbot/docs/current/manual/cfg-interlocks.html] == Offending Paragraph in Examples == To use locks, you add them with a locks argument to a build or a step. Each use of a lock is either in counting mode (that is, possibly shared with other builds) or in exclusive mode, and this is indicated with the syntax lock.access(mode), where mode is one of "counting" or '''"shared"'''. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Dec 2 18:37:17 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 02 Dec 2011 18:37:17 -0000 Subject: [Buildbot-commits] [Buildbot] #2161: Twisted v11 throws deprecation warning for twisted.python.reflect.allYourBase Message-ID: <038.7650afe0066c566e31d05d5564cf0e2b@buildbot.net> #2161: Twisted v11 throws deprecation warning for twisted.python.reflect.allYourBase ------------------------+----------------------- Reporter: ggolan | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.8.5 | Keywords: master ------------------------+----------------------- I see a large number of deprecation exceptions thrown by Twisted v11 saying that {{{twisted.python.reflect.allYourBase}}} has been deprecated and to use {{{inspect.getmro}}} instead. This is mostly an annoyance since I could ignore all deprecation exceptions but I worry about masking other dependencies throwing useful deprecation exceptions. {{{ 2011-12-02 10:31:48-0800 [-] /usr/lib/python2.6/site- packages/Twisted-11.0.0-py2.6-linux- x86_64.egg/twisted/persisted/styles.py:160: exceptions.DeprecationWarning: twisted.python.reflect.allYourBase was deprecated in Twisted 11.0.0; please use inspect.getmro instead }}} -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Dec 2 18:37:46 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 02 Dec 2011 18:37:46 -0000 Subject: [Buildbot-commits] [Buildbot] #2160: Interlock documentation refers to "shared" lock mode, should be "exclusive" In-Reply-To: <038.8c2b8b73fc1f39e989885298d3b0e1c1@buildbot.net> References: <038.8c2b8b73fc1f39e989885298d3b0e1c1@buildbot.net> Message-ID: <053.068bf1c7b5afbf23d4590500d9d2c9b3@buildbot.net> #2160: Interlock documentation refers to "shared" lock mode, should be "exclusive" --------------------+------------------------ Reporter: ggolan | Owner: Type: defect | Status: new Priority: trivial | Milestone: undecided Version: 0.8.5 | Resolution: Keywords: docs | --------------------+------------------------ Changes (by ggolan): * keywords: documentation => docs -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 3 17:48:10 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 03 Dec 2011 17:48:10 -0000 Subject: [Buildbot-commits] [Buildbot] #2161: Twisted v11 throws deprecation warning for twisted.python.reflect.allYourBase In-Reply-To: <038.7650afe0066c566e31d05d5564cf0e2b@buildbot.net> References: <038.7650afe0066c566e31d05d5564cf0e2b@buildbot.net> Message-ID: <053.5eeb08f18c4cfd2bab7daf9c07878647@buildbot.net> #2161: Twisted v11 throws deprecation warning for twisted.python.reflect.allYourBase ------------------------+------------------------ Reporter: ggolan | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: undecided Version: 0.8.5 | Resolution: duplicate Keywords: master | ------------------------+------------------------ Changes (by dustin): * status: new => closed * resolution: => duplicate Comment: It's a Twisted bug, that's been fixed: http://twistedmatrix.com/trac/ticket/5193 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sun Dec 4 15:39:09 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 04 Dec 2011 15:39:09 -0000 Subject: [Buildbot-commits] [Buildbot] #2150: flatten nested lists in ShellCommands commands=.. In-Reply-To: <038.14f993230a6f84afcbdc15438565f7ea@buildbot.net> References: <038.14f993230a6f84afcbdc15438565f7ea@buildbot.net> Message-ID: <053.208b3f699f8477c73074b2e584048b68@buildbot.net> #2150: flatten nested lists in ShellCommands commands=.. ------------------------+-------------------- Reporter: mmadia | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.6 Version: 0.8.5 | Resolution: Keywords: simple | ------------------------+-------------------- Comment (by dustin): I would begin testing this by using something like this in your master.cfg: {{{ factory.addStep(ShellCommand(command=['trial', ['-d', '-B'], 'pyflakes'])) }}} and see how it fails - in particular, it tries to pass `"['-d', '-B']"` as an argument, which trial doesn't recognize. Then, look at `master/buildbot/test/unit/test_steps_shell.py`, and add a unit test that produces the same error. Then, fix the problem, by flattening the nested lists -- and see both the unit test and your master.cfg start working properly. Then, make things a little more complex - add tests with two nested lists, or lists nested two-deep, or an empty nested list, or whatever you can think of - and make sure that the step does the right thing. Finally, add a sentence to the documentation for !ShellCommand so that others expect this behavior. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Dec 4 16:28:18 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 4 Dec 2011 08:28:18 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6495ba: tutorial updates found while following it Message-ID: <20111204162818.08F84425F7@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6495baf797c041344aef28018919b6d6062858b2 https://github.com/buildbot/buildbot/commit/6495baf797c041344aef28018919b6d6062858b2 Author: Dustin J. Mitchell Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M master/docs/tutorial/firstrun.rst M master/docs/tutorial/tour.rst Log Message: ----------- tutorial updates found while following it From noreply at github.com Sun Dec 4 16:33:29 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 4 Dec 2011 08:33:29 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 15d7c6: Add a note about running tutorial commands as norm... Message-ID: <20111204163329.0EC9242602@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 15d7c6b1661186afb8b9bfeaa82efc27fbce958c https://github.com/buildbot/buildbot/commit/15d7c6b1661186afb8b9bfeaa82efc27fbce958c Author: Dustin J. Mitchell Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M master/docs/tutorial/firstrun.rst Log Message: ----------- Add a note about running tutorial commands as normal user Thanks to ewong and tomprince for pointing this out. From nobody at buildbot.net Sun Dec 4 18:49:02 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 04 Dec 2011 18:49:02 -0000 Subject: [Buildbot-commits] [Buildbot] #2160: Interlock documentation refers to "shared" lock mode, should be "exclusive" In-Reply-To: <038.8c2b8b73fc1f39e989885298d3b0e1c1@buildbot.net> References: <038.8c2b8b73fc1f39e989885298d3b0e1c1@buildbot.net> Message-ID: <053.b62eeae267a5fd809bdf40d68c639963@buildbot.net> #2160: Interlock documentation refers to "shared" lock mode, should be "exclusive" --------------------+------------------------ Reporter: ggolan | Owner: Type: defect | Status: closed Priority: trivial | Milestone: undecided Version: 0.8.5 | Resolution: duplicate Keywords: docs | --------------------+------------------------ Changes (by dustin): * status: new => closed * resolution: => duplicate Comment: This was fixed already, and is visible in the "latest" docs on buildbot.net. {{{ commit ee7d36d5609d19b3f9372e134306572055e9f9c4 Author: William Deegan Date: Tue Sep 20 14:13:29 2011 -0700 fixed lock mode description, should be counting or exclusive and not counting or shared diff --git a/master/docs/manual/cfg-interlocks.rst b/master/docs/manual /cfg-interlocks.rst index f1399f8..3265979 100644 --- a/master/docs/manual/cfg-interlocks.rst +++ b/master/docs/manual/cfg-interlocks.rst @@ -87,7 +87,7 @@ locks at other times. To use locks, you add them with a ``locks`` argument to a build or a step. Each use of a lock is either in counting mode (that is, possibly shared with other builds) or in exclusive mode, and this is indicated with the syntax -``lock.access(mode)``, where :data:`mode` is one of ``"counting"`` or ``"shared"``. +``lock.access(mode)``, where :data:`mode` is one of ``"counting"`` or ``"exclusive"``. A build or build step proceeds only when it has acquired all locks. If a build or step needs a lot of locks, it may be starved [#]_ by other builds that need }}} -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Dec 6 05:14:54 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 5 Dec 2011 21:14:54 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] bf8a1a: fix typos identified by ewong Message-ID: <20111206051454.D2EEE42580@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: bf8a1abd891340582a3b1694e6252fd06d2c3779 https://github.com/buildbot/buildbot/commit/bf8a1abd891340582a3b1694e6252fd06d2c3779 Author: Dustin J. Mitchell Date: 2011-12-04 (Sun, 04 Dec 2011) Changed paths: M master/docs/manual/cfg-buildsteps.rst M master/docs/manual/cfg-global.rst M master/docs/manual/concepts.rst Log Message: ----------- fix typos identified by ewong Commit: 03c1dcaa99d932e76be7af92ac39e8ec7694914d https://github.com/buildbot/buildbot/commit/03c1dcaa99d932e76be7af92ac39e8ec7694914d Author: Dustin J. Mitchell Date: 2011-12-05 (Mon, 05 Dec 2011) Changed paths: M master/buildbot/db/model.py Log Message: ----------- skip sqlalchemy monkey-patch on AttributeError, too Compare: https://github.com/buildbot/buildbot/compare/15d7c6b...03c1dca From noreply at github.com Tue Dec 6 21:14:42 2011 From: noreply at github.com (noreply at github.com) Date: Tue, 6 Dec 2011 13:14:42 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c050bf: use .append in sample config Message-ID: <20111206211442.778C2425FB@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c050bfe54a90f707ccec01320a1eafe5356ab26e https://github.com/buildbot/buildbot/commit/c050bfe54a90f707ccec01320a1eafe5356ab26e Author: Dustin J. Mitchell Date: 2011-12-06 (Tue, 06 Dec 2011) Changed paths: M master/buildbot/scripts/sample.cfg Log Message: ----------- use .append in sample config From nobody at buildbot.net Wed Dec 7 11:54:24 2011 From: nobody at buildbot.net (Buildbot) Date: Wed, 07 Dec 2011 11:54:24 -0000 Subject: [Buildbot-commits] [Buildbot] #2162: Getting exceptions.KeyError on console webpage because of a weakref Message-ID: <040.d2d824a2815f3bf0943cbf076015f2b5@buildbot.net> #2162: Getting exceptions.KeyError on console webpage because of a weakref ---------------------+----------------------- Reporter: JocelynJ | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.5 | Keywords: web ---------------------+----------------------- Hi, I'm getting the following error on a 0.8.5 instance of buildbot. It happens almost everyday when I keep a tab in my browser on the http://xxx/console url. Full trackback is included with this ticket, but here is my analysis of the issue. The bug seems to happen here: File ".../buildbot-0.8.5/lib/python/buildbot-0.8.5-py2.6.egg/buildbot/status/builder.py", line 211, in getBuildByNumber return self.touchBuildCache(self.buildCache[number]) File ".../python/2.6.5/rhe5-x86_64/lib/python2.6/weakref.py", line 54, in __getitem__ o = self.data[key]() According to the code, it is in this part: if number in self.buildCache: metrics.MetricCountEvent.log("buildCache.hits", 1) return self.touchBuildCache(self.buildCache[number]) I think it is not thread-safe, because self.buildCache[number] could be removed (as it is a weakref) between the if and the return. If my analysis is correct, the following (not-tested) code should fix the issue: try: item = self.touchBuildCache(self.buildCache[number]) metrics.MetricCountEvent.log("buildCache.hits", 1) return item except KeyError: metrics.MetricCountEvent.log("buildCache.misses", 1) Do you think it is correct ? If you need more information, I can try to provide them, but please note that it is a private instance, and it might be difficult to clean the configuration file to remove the "sensitive" parts. Logs can be provided too, but I didn't find anything interesting inside. Thanks, Jocelyn -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Dec 8 02:16:09 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 08 Dec 2011 02:16:09 -0000 Subject: [Buildbot-commits] [Buildbot] #1711: remove sendchange -u/--username options In-Reply-To: <038.7b36028043100c648ef59637e7fd4641@buildbot.net> References: <038.7b36028043100c648ef59637e7fd4641@buildbot.net> Message-ID: <053.7928dd8fd57718fc6a195fa4ba7ac542@buildbot.net> #1711: remove sendchange -u/--username options ------------------------+--------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.6 Version: 0.8.2 | Resolution: fixed Keywords: | ------------------------+--------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: removed in 93712b43a9d565fc34e6d68027a74a12387172e5 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Dec 8 02:42:21 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 7 Dec 2011 18:42:21 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 20a8fc: Fix potential KeyError in build cache Message-ID: <20111208024221.B735B4246F@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 20a8fc099afef3f0ae5e4aff52bed17c2cf2ce82 https://github.com/buildbot/buildbot/commit/20a8fc099afef3f0ae5e4aff52bed17c2cf2ce82 Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: M master/buildbot/status/builder.py Log Message: ----------- Fix potential KeyError in build cache Fixes #2162. From nobody at buildbot.net Thu Dec 8 02:42:27 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 08 Dec 2011 02:42:27 -0000 Subject: [Buildbot-commits] [Buildbot] #2162: Getting exceptions.KeyError on console webpage because of a weakref In-Reply-To: <040.d2d824a2815f3bf0943cbf076015f2b5@buildbot.net> References: <040.d2d824a2815f3bf0943cbf076015f2b5@buildbot.net> Message-ID: <055.97e909166f7128f0e3b9905295280bb6@buildbot.net> #2162: Getting exceptions.KeyError on console webpage because of a weakref ---------------------+------------------------ Reporter: JocelynJ | Owner: Type: defect | Status: closed Priority: major | Milestone: undecided Version: 0.8.5 | Resolution: fixed Keywords: web | ---------------------+------------------------ Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Fix potential KeyError in build cache Fixes #2162. Changeset: 20a8fc099afef3f0ae5e4aff52bed17c2cf2ce82 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Dec 8 06:22:36 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 7 Dec 2011 22:22:36 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] a2bc91: Merge branch 'webui_changes' of git://github.com/t... Message-ID: <20111208062236.241B142476@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a2bc91ba0303ead19753937f50ec83443d21ad23 https://github.com/buildbot/buildbot/commit/a2bc91ba0303ead19753937f50ec83443d21ad23 Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: A master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/sample.cfg M master/buildbot/status/web/auth.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/base.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/build.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/files/default.css M master/buildbot/status/web/root.py A master/buildbot/status/web/session.py M master/buildbot/status/web/slaves.py A master/buildbot/status/web/templates/authzfail.html M master/buildbot/status/web/templates/build.html M master/buildbot/status/web/templates/builder.html M master/buildbot/status/web/templates/builders.html M master/buildbot/status/web/templates/buildslave.html M master/buildbot/status/web/templates/change.html M master/buildbot/status/web/templates/change_macros.html M master/buildbot/status/web/templates/forms.html M master/buildbot/status/web/templates/layout.html M master/buildbot/status/web/templates/onelineperbuild.html M master/buildbot/status/web/templates/root.html M master/buildbot/status/web/users.py A master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_status_web_authz_Authz.py M master/docs/developer/classes.rst A master/docs/developer/cls-forcesched.rst M master/docs/manual/cfg-schedulers.rst Log Message: ----------- Merge branch 'webui_changes' of git://github.com/tardyp/buildbot into pull278 * 'webui_changes' of git://github.com/tardyp/buildbot: formatting fixes from dustin sample.cfg: add minimal example for auth and force change_macro: display change category in the UI web/builder: show more info about pending build request forcesched: a scheduler for doing forced builds web status: add alert_msg authz: rework for cookie based session management Commit: f5d08c712ee0f50af37472341226de3b4677eb17 https://github.com/buildbot/buildbot/commit/f5d08c712ee0f50af37472341226de3b4677eb17 Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: M master/buildbot/schedulers/forcesched.py M master/buildbot/status/web/builder.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_status_web_authz_Authz.py Log Message: ----------- fix pyflakes, formatting Commit: 2aac4241e525996f79b3a74bc456b37d7240e5f2 https://github.com/buildbot/buildbot/commit/2aac4241e525996f79b3a74bc456b37d7240e5f2 Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: M master/docs/developer/cls-forcesched.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst Log Message: ----------- reformat documentation, remove class definitions from manual Commit: 94935e06302951e579fa180034537395815aa90d https://github.com/buildbot/buildbot/commit/94935e06302951e579fa180034537395815aa90d Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: M master/buildbot/schedulers/forcesched.py M master/docs/developer/cls-forcesched.rst Log Message: ----------- update docs, remove docstrings from forcesched.py Commit: 27e7025cfba04bcd86bbd8e8de84cc145287f563 https://github.com/buildbot/buildbot/commit/27e7025cfba04bcd86bbd8e8de84cc145287f563 Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: M master/docs/bbdocs/ext.py Log Message: ----------- fix label for :bb:src: Commit: 2797b2635e1605005bebb965c0c4472b212b2552 https://github.com/buildbot/buildbot/commit/2797b2635e1605005bebb965c0c4472b212b2552 Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: M master/buildbot/schedulers/forcesched.py M master/docs/developer/cls-forcesched.rst Log Message: ----------- remove IParameter, rename parse_from_first_arg to parse_from_arg Commit: 17f5061049ec50625b9be033a07b70bfbff1a0d1 https://github.com/buildbot/buildbot/commit/17f5061049ec50625b9be033a07b70bfbff1a0d1 Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: M master/docs/release-notes.rst Log Message: ----------- add NEWS Commit: edef0ca3187c4c5e285b36b5f6eedc1efa7010a5 https://github.com/buildbot/buildbot/commit/edef0ca3187c4c5e285b36b5f6eedc1efa7010a5 Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: M master/buildbot/status/web/base.py M master/buildbot/status/web/templates/forms.html Log Message: ----------- tabs to spaces Commit: 4f75b945e64c535eafc687f43138807d083cb35e https://github.com/buildbot/buildbot/commit/4f75b945e64c535eafc687f43138807d083cb35e Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: A master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/sample.cfg M master/buildbot/status/web/auth.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/base.py M master/buildbot/status/web/baseweb.py M master/buildbot/status/web/build.py M master/buildbot/status/web/builder.py M master/buildbot/status/web/files/default.css M master/buildbot/status/web/root.py A master/buildbot/status/web/session.py M master/buildbot/status/web/slaves.py A master/buildbot/status/web/templates/authzfail.html M master/buildbot/status/web/templates/build.html M master/buildbot/status/web/templates/builder.html M master/buildbot/status/web/templates/builders.html M master/buildbot/status/web/templates/buildslave.html M master/buildbot/status/web/templates/change.html M master/buildbot/status/web/templates/change_macros.html M master/buildbot/status/web/templates/forms.html M master/buildbot/status/web/templates/layout.html M master/buildbot/status/web/templates/onelineperbuild.html M master/buildbot/status/web/templates/root.html M master/buildbot/status/web/users.py A master/buildbot/test/unit/test_schedulers_forcesched.py M master/buildbot/test/unit/test_status_web_authz_Authz.py M master/docs/developer/classes.rst A master/docs/developer/cls-forcesched.rst M master/docs/manual/cfg-schedulers.rst M master/docs/manual/cfg-statustargets.rst M master/docs/release-notes.rst Log Message: ----------- Merge branch 'pull278' * pull278: tabs to spaces add NEWS remove IParameter, rename parse_from_first_arg to parse_from_arg update docs, remove docstrings from forcesched.py reformat documentation, remove class definitions from manual fix pyflakes, formatting formatting fixes from dustin sample.cfg: add minimal example for auth and force change_macro: display change category in the UI web/builder: show more info about pending build request forcesched: a scheduler for doing forced builds web status: add alert_msg authz: rework for cookie based session management Compare: https://github.com/buildbot/buildbot/compare/20a8fc0...4f75b94 From noreply at github.com Thu Dec 8 06:36:02 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 7 Dec 2011 22:36:02 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] f171fc: python-2.4 compatibility Message-ID: <20111208063602.5F24142472@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: f171fc30973ddd1756e3172a859040827268a5ed https://github.com/buildbot/buildbot/commit/f171fc30973ddd1756e3172a859040827268a5ed Author: Dustin J. Mitchell Date: 2011-12-07 (Wed, 07 Dec 2011) Changed paths: M master/buildbot/schedulers/forcesched.py M master/buildbot/status/web/session.py Log Message: ----------- python-2.4 compatibility From nobody at buildbot.net Thu Dec 8 16:28:14 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 08 Dec 2011 16:28:14 -0000 Subject: [Buildbot-commits] =?utf-8?q?=5BBuildbot=5D_=232163=3A_variety_?= =?utf-8?b?4Lia4Liy4LiE4Liy4Lij4LmI4LiyIGhvbGlkYXkgcmVnYXJkIG1ldGhvZG9s?= =?utf-8?b?b2d5IOC4lOC4suC4p+C4meC5jOC5guC4q+C4peC4lCDguIjguLXguITguKU=?= =?utf-8?b?4Lix4LiaIGZhaXI=?= Message-ID: <042.fc414031758b5aba576523961170d154@buildbot.net> #2163: variety ??????? holiday regard methodology ????????? ?????? fair -----------------------+------------------------------------------------ Reporter: betgambing | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.8.5 | Keywords: ????????? ???????, ??????? holiday -----------------------+------------------------------------------------ excavation celebrated sporting the Clown betting group which provides a procedure that tells you exactly what pct of your play funds to bet on a buck donated the probability of the troops success and the payout on that soldiery. It is the residue between this risk/reward ratio that determines exactly what that is.The Actress betting system [http://www.webgclub.com.com ????????? ???????], __????????? ???????__, '''????????? ??????''' tells us that regularize if a bet is affirmatory, that is, an cover, it is not circumspect to bet solon than a foreordained . Few may reckon ?if the bet is a good one that module springiness me a affirmative pass on , why not bet as some as realizable?? This may seem equal democratic sentience at premier content, but on sec , if you bet almost all your , you could regress it all. Regularize if you hit the indulgent possibleness of a lifetime, you moldiness ease be . If you bump to cognise something no one added does, that a framing is 90% potential to win a displace, but he is off at 3-1 odds, this is a very plausive bet. But if your finances is $1,000, is it prudent to bet all $1,000? No, because there is works a 10% hazard that you [http://www.clubholidaypalace.com ??????? holiday], '???????????', '''??????? holiday''' could end up effort , despite the sporting proffer itself state approbative. Without accomplishment into particular the of the Kelly scheme, anyone interested in playacting the ponies would do advisable to name that assessing a horses chances is one target, but knowledgeable how such of your money to fit is entity. If you don?t your money right, symmetrical those who the for spotting large sporting opportunities during their handicapping efforts can all their money if they don?t undergo how much to bet. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Dec 8 20:16:26 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 08 Dec 2011 20:16:26 -0000 Subject: [Buildbot-commits] [Buildbot] #2163: builds lost on master restart Message-ID: <038.90c6678ab13b19ff9cd213b0dee5228d@buildbot.net> #2163: builds lost on master restart --------------------+-------------------- Reporter: dustin | Owner: dustin Type: defect | Status: new Priority: blocker | Milestone: 0.8.6 Version: 0.8.5 | Keywords: --------------------+-------------------- {{{ 06:41 < tomprince> djmitche: Just upgraded from 58eb0d5f40e95dc12f6be2001b084fb4acd5c2a9 and seem to have lost my old builds ... 06:42 < tomprince> There doesn't seem to be anything in the log about looking at the pickles. 06:47 < tomprince> Actually ... it appears that it just isn't loading builds from disc anymore. }}} verified locally. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 10 05:01:57 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 10 Dec 2011 05:01:57 -0000 Subject: [Buildbot-commits] [Buildbot] #2150: flatten nested lists in ShellCommands commands=.. In-Reply-To: <038.14f993230a6f84afcbdc15438565f7ea@buildbot.net> References: <038.14f993230a6f84afcbdc15438565f7ea@buildbot.net> Message-ID: <053.7a0ab38ccad11ba400c589411eab9f1f@buildbot.net> #2150: flatten nested lists in ShellCommands commands=.. ------------------------+----------------------- Reporter: mmadia | Owner: ewong Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.6 Version: 0.8.5 | Resolution: Keywords: simple | ------------------------+----------------------- Changes (by ewong): * owner: => ewong * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Dec 11 05:43:40 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 10 Dec 2011 21:43:40 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 9d1364: add a test for command=[..] Message-ID: <20111211054340.CE2B0425CF@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9d13649398e98a9ff998932f44bfd058c712eff4 https://github.com/buildbot/buildbot/commit/9d13649398e98a9ff998932f44bfd058c712eff4 Author: Dustin J. Mitchell Date: 2011-12-10 (Sat, 10 Dec 2011) Changed paths: M master/buildbot/test/unit/test_steps_shell.py Log Message: ----------- add a test for command=[..] Commit: 9d4205fa37eda08beb96464bc63c80910eee8303 https://github.com/buildbot/buildbot/commit/9d4205fa37eda08beb96464bc63c80910eee8303 Author: Dustin J. Mitchell Date: 2011-12-10 (Sat, 10 Dec 2011) Changed paths: M master/buildbot/test/unit/test_schedulers_forcesched.py Log Message: ----------- don't use type(e) for an exception - doesn't work on py24 Compare: https://github.com/buildbot/buildbot/compare/f171fc3...9d4205f From nobody at buildbot.net Sun Dec 11 06:41:48 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 11 Dec 2011 06:41:48 -0000 Subject: [Buildbot-commits] [Buildbot] #2163: builds lost on master restart In-Reply-To: <038.90c6678ab13b19ff9cd213b0dee5228d@buildbot.net> References: <038.90c6678ab13b19ff9cd213b0dee5228d@buildbot.net> Message-ID: <053.3d935cb9cb35b34aab19325ee0af9810@buildbot.net> #2163: builds lost on master restart --------------------+--------------------- Reporter: dustin | Owner: dustin Type: defect | Status: new Priority: blocker | Milestone: 0.8.6 Version: 0.8.5 | Resolution: Keywords: | --------------------+--------------------- Comment (by dustin): commit 20a8fc099afef3f0ae5e4aff52bed17c2cf2ce82 appears to be the problem, according to git bisect. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Dec 11 06:49:07 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 10 Dec 2011 22:49:07 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 8fbe07: load builds from disk on RAM cache miss Message-ID: <20111211064907.16CF9425FE@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8fbe07d0f6b765fcb4aabc89ae1426ef49264303 https://github.com/buildbot/buildbot/commit/8fbe07d0f6b765fcb4aabc89ae1426ef49264303 Author: Dustin J. Mitchell Date: 2011-12-10 (Sat, 10 Dec 2011) Changed paths: M master/buildbot/status/builder.py Log Message: ----------- load builds from disk on RAM cache miss Fixes a (stupid) bug introduced in 20a8fc099afef3f0ae5e4aff52bed17c2cf2ce82. Fixes #2163. From nobody at buildbot.net Sun Dec 11 06:49:14 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 11 Dec 2011 06:49:14 -0000 Subject: [Buildbot-commits] [Buildbot] #2163: builds lost on master restart In-Reply-To: <038.90c6678ab13b19ff9cd213b0dee5228d@buildbot.net> References: <038.90c6678ab13b19ff9cd213b0dee5228d@buildbot.net> Message-ID: <053.196d012cd7fc848dd4734c72fe582efa@buildbot.net> #2163: builds lost on master restart --------------------+--------------------- Reporter: dustin | Owner: dustin Type: defect | Status: closed Priority: blocker | Milestone: 0.8.6 Version: 0.8.5 | Resolution: fixed Keywords: | --------------------+--------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: load builds from disk on RAM cache miss Fixes a (stupid) bug introduced in 20a8fc099afef3f0ae5e4aff52bed17c2cf2ce82. Fixes #2163. Changeset: 8fbe07d0f6b765fcb4aabc89ae1426ef49264303 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Dec 11 18:43:19 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 11 Dec 2011 10:43:19 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] e91fbd: Merge branch 'fix-launchpad-8bit' of git://github.... Message-ID: <20111211184319.6726342564@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e91fbdb8ce69d18b8f0973ffd1a7e440b1ce92f1 https://github.com/buildbot/buildbot/commit/e91fbdb8ce69d18b8f0973ffd1a7e440b1ce92f1 Author: Dustin J. Mitchell Date: 2011-12-11 (Sun, 11 Dec 2011) Changed paths: M master/buildbot/changes/mail.py Log Message: ----------- Merge branch 'fix-launchpad-8bit' of git://github.com/knielsen/buildbot * 'fix-launchpad-8bit' of git://github.com/knielsen/buildbot: Fix BzrLaunchpadEmailMaildirSource to not crash with unicode exception on 8-bit characters in commit messages From nobody at buildbot.net Mon Dec 12 01:21:56 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 12 Dec 2011 01:21:56 -0000 Subject: [Buildbot-commits] [Buildbot] #2153: Master-side git source step always uses default branch after clone In-Reply-To: <036.c50ccb745b2fe2556ca841426b0f0f81@buildbot.net> References: <036.c50ccb745b2fe2556ca841426b0f0f81@buildbot.net> Message-ID: <051.67ec0a31c7c5600a8dff44badebbbcb1@buildbot.net> #2153: Master-side git source step always uses default branch after clone ---------------------+-------------------- Reporter: Tobi | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.6 Version: master | Resolution: Keywords: git | ---------------------+-------------------- Changes (by dustin): * keywords: master-side git => git * priority: major => critical * type: undecided => defect * milestone: undecided => 0.8.6 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Dec 12 01:25:10 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 12 Dec 2011 01:25:10 -0000 Subject: [Buildbot-commits] [Buildbot] #2154: Master-side git source step breaks revision+shallow In-Reply-To: <036.86713fb284eb4264cef6d32314567f45@buildbot.net> References: <036.86713fb284eb4264cef6d32314567f45@buildbot.net> Message-ID: <051.3bb13bd949917580e14ed9669e5800cf@buildbot.net> #2154: Master-side git source step breaks revision+shallow -------------------+-------------------- Reporter: Tobi | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.6 Version: master | Resolution: Keywords: git | -------------------+-------------------- Changes (by dustin): * keywords: git master-side => git * milestone: undecided => 0.8.6 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Dec 12 01:26:29 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 12 Dec 2011 01:26:29 -0000 Subject: [Buildbot-commits] [Buildbot] #2155: Change git submodule handling in incremental builds In-Reply-To: <036.07f814fcec807e9739bac3f40e62497b@buildbot.net> References: <036.07f814fcec807e9739bac3f40e62497b@buildbot.net> Message-ID: <051.814cd37caf856811d9f0f819af456322@buildbot.net> #2155: Change git submodule handling in incremental builds ------------------------+-------------------- Reporter: Tobi | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.6 Version: master | Resolution: Keywords: git | ------------------------+-------------------- Changes (by dustin): * keywords: git submodules => git * milestone: undecided => 0.8.6 Comment: These bugs are great points about master-side git. Do you think you'll have a chance to fix/implement any of them? -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Dec 12 01:26:54 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 12 Dec 2011 01:26:54 -0000 Subject: [Buildbot-commits] [Buildbot] #2156: Master-side git step does not rename local branch In-Reply-To: <036.e104f6f0d415ead3cbc379afb2ddd1f9@buildbot.net> References: <036.e104f6f0d415ead3cbc379afb2ddd1f9@buildbot.net> Message-ID: <051.31b5b2987178626f52e2810e76ce02a1@buildbot.net> #2156: Master-side git step does not rename local branch -------------------+----------------------- Reporter: Tobi | Owner: Tobi Type: defect | Status: assigned Priority: major | Milestone: 0.8.6 Version: master | Resolution: Keywords: git | -------------------+----------------------- Changes (by dustin): * keywords: => git * milestone: undecided => 0.8.6 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Dec 12 01:40:09 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 12 Dec 2011 01:40:09 -0000 Subject: [Buildbot-commits] [Buildbot] #2159: Single build mutliple execution In-Reply-To: <038.06378e499aa4aea68960732689029492@buildbot.net> References: <038.06378e499aa4aea68960732689029492@buildbot.net> Message-ID: <053.8eb1cec7bc257956592f6568698c6880@buildbot.net> #2159: Single build mutliple execution ----------------------------+------------------------ Reporter: vittal | Owner: Type: support-request | Status: closed Priority: major | Milestone: undecided Version: 0.8.5 | Resolution: fixed Keywords: | ----------------------------+------------------------ Changes (by dustin): * status: new => closed * resolution: => fixed Comment: You'll need one builder for each slave, to accomplish that. Builds occur on all builders configured for a scheduler, and each builder picks one of the slaves configured for it. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Dec 12 02:48:31 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 12 Dec 2011 02:48:31 -0000 Subject: [Buildbot-commits] [Buildbot] #97: Use svn switch to improve efficiency In-Reply-To: <041.fdcc077787c8f6a36b12df6a065f70a9@buildbot.net> References: <041.fdcc077787c8f6a36b12df6a065f70a9@buildbot.net> Message-ID: <056.81155190c391bb254e605915ff999370@buildbot.net> #97: Use svn switch to improve efficiency ------------------------+------------------------ Reporter: retracile | Owner: Type: enhancement | Status: reopened Priority: major | Milestone: undecided Version: 0.7.5 | Resolution: Keywords: | ------------------------+------------------------ Comment (by dustin): Replying to [comment:4 duncanphilipnorman]: > 1. After a quick glance, it looks like `svn switch` could be used to implement an argument like `clobberOnBranchChange=False`. This would apply to `mode=incremental` as well as many of the methods in `mode=full`. I'd rather that be "switch_branches" or something like that. You're right that it applies to both modes, and multiple behaviors. > 1. I found a `Source` in `steps/source/oldsource.py`... is that the one that the master-side `SVN` inherits from? Yes. > 1. `SVN._sourcedirIsUpdatable` checks whether the `.svn` exists, but it doesn't check if the branch has changed. I can't find this check elsewhere (even in the `Source` class). Where is that logic? That may be missing in the master-side step. In the slave-side steps, that's stored in sourcedata, which is mostly handled in the base class (see writeSourcedata and readSourcedata). > 1. In 0.8.3, if an `update` operation failed, there was a fallback to do clobber and full checkout. I don't see that in the 0.8.5 documentation... and I also don't see it in the current source. What am I missing? Hm, I don't see that either. I could have sworn that got implemented, but perhaps that, too, is missing in the master-side commands. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Dec 12 03:41:53 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 11 Dec 2011 19:41:53 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ae98be: Merge branch 'master' of git://github.com/ctemplin... Message-ID: <20111212034153.A430C42295@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ae98be37b74a2881ad84efff2d7e865538ceb704 https://github.com/buildbot/buildbot/commit/ae98be37b74a2881ad84efff2d7e865538ceb704 Author: Dustin J. Mitchell Date: 2011-12-11 (Sun, 11 Dec 2011) Changed paths: M master/contrib/bitbucket_buildbot.py Log Message: ----------- Merge branch 'master' of git://github.com/ctemplin/buildbot * 'master' of git://github.com/ctemplin/buildbot: Duplicating properties repository=repo_url key/value to change dict. From noreply at github.com Mon Dec 12 03:44:30 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 11 Dec 2011 19:44:30 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 8585e9: Merge branch 'irc-nicks' of git://github.com/tompr... Message-ID: <20111212034430.BA51D4254E@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8585e9d9792196f9b5551dec25a76870319bef50 https://github.com/buildbot/buildbot/commit/8585e9d9792196f9b5551dec25a76870319bef50 Author: Dustin J. Mitchell Date: 2011-12-11 (Sun, 11 Dec 2011) Changed paths: M master/buildbot/status/words.py Log Message: ----------- Merge branch 'irc-nicks' of git://github.com/tomprince/buildbot * 'irc-nicks' of git://github.com/tomprince/buildbot: IRCStatus: rename nicks to pm_to_nicks. Allow the IRC bot to connect to specific nicks, rather than just channels. From noreply at github.com Mon Dec 12 04:27:15 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 11 Dec 2011 20:27:15 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] f81c4b: handle rmdirRecursive(file) Message-ID: <20111212042715.1352742456@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: f81c4b5df8076cad2335a863572ae8398ec9f698 https://github.com/buildbot/buildbot/commit/f81c4b5df8076cad2335a863572ae8398ec9f698 Author: Dustin J. Mitchell Date: 2011-12-11 (Sun, 11 Dec 2011) Changed paths: M slave/buildslave/commands/utils.py Log Message: ----------- handle rmdirRecursive(file) From nobody at buildbot.net Mon Dec 12 05:43:25 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 12 Dec 2011 05:43:25 -0000 Subject: [Buildbot-commits] [Buildbot] #2159: Single build mutliple execution In-Reply-To: <038.06378e499aa4aea68960732689029492@buildbot.net> References: <038.06378e499aa4aea68960732689029492@buildbot.net> Message-ID: <053.ff3702dc24721585a71a6c36ee31afe9@buildbot.net> #2159: Single build mutliple execution ----------------------------+------------------------ Reporter: vittal | Owner: Type: support-request | Status: closed Priority: major | Milestone: undecided Version: 0.8.5 | Resolution: fixed Keywords: | ----------------------------+------------------------ Comment (by vittal): Sorry for late reply. I got solution, I used dependency concept and it is OK. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Dec 12 05:43:46 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 12 Dec 2011 05:43:46 -0000 Subject: [Buildbot-commits] [Buildbot] #2159: Single build mutliple execution In-Reply-To: <038.06378e499aa4aea68960732689029492@buildbot.net> References: <038.06378e499aa4aea68960732689029492@buildbot.net> Message-ID: <053.088ddb109d7d923a31cf4938a9264e69@buildbot.net> #2159: Single build mutliple execution ----------------------------+------------------------ Reporter: vittal | Owner: Type: support-request | Status: closed Priority: major | Milestone: undecided Version: 0.8.5 | Resolution: fixed Keywords: | ----------------------------+------------------------ Comment (by vittal): Thanks for your support -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Dec 12 14:51:24 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 12 Dec 2011 14:51:24 -0000 Subject: [Buildbot-commits] [Buildbot] #2162: Getting exceptions.KeyError on console webpage because of a weakref In-Reply-To: <040.d2d824a2815f3bf0943cbf076015f2b5@buildbot.net> References: <040.d2d824a2815f3bf0943cbf076015f2b5@buildbot.net> Message-ID: <055.b5f6da496a2a951372f08f656f89fb7c@buildbot.net> #2162: Getting exceptions.KeyError on console webpage because of a weakref ---------------------+------------------------ Reporter: JocelynJ | Owner: Type: defect | Status: closed Priority: major | Milestone: undecided Version: 0.8.5 | Resolution: fixed Keywords: web | ---------------------+------------------------ Comment (by JocelynJ): Hi, I have just looked at the commit, and it seems that if it misses in self.buildCache, then it won't try to read files by using the following fall back code. Is it expected ? Thanks, Jocelyn -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Dec 12 16:59:26 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 12 Dec 2011 16:59:26 -0000 Subject: [Buildbot-commits] [Buildbot] #2162: Getting exceptions.KeyError on console webpage because of a weakref In-Reply-To: <040.d2d824a2815f3bf0943cbf076015f2b5@buildbot.net> References: <040.d2d824a2815f3bf0943cbf076015f2b5@buildbot.net> Message-ID: <055.e9421fd315168e6549c5283bbaa90d3c@buildbot.net> #2162: Getting exceptions.KeyError on console webpage because of a weakref ---------------------+------------------------ Reporter: JocelynJ | Owner: Type: defect | Status: closed Priority: major | Milestone: undecided Version: 0.8.5 | Resolution: fixed Keywords: web | ---------------------+------------------------ Comment (by dustin): Yep, good eye! Tomprince reported that, and I already fixed it. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Dec 13 00:54:34 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 12 Dec 2011 16:54:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d8128a: decode e.strerror on windows Message-ID: <20111213005434.65197425AC@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d8128a478a6b05fcc52712bd59aff7a0ccb925cd https://github.com/buildbot/buildbot/commit/d8128a478a6b05fcc52712bd59aff7a0ccb925cd Author: Dustin J. Mitchell Date: 2011-12-12 (Mon, 12 Dec 2011) Changed paths: M slave/buildslave/commands/utils.py Log Message: ----------- decode e.strerror on windows From noreply at github.com Tue Dec 13 00:58:31 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 12 Dec 2011 16:58:31 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] eec6f8: don't send a 'repository' property, as the build w... Message-ID: <20111213005831.6386C425B7@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: eec6f8a825efcab7c2f4f719c268dc103efe1287 https://github.com/buildbot/buildbot/commit/eec6f8a825efcab7c2f4f719c268dc103efe1287 Author: Dustin J. Mitchell Date: 2011-12-12 (Mon, 12 Dec 2011) Changed paths: M master/contrib/bitbucket_buildbot.py Log Message: ----------- don't send a 'repository' property, as the build will add that itself From nobody at buildbot.net Tue Dec 13 04:07:51 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 13 Dec 2011 04:07:51 -0000 Subject: [Buildbot-commits] [Buildbot] #1743: Create option for a BuildStep to be suppressed if skipped In-Reply-To: <042.4f4da741f4c5a452909182e887b421e6@buildbot.net> References: <042.4f4da741f4c5a452909182e887b421e6@buildbot.net> Message-ID: <057.691c5e8a6d6e0770da9f5d2701adac3d@buildbot.net> #1743: Create option for a BuildStep to be suppressed if skipped ------------------------+------------------------- Reporter: Sly_Squash | Owner: jaredgrubb Type: enhancement | Status: accepted Priority: trivial | Milestone: 0.8.6 Version: 0.8.2 | Resolution: Keywords: web | ------------------------+------------------------- Changes (by jaredgrubb): * owner: => jaredgrubb * status: new => accepted Comment: I'll put together a patch on this. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Dec 13 05:08:45 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 13 Dec 2011 05:08:45 -0000 Subject: [Buildbot-commits] [Buildbot] #1743: Create option for a BuildStep to be suppressed if skipped In-Reply-To: <042.4f4da741f4c5a452909182e887b421e6@buildbot.net> References: <042.4f4da741f4c5a452909182e887b421e6@buildbot.net> Message-ID: <057.7b17843bb8be42dc6a7e9a1d3e379b34@buildbot.net> #1743: Create option for a BuildStep to be suppressed if skipped ------------------------+------------------------- Reporter: Sly_Squash | Owner: jaredgrubb Type: enhancement | Status: accepted Priority: trivial | Milestone: 0.8.6 Version: 0.8.2 | Resolution: Keywords: web | ------------------------+------------------------- Comment (by dustin): Excellent! Ask here or in #buildbot if you need a hand -- even if I'm not around, there are others who can pitch in. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Dec 13 19:41:44 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 13 Dec 2011 19:41:44 -0000 Subject: [Buildbot-commits] [Buildbot] #97: Use svn switch to improve efficiency In-Reply-To: <041.fdcc077787c8f6a36b12df6a065f70a9@buildbot.net> References: <041.fdcc077787c8f6a36b12df6a065f70a9@buildbot.net> Message-ID: <056.2ed10da9711df671a934bdf6a18a2237@buildbot.net> #97: Use svn switch to improve efficiency ------------------------+------------------------ Reporter: retracile | Owner: Type: enhancement | Status: reopened Priority: major | Milestone: undecided Version: 0.7.5 | Resolution: Keywords: | ------------------------+------------------------ Comment (by duncanphilipnorman): Replying to [comment:5 dustin]: > Replying to [comment:4 duncanphilipnorman]: > > 1. After a quick glance, it looks like `svn switch` could be used to implement an argument like `clobberOnBranchChange=False`. This would apply to `mode=incremental` as well as many of the methods in `mode=full`. > > I'd rather that be "switch_branches" or something like that. You're right that it applies to both modes, and multiple behaviors. Okay, that name makes sense. I can implement the other missing stuff, too. Unfortunately, I'm quite busy, so I can't promise any sort of timeline; we'll see when I get to it. (Anyone else should feel free to jump in... I'll add a comment when I actually start working so we don't duplicate effort.) In the meantime, [attachment:buildbot-slave-0.8.3-svn_switch.patch] was buggy, so anyone with permissions can go ahead and delete it. I've actually used [attachment:buildbot-slave-0.8.3-svn_switch- actually_works.patch], which I'll attach in a moment, so if someone out there is looking for this functionality slave-side it's a better bet. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Dec 14 02:02:34 2011 From: noreply at github.com (noreply at github.com) Date: Tue, 13 Dec 2011 18:02:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b5eacc: include caution distinguishing old and new source ... Message-ID: <20111214020234.B88214252C@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b5eaccab3a7b73bf33997bc252d5c76c758921d2 https://github.com/buildbot/buildbot/commit/b5eaccab3a7b73bf33997bc252d5c76c758921d2 Author: Dustin J. Mitchell Date: 2011-12-13 (Tue, 13 Dec 2011) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- include caution distinguishing old and new source steps From noreply at github.com Wed Dec 14 18:58:10 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 14 Dec 2011 10:58:10 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] f1c136: Update master-side source step documentations for ... Message-ID: <20111214185810.C933642693@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: f1c1361ca4c723120075c0d902acaff8320429ec https://github.com/buildbot/buildbot/commit/f1c1361ca4c723120075c0d902acaff8320429ec Author: Tom Prince Date: 2011-12-14 (Wed, 14 Dec 2011) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- Update master-side source step documentations for repository. - Remove incorrect information about repository parameter types - Document Property('repository') idiom. From nobody at buildbot.net Wed Dec 14 23:35:39 2011 From: nobody at buildbot.net (Buildbot) Date: Wed, 14 Dec 2011 23:35:39 -0000 Subject: [Buildbot-commits] [Buildbot] #2164: Triggering a Nightly Build only if Continuous build status is success Message-ID: <044.65ab04c023d7d9934e6fa7d4bf38f193@buildbot.net> #2164: Triggering a Nightly Build only if Continuous build status is success ----------------------------+----------------- Reporter: mariamarcano | Owner: Type: support-request | Status: new Priority: major | Milestone: Version: 0.8.3p1 | Keywords: ----------------------------+----------------- Hello, I want to add the following logic on the builds, I want to trigger a Nightly Build only if the continuous one is successful I am looking at scheduler documentation and I found the Dependent scheduler, but that doesn?t work in my case since the nightly build will get trigger right away after the continuous one finishes. Continuous build is separated from the nightly and I don?t want to run the continuous build again, just check if last status is success then trigger the nightly Thank you -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Dec 15 01:39:10 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 15 Dec 2011 01:39:10 -0000 Subject: [Buildbot-commits] [Buildbot] #2164: Triggering a Nightly Build only if Continuous build status is success In-Reply-To: <044.65ab04c023d7d9934e6fa7d4bf38f193@buildbot.net> References: <044.65ab04c023d7d9934e6fa7d4bf38f193@buildbot.net> Message-ID: <059.f9d6c306c81321e957b474896cdd8738@buildbot.net> #2164: Triggering a Nightly Build only if Continuous build status is success ----------------------------+------------------ Reporter: mariamarcano | Owner: Type: support-request | Status: new Priority: major | Milestone: Version: 0.8.3p1 | Resolution: Keywords: | ----------------------------+------------------ Comment (by dustin): That will require a custom scheduler -- you could probably subclass the Nightly scheduler? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Dec 15 02:27:55 2011 From: noreply at github.com (noreply at github.com) Date: Wed, 14 Dec 2011 18:27:55 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 8be2ec: oldsource:repo: fix failure cases Message-ID: <20111215022755.9F714426BE@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8be2ecd070caf8f561e645ad9db1419e583ec4fc https://github.com/buildbot/buildbot/commit/8be2ecd070caf8f561e645ad9db1419e583ec4fc Author: Pierre Tardy Date: 2011-12-14 (Wed, 14 Dec 2011) Changed paths: M master/buildbot/steps/source/oldsource.py Log Message: ----------- oldsource:repo: fix failure cases interrupt + failure was not making buildbot happy we just need to fail, not also to interrupt.. Signed-off-by: Pierre Tardy Commit: 8c1376ada06b6c5b74ddad28dc1d5d2c5c5193ee https://github.com/buildbot/buildbot/commit/8c1376ada06b6c5b74ddad28dc1d5d2c5c5193ee Author: Pierre Tardy Date: 2011-12-14 (Wed, 14 Dec 2011) Changed paths: M master/buildbot/steps/source/oldsource.py Log Message: ----------- oldsource:repo: put a specific status when failed to repo download So that it is easier for statistic scripting. We can differenciate from patches that dont apply failure against other infrastructure related failure Signed-off-by: Pierre Tardy Commit: 6205898b273bd470f3c1eb2316f2c0c26bebe608 https://github.com/buildbot/buildbot/commit/6205898b273bd470f3c1eb2316f2c0c26bebe608 Author: Pierre Tardy Date: 2011-12-14 (Wed, 14 Dec 2011) Changed paths: M slave/buildslave/commands/repo.py Log Message: ----------- slave:repo: error recovery cleanup fixes We try our best to recover from previous build error. This leaded to several cleanups steps It is more simple to merge all those steps into one shell script The resulting code is more readable, and there is less polution (envvar dump and co) in the stdio log. part of this commit was wrongly squashed into: 3b3ed8d3bf450b943b687281c5acc3c441761ddb and merged. this commit is the rest of the error recovery cleanup Signed-off-by: Pierre Tardy Commit: a1aeb88063f6696714f1dfa0db7fcbec9f3e66ca https://github.com/buildbot/buildbot/commit/a1aeb88063f6696714f1dfa0db7fcbec9f3e66ca Author: Pierre Tardy Date: 2011-12-14 (Wed, 14 Dec 2011) Changed paths: M slave/buildslave/commands/repo.py Log Message: ----------- slave:repo: simplify the external cmd call We had one method per external cmd call Now we only have one generic method, that can call several different cmds. Signed-off-by: Pierre Tardy Commit: dca4d67453dffc7776f57fb15ddbfcd9cdb9a7ce https://github.com/buildbot/buildbot/commit/dca4d67453dffc7776f57fb15ddbfcd9cdb9a7ce Author: Pierre Tardy Date: 2011-12-14 (Wed, 14 Dec 2011) Changed paths: M master/buildbot/status/status_gerrit.py M master/docs/manual/cfg-statustargets.rst M master/docs/release-notes.rst Log Message: ----------- status_gerrit: add global status in the callback to be able to send some logs to gerrit Signed-off-by: Pierre Tardy Compare: https://github.com/buildbot/buildbot/compare/f1c1361...dca4d67 From nobody at buildbot.net Thu Dec 15 17:12:06 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 15 Dec 2011 17:12:06 -0000 Subject: [Buildbot-commits] [Buildbot] #2147: buildslave losing connection to buildmaster In-Reply-To: <044.5751d9dd85f0e7b228b9cf9f7caa4f49@buildbot.net> References: <044.5751d9dd85f0e7b228b9cf9f7caa4f49@buildbot.net> Message-ID: <059.a4058ad6af26c87ce253aabbc9de1b5d@buildbot.net> #2147: buildslave losing connection to buildmaster ----------------------------+-------------------- Reporter: mariamarcano | Owner: Type: support-request | Status: new Priority: major | Milestone: 0.8.3 Version: 0.8.3 | Resolution: Keywords: | ----------------------------+-------------------- Comment (by mariamarcano): Thank you Dustin, In my case issue was related to keepalives -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Thu Dec 15 17:15:48 2011 From: nobody at buildbot.net (Buildbot) Date: Thu, 15 Dec 2011 17:15:48 -0000 Subject: [Buildbot-commits] [Buildbot] #2147: buildslave losing connection to buildmaster In-Reply-To: <044.5751d9dd85f0e7b228b9cf9f7caa4f49@buildbot.net> References: <044.5751d9dd85f0e7b228b9cf9f7caa4f49@buildbot.net> Message-ID: <059.1618608206718cbd2be17b392355544c@buildbot.net> #2147: buildslave losing connection to buildmaster ----------------------------+--------------------- Reporter: mariamarcano | Owner: Type: support-request | Status: closed Priority: major | Milestone: 0.8.3 Version: 0.8.3 | Resolution: fixed Keywords: | ----------------------------+--------------------- Changes (by dustin): * status: new => closed * resolution: => fixed -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Dec 16 23:33:58 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 16 Dec 2011 23:33:58 -0000 Subject: [Buildbot-commits] [Buildbot] #2164: Triggering a Nightly Build only if Continuous build status is success In-Reply-To: <044.65ab04c023d7d9934e6fa7d4bf38f193@buildbot.net> References: <044.65ab04c023d7d9934e6fa7d4bf38f193@buildbot.net> Message-ID: <059.7348fb99167bf89c326ba634afa1d144@buildbot.net> #2164: Triggering a Nightly Build only if Continuous build status is success ----------------------------+------------------ Reporter: mariamarcano | Owner: Type: support-request | Status: new Priority: major | Milestone: Version: 0.8.3p1 | Resolution: Keywords: | ----------------------------+------------------ Comment (by mariamarcano): Replying to [comment:1 dustin]: > That will require a custom scheduler -- you could probably subclass the Nightly scheduler? Dustin I came up with the following, which seems to work fine, it requires adding it to master.cfg I am not an expert on Buildbot or the code so I will appreciate your feedback {{{ class DependentNightly(Nightly): relatedBuilderNames = [] def __init__(self, relatedBuilderNames = [], **kwargs): Nightly.__init__(self, **kwargs) self.relatedBuilderNames = relatedBuilderNames def startBuild(self): startBuild = True for builderName in self.relatedBuilderNames: builder_status = self.master.status.getBuilder(builderName) lastBuild = builder_status.getLastFinishedBuild() startBuild = startBuild & (lastBuild.getResults() != FAILURE) if (startBuild): return Nightly.startBuild(self) else: log.msg(("Nightly Scheduler <%s>: skipping build " + "- Check related builders that could be failing: <%s> ") % (self.name, ", ".join(self.relatedBuilderNames))) return defer.succeed(None) c['schedulers'] = [] c['schedulers'].append(DependentNightly(name="full-daily", branch='branches/Maria/AutomatedTest- xUNIT', onlyIfChanged=False, relatedBuilderNames=["continuous-debug", "continuous-release"], hour=[15], minute=17, builderNames=["full-dbupgrade"] )) }}} -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sun Dec 18 22:35:10 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 18 Dec 2011 22:35:10 -0000 Subject: [Buildbot-commits] [Buildbot] #2164: Triggering a Nightly Build only if Continuous build status is success In-Reply-To: <044.65ab04c023d7d9934e6fa7d4bf38f193@buildbot.net> References: <044.65ab04c023d7d9934e6fa7d4bf38f193@buildbot.net> Message-ID: <059.f7aac2623bbaffaf18008364750ade78@buildbot.net> #2164: Triggering a Nightly Build only if Continuous build status is success ----------------------------+------------------ Reporter: mariamarcano | Owner: Type: support-request | Status: new Priority: major | Milestone: Version: 0.8.3p1 | Resolution: Keywords: | ----------------------------+------------------ Comment (by jaredgrubb): Two comments: you need to add "self.addFactoryArguments(relatedBuilderNames=relatedBuilderNames)" to your __init__ function. Also the "&" operator should be "and" (the & is bitwise-and, which can give funky results if the arguments deviate from 0/1/True/False). -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sun Dec 18 22:38:31 2011 From: nobody at buildbot.net (Buildbot) Date: Sun, 18 Dec 2011 22:38:31 -0000 Subject: [Buildbot-commits] [Buildbot] #2165: Support ternary substitution in WithProperties Message-ID: <042.4b2c171050850b3d9c3b20a504de0f02@buildbot.net> #2165: Support ternary substitution in WithProperties ------------------------+----------------------- Reporter: jaredgrubb | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.8.5 | Keywords: ------------------------+----------------------- I think it would be nice to have support for "if (prop) then substitute X else substitute Y". Python supports back-references in a regex, so I'm imagining that a possible syntax would be: `:?` + `delimiter` + `true_substitution` + `delimiter` + `false_substitution` For example: * `%(prop:?:sub_true:sub_false)s` * `%(prop:?|sub_true|sub_false)s` * `%(prop:?Asub_trueAsub_false)s` I'm not sure if ":?" would check the property based on existence (i.e. as ":+" does) or on true-ness (i.e. as ":~" does), or whether it would be nice to support both options? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Dec 19 01:57:27 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 18 Dec 2011 17:57:27 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d8f0be: Add test for proper handling of blamelists with mu... Message-ID: <20111219015727.4692B42432@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d8f0befd3140a759f5b09339622a4bc0ccfa9bd5 https://github.com/buildbot/buildbot/commit/d8f0befd3140a759f5b09339622a4bc0ccfa9bd5 Author: Tom Prince Date: 2011-12-14 (Wed, 14 Dec 2011) Changed paths: M master/buildbot/test/unit/test_status_mail.py Log Message: ----------- Add test for proper handling of blamelists with multiple builds. Commit: bfe465b2ecd1c4b2e68aef9d91fd56e8a17e18dd https://github.com/buildbot/buildbot/commit/bfe465b2ecd1c4b2e68aef9d91fd56e8a17e18dd Author: Tom Prince Date: 2011-12-14 (Wed, 14 Dec 2011) Changed paths: M master/buildbot/status/mail.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/unit/test_status_mail.py Log Message: ----------- Simplify extraHeaders logic in MailNotifier. Commit: 9dcc7962a8302aee02c97340598de64923196959 https://github.com/buildbot/buildbot/commit/9dcc7962a8302aee02c97340598de64923196959 Author: Tom Prince Date: 2011-12-14 (Wed, 14 Dec 2011) Changed paths: M master/buildbot/status/mail.py Log Message: ----------- MailNotifier: Simplify recipient logic. Pass result through deferreds, rather than using instance variables. Commit: 83ea0bacd489103c9d8c891a241fbb97a3953fa0 https://github.com/buildbot/buildbot/commit/83ea0bacd489103c9d8c891a241fbb97a3953fa0 Author: Dustin J. Mitchell Date: 2011-12-18 (Sun, 18 Dec 2011) Changed paths: M master/buildbot/status/mail.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/unit/test_status_mail.py Log Message: ----------- Merge branch 'mail-notifier' of git://github.com/tomprince/buildbot into mailnotif * 'mail-notifier' of git://github.com/tomprince/buildbot: MailNotifier: Simplify recipient logic. Simplify extraHeaders logic in MailNotifier. Add test for proper handling of blamelists with multiple builds. Commit: aa4d7d66ce4abb145857983a9006f34c1858eda8 https://github.com/buildbot/buildbot/commit/aa4d7d66ce4abb145857983a9006f34c1858eda8 Author: Dustin J. Mitchell Date: 2011-12-18 (Sun, 18 Dec 2011) Changed paths: M master/buildbot/test/unit/test_status_mail.py Log Message: ----------- fix pyflakes Commit: 554b5f4acdad4d9b757f2023a8cd4b0448ff9653 https://github.com/buildbot/buildbot/commit/554b5f4acdad4d9b757f2023a8cd4b0448ff9653 Author: Dustin J. Mitchell Date: 2011-12-18 (Sun, 18 Dec 2011) Changed paths: M master/buildbot/status/mail.py M master/buildbot/test/fake/fakebuild.py M master/buildbot/test/unit/test_status_mail.py Log Message: ----------- Merge branch 'mailnotif' * mailnotif: fix pyflakes MailNotifier: Simplify recipient logic. Simplify extraHeaders logic in MailNotifier. Add test for proper handling of blamelists with multiple builds. Compare: https://github.com/buildbot/buildbot/compare/dca4d67...554b5f4 From nobody at buildbot.net Mon Dec 19 04:36:10 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 19 Dec 2011 04:36:10 -0000 Subject: [Buildbot-commits] [Buildbot] #2165: Support ternary substitution in WithProperties In-Reply-To: <042.4b2c171050850b3d9c3b20a504de0f02@buildbot.net> References: <042.4b2c171050850b3d9c3b20a504de0f02@buildbot.net> Message-ID: <057.13f4c89fc37f36c58eaba0f329d39e9b@buildbot.net> #2165: Support ternary substitution in WithProperties ------------------------+-------------------- Reporter: jaredgrubb | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.5 | Resolution: Keywords: | ------------------------+-------------------- Changes (by dustin): * milestone: undecided => 0.8.+ Comment: I don't think Python's regex syntax is relevant, but this is a great idea. Probably different introductory characters should be used to make the distinction? Will you be able to work on this? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Dec 19 05:03:34 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 18 Dec 2011 21:03:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 283bd7: Merge branch 'master' of git://github.com/lopter/b... Message-ID: <20111219050334.A6DF242516@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 283bd70a4a2296665bb0114fcd8e883b9490c58b https://github.com/buildbot/buildbot/commit/283bd70a4a2296665bb0114fcd8e883b9490c58b Author: Dustin J. Mitchell Date: 2011-12-18 (Sun, 18 Dec 2011) Changed paths: A master/buildbot/status/web/hooks/googlecode.py A master/buildbot/test/unit/test_status_web_change_hooks_googlecode.py M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge branch 'master' of git://github.com/lopter/buildbot * 'master' of git://github.com/lopter/buildbot: Document the Google Code Web Hook handler and make the branch returned an option Add a web hook handler for Google Code push notifications From nobody at buildbot.net Mon Dec 19 05:15:41 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 19 Dec 2011 05:15:41 -0000 Subject: [Buildbot-commits] [Buildbot] #2165: Support ternary substitution in WithProperties In-Reply-To: <042.4b2c171050850b3d9c3b20a504de0f02@buildbot.net> References: <042.4b2c171050850b3d9c3b20a504de0f02@buildbot.net> Message-ID: <057.b42e692cfb6a5bc484601522fcaa3128@buildbot.net> #2165: Support ternary substitution in WithProperties ------------------------+-------------------- Reporter: jaredgrubb | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.5 | Resolution: Keywords: | ------------------------+-------------------- Comment (by jaredgrubb): The regex comment was that this could easily be implemented in regex like the others since Python supports back-references. As for the existence vs trueness distinction, one idea I had was to borrow "#" from printf's "alternate format" modifier. So: * ":?" means if prop exists * ":#?" means if prop is true And then another idea is that you could add ":#+" as an alias for ":~"; I personally have trouble telling ~ and - apart in font. The other alternative is to just add another character: ":?" vs ":!". Any preferences? I could do this; it's a pretty easy patch. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Dec 19 05:18:34 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 18 Dec 2011 21:18:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 7ab51d: release notes for previous Message-ID: <20111219051834.5ABF942554@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7ab51dd0efd4d6668921e68dd02bb5c4d50a29aa https://github.com/buildbot/buildbot/commit/7ab51dd0efd4d6668921e68dd02bb5c4d50a29aa Author: Dustin J. Mitchell Date: 2011-12-18 (Sun, 18 Dec 2011) Changed paths: M master/docs/release-notes.rst Log Message: ----------- release notes for previous Commit: 9b690a2bafa2a29e30caca3fd51345b702b2b8b5 https://github.com/buildbot/buildbot/commit/9b690a2bafa2a29e30caca3fd51345b702b2b8b5 Author: Dustin J. Mitchell Date: 2011-12-18 (Sun, 18 Dec 2011) Changed paths: M master/buildbot/status/web/hooks/googlecode.py Log Message: ----------- fixups for google code hook * python-2.4 and 2.5 compatibility ("..".format, set.update(x, y, z)) * don't use Python's logging module Compare: https://github.com/buildbot/buildbot/compare/283bd70...9b690a2 From nobody at buildbot.net Mon Dec 19 05:28:55 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 19 Dec 2011 05:28:55 -0000 Subject: [Buildbot-commits] [Buildbot] #2165: Support ternary substitution in WithProperties In-Reply-To: <042.4b2c171050850b3d9c3b20a504de0f02@buildbot.net> References: <042.4b2c171050850b3d9c3b20a504de0f02@buildbot.net> Message-ID: <057.c7aecd4d401aae0a570d27992905fd3e@buildbot.net> #2165: Support ternary substitution in WithProperties ------------------------+-------------------- Reporter: jaredgrubb | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.5 | Resolution: Keywords: | ------------------------+-------------------- Comment (by dustin): I like the additional-character idea, including the alias. ~ and - are pretty difficult to distinguish, and I certainly don't remember which is which without looking it up! -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Dec 19 06:11:23 2011 From: noreply at github.com (noreply at github.com) Date: Sun, 18 Dec 2011 22:11:23 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] a3dac8: ShellCommand: render logfiles parameter. Message-ID: <20111219061123.469A642517@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a3dac8ba05ae790c61f12c450237b88c7afb393f https://github.com/buildbot/buildbot/commit/a3dac8ba05ae790c61f12c450237b88c7afb393f Author: Tom Prince Date: 2011-12-18 (Sun, 18 Dec 2011) Changed paths: M master/buildbot/steps/shell.py Log Message: ----------- ShellCommand: render logfiles parameter. Commit: 581955120d18bc3f92cc015b78d6a819c37ebe1e https://github.com/buildbot/buildbot/commit/581955120d18bc3f92cc015b78d6a819c37ebe1e Author: Tom Prince Date: 2011-12-18 (Sun, 18 Dec 2011) Changed paths: M master/buildbot/process/properties.py Log Message: ----------- Use new-style objects for property renderers. Compare: https://github.com/buildbot/buildbot/compare/9b690a2...5819551 From noreply at github.com Mon Dec 19 18:11:45 2011 From: noreply at github.com (noreply at github.com) Date: Mon, 19 Dec 2011 10:11:45 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ff8dc8: add property 'is_merge' as indication that changes... Message-ID: <20111219181145.48A64425D8@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ff8dc87d1e8bd2f86e2696467a420cbc6af0d486 https://github.com/buildbot/buildbot/commit/ff8dc87d1e8bd2f86e2696467a420cbc6af0d486 Author: Harry Borkhuis Date: 2011-12-19 (Mon, 19 Dec 2011) Changed paths: M master/buildbot/changes/hgbuildbot.py Log Message: ----------- add property 'is_merge' as indication that changes is caused by a merge Commit: 9401066bb775575edde18ef08d3274adb5ba53df https://github.com/buildbot/buildbot/commit/9401066bb775575edde18ef08d3274adb5ba53df Author: Harry Borkhuis Date: 2011-12-19 (Mon, 19 Dec 2011) Changed paths: M master/docs/manual/cfg-changesources.rst Log Message: ----------- documentation for is_merge property Commit: 0372e66da8a44e50920c23ddcde7196a39ba23d4 https://github.com/buildbot/buildbot/commit/0372e66da8a44e50920c23ddcde7196a39ba23d4 Author: Harry Borkhuis Date: 2011-12-19 (Mon, 19 Dec 2011) Changed paths: M master/docs/manual/cfg-changesources.rst Log Message: ----------- documentation for is_merge property Commit: b8f20009a06663f9e3659470ec24bde7a6bf6bf8 https://github.com/buildbot/buildbot/commit/b8f20009a06663f9e3659470ec24bde7a6bf6bf8 Author: Dustin J. Mitchell Date: 2011-12-19 (Mon, 19 Dec 2011) Changed paths: M master/docs/manual/cfg-global.rst Log Message: ----------- be clear that the default for c['mergeRequests'] is True Commit: a3bf540bf13b7a9a55c1cf0cebc7c43186a8423f https://github.com/buildbot/buildbot/commit/a3bf540bf13b7a9a55c1cf0cebc7c43186a8423f Author: Dustin J. Mitchell Date: 2011-12-19 (Mon, 19 Dec 2011) Changed paths: M master/buildbot/changes/hgbuildbot.py M master/buildbot/process/properties.py M master/buildbot/steps/shell.py M master/docs/manual/cfg-changesources.rst Log Message: ----------- Merge branch 'change_property_is_merge' of git://github.com/hborkhuis/buildbot * 'change_property_is_merge' of git://github.com/hborkhuis/buildbot: documentation for is_merge property documentation for is_merge property add property 'is_merge' as indication that changes is caused by a merge Use new-style objects for property renderers. ShellCommand: render logfiles parameter. Compare: https://github.com/buildbot/buildbot/compare/5819551...a3bf540 From nobody at buildbot.net Tue Dec 20 00:38:36 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 20 Dec 2011 00:38:36 -0000 Subject: [Buildbot-commits] [Buildbot] #2166: MailNotifier configuration problem: exceptions.AttributeError: Status instance has no attribute 'getStatus' Message-ID: <040.522d65f2cc0c5dc3259c424a3e896b8d@buildbot.net> #2166: MailNotifier configuration problem: exceptions.AttributeError: Status instance has no attribute 'getStatus' ---------------------+-------------------------- Reporter: kevbroch | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: master | Keywords: mail, status ---------------------+-------------------------- {{{ buildbot --version Buildbot version: 0.8.5-227-ga3bf540 Twisted version: 11.1.0 Usiing standard create-master template and just adding basic mail notify cfg (see attached) 2011-12-19 16:37:57-0800 [-] while starting BuildMaster Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site- packages/Twisted-11.1.0-py2.7-macosx-10.6-intel.egg/twisted/internet/defer.py", line 910, in gotResult _deferGenerator(g, deferred) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site- packages/Twisted-11.1.0-py2.7-macosx-10.6-intel.egg/twisted/internet/defer.py", line 885, in _deferGenerator result = g.next() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site- packages/buildbot-0.8.5_227_ga3bf540-py2.7.egg/buildbot/config.py", line 693, in reconfigService d = svc.reconfigService(new_config) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site- packages/Twisted-11.1.0-py2.7-macosx-10.6-intel.egg/twisted/internet/defer.py", line 983, in unwindGenerator return _deferGenerator(f(*args, **kwargs), Deferred()) --- --- File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site- packages/Twisted-11.1.0-py2.7-macosx-10.6-intel.egg/twisted/internet/defer.py", line 885, in _deferGenerator result = g.next() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site- packages/buildbot-0.8.5_227_ga3bf540-py2.7.egg/buildbot/status/master.py", line 78, in reconfigService sr.setServiceParent(self) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site- packages/buildbot-0.8.5_227_ga3bf540-py2.7.egg/buildbot/status/mail.py", line 353, in setServiceParent self.setup() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site- packages/buildbot-0.8.5_227_ga3bf540-py2.7.egg/buildbot/status/mail.py", line 356, in setup self.master_status = self.parent.getStatus() exceptions.AttributeError: Status instance has no attribute 'getStatus' }}} -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Tue Dec 20 12:47:29 2011 From: nobody at buildbot.net (Buildbot) Date: Tue, 20 Dec 2011 12:47:29 -0000 Subject: [Buildbot-commits] [Buildbot] #2166: MailNotifier configuration problem: exceptions.AttributeError: Status instance has no attribute 'getStatus' In-Reply-To: <040.522d65f2cc0c5dc3259c424a3e896b8d@buildbot.net> References: <040.522d65f2cc0c5dc3259c424a3e896b8d@buildbot.net> Message-ID: <055.bd6b26454019f2e8c4432c3cf86ecce6@buildbot.net> #2166: MailNotifier configuration problem: exceptions.AttributeError: Status instance has no attribute 'getStatus' -------------------------+------------------------ Reporter: kevbroch | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: master | Resolution: Keywords: mail, status | -------------------------+------------------------ Changes (by andialbrecht): * cc: albrecht.andi@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Wed Dec 21 00:14:03 2011 From: nobody at buildbot.net (Buildbot) Date: Wed, 21 Dec 2011 00:14:03 -0000 Subject: [Buildbot-commits] [Buildbot] #2167: Trigger steps should be able to extract properties from the triggered build Message-ID: <037.8c5ff1a7812fa0196020dc0f13e00f54@buildbot.net> #2167: Trigger steps should be able to extract properties from the triggered build ------------------------+------------------- Reporter: ayust | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.9.+ Version: 0.8.5 | Keywords: ------------------------+------------------- As long as waitForFinish=True is set, there should be a way for the Trigger step that triggers a build to get the value of a property from the triggered build and set it in the parent build (to allow 'upstream' communication). -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Fri Dec 23 08:40:48 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 23 Dec 2011 08:40:48 -0000 Subject: [Buildbot-commits] [Buildbot] #1748: Hiding strings from ShellCommands command= in factories using something like Obfuscated In-Reply-To: <039.910168808e260ab34929252b74922c44@buildbot.net> References: <039.910168808e260ab34929252b74922c44@buildbot.net> Message-ID: <054.c1eb588707661f7f1e9694ce05619177@buildbot.net> #1748: Hiding strings from ShellCommands command= in factories using something like Obfuscated ------------------------+-------------------- Reporter: GreYFoX | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.3 | Resolution: Keywords: | ------------------------+-------------------- Comment (by GreYFoX): It has been a year, did anyone take a look ? if yes, I'm a developer i'm not a python one though, if you can point me in the right direction tell me similar classes maybe i can do it -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Dec 25 00:52:51 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 24 Dec 2011 16:52:51 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 373747: typo Message-ID: <20111225005251.E5AC5423C2@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 373747a6f4a7df4524d7d8eb37570c2ab671d1b5 https://github.com/buildbot/buildbot/commit/373747a6f4a7df4524d7d8eb37570c2ab671d1b5 Author: Harry Borkhuis Date: 2011-12-19 (Mon, 19 Dec 2011) Changed paths: M master/docs/manual/cfg-changesources.rst Log Message: ----------- typo Commit: 409b2e66e02ee0b50ccc7e64e0006a3abebab2d7 https://github.com/buildbot/buildbot/commit/409b2e66e02ee0b50ccc7e64e0006a3abebab2d7 Author: Harry Borkhuis Date: 2011-12-20 (Tue, 20 Dec 2011) Changed paths: M master/buildbot/changes/hgbuildbot.py Log Message: ----------- include change.properties when change object is sent Commit: fec619278ec0f7bb1820eb802fd7ef336a32b50d https://github.com/buildbot/buildbot/commit/fec619278ec0f7bb1820eb802fd7ef336a32b50d Author: Dustin J. Mitchell Date: 2011-12-22 (Thu, 22 Dec 2011) Changed paths: M master/docs/manual/cfg-global.rst Log Message: ----------- docs typos Commit: 6b3638c069af84eb3239956f2e2899e646595a98 https://github.com/buildbot/buildbot/commit/6b3638c069af84eb3239956f2e2899e646595a98 Author: Dustin J. Mitchell Date: 2011-12-24 (Sat, 24 Dec 2011) Changed paths: M master/buildbot/changes/hgbuildbot.py M master/docs/manual/cfg-changesources.rst Log Message: ----------- Merge branch 'change_property_is_merge' of git://github.com/hborkhuis/buildbot * 'change_property_is_merge' of git://github.com/hborkhuis/buildbot: include change.properties when change object is sent typo Compare: https://github.com/buildbot/buildbot/compare/a3bf540...6b3638c From nobody at buildbot.net Mon Dec 26 14:32:05 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 26 Dec 2011 14:32:05 -0000 Subject: [Buildbot-commits] [Buildbot] #2168: Car Insurance Quotes - How to Get Online Auto Insurance Quotes Message-ID: <050.dc3deb59e26545ef590c3560ee5a7806@buildbot.net> #2168: Car Insurance Quotes - How to Get Online Auto Insurance Quotes -------------------------------+----------------------- Reporter: carinsuranceqoutes | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.8.5 | Keywords: -------------------------------+----------------------- If you want to get a '''car insurance''', then make sure also that you can get more quotes on it. Shopping for '''[http://www.carinsurancequotes.com.au car insurance quotes]''' in online is the best way that you can get the right car insurance coverage. We all know that because of the competitive market, each car insurance company offering some policy prices.Knowing this idea is more important that you need to search first before you obtain a '''car insurance'''. Online is the most advantage tools that you can purchase a car insurance. Obtaining a '''[http://www.carinsurancequotes.com.au car insurance quotes]''' in online is the most easiest way that you can take your '''car insurance quotes''' on time. So if you want to purchase a car insurance in online, then here are some idea that you need to consider. First is you need to make a list on every '''car insurance''' company. Taking a list of every car insurance company is the best way that you can get the right coverage of your car insurance. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Dec 26 14:32:44 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 26 Dec 2011 14:32:44 -0000 Subject: [Buildbot-commits] [Buildbot] #2169: Car Insurance Quotes - How to Get Online Auto Insurance Quotes Message-ID: <050.3c6c026c37635789622c689c0338b9b4@buildbot.net> #2169: Car Insurance Quotes - How to Get Online Auto Insurance Quotes -------------------------------+----------------------- Reporter: carinsuranceqoutes | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.8.5 | Keywords: -------------------------------+----------------------- If you want to get a '''car insurance''', then make sure also that you can get more quotes on it. Shopping for '''[http://www.carinsurancequotes.com.au car insurance quotes]''' in online is the best way that you can get the right car insurance coverage. We all know that because of the competitive market, each car insurance company offering some policy prices.Knowing this idea is more important that you need to search first before you obtain a '''car insurance'''. Online is the most advantage tools that you can purchase a car insurance. Obtaining a '''[http://www.carinsurancequotes.com.au car insurance quotes]''' in online is the most easiest way that you can take your '''car insurance quotes''' on time. So if you want to purchase a car insurance in online, then here are some idea that you need to consider. First is you need to make a list on every '''car insurance''' company. Taking a list of every car insurance company is the best way that you can get the right coverage of your car insurance. -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Mon Dec 26 21:38:49 2011 From: nobody at buildbot.net (Buildbot) Date: Mon, 26 Dec 2011 21:38:49 -0000 Subject: [Buildbot-commits] [Buildbot] #2132: Builder status in waterfall not updated In-Reply-To: <041.4a880c39b94b8731b1b9377f4a70dea4@buildbot.net> References: <041.4a880c39b94b8731b1b9377f4a70dea4@buildbot.net> Message-ID: <056.7193e7e735647486377ee0c677173eeb@buildbot.net> #2132: Builder status in waterfall not updated ----------------------+------------------------ Reporter: homer5439 | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.8.5 | Resolution: Keywords: | ----------------------+------------------------ Changes (by tomik): * cc: tomi.kyostila@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Dec 27 15:59:27 2011 From: noreply at github.com (noreply at github.com) Date: Tue, 27 Dec 2011 07:59:27 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d8d233: fix TypeError when using allowForce with IRC Message-ID: <20111227155927.15C4A424A4@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d8d23315b1f58d64b1f91b714f5fc49706ac573b https://github.com/buildbot/buildbot/commit/d8d23315b1f58d64b1f91b714f5fc49706ac573b Author: Dustin J. Mitchell Date: 2011-12-27 (Tue, 27 Dec 2011) Changed paths: M master/buildbot/status/words.py Log Message: ----------- fix TypeError when using allowForce with IRC From noreply at github.com Fri Dec 30 05:34:41 2011 From: noreply at github.com (noreply at github.com) Date: Thu, 29 Dec 2011 21:34:41 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 8db7e5: Merge commit 'ba29d78' into pull280 Message-ID: <20111230053441.EF51A42695@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8db7e5b56671cc098c8f8b470efaa9c48b16178a https://github.com/buildbot/buildbot/commit/8db7e5b56671cc098c8f8b470efaa9c48b16178a Author: Dustin J. Mitchell Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: M master/buildbot/config.py A master/buildbot/revlinks.py M master/buildbot/status/web/baseweb.py M master/buildbot/test/unit/test_config.py A master/buildbot/test/unit/test_revlinks.py M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge commit 'ba29d78' into pull280 * commit 'ba29d78': revlink: Add documentation and tests for revlink helpers. Minor edits to documentation, pyflakes fix in test_revlinks.py. Document that c['revlink'] has a reasonable deafult. Move documentation of revlink option to global options list. Document that the SVNPoller argument revlinktmpl is deprecated. Use default_revlink_matcher. Move buildbot.status.revlinks to buildbot.revlinks. Implement some default revlink functions. Conflicts: master/buildbot/config.py Commit: c233871bf3728ec2fc355fefe6680d6f95224a25 https://github.com/buildbot/buildbot/commit/c233871bf3728ec2fc355fefe6680d6f95224a25 Author: Dustin J. Mitchell Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-statustargets.rst Log Message: ----------- fix up docs Commit: f8b03674defe517ed79d00d01ecd0efe90abb48e https://github.com/buildbot/buildbot/commit/f8b03674defe517ed79d00d01ecd0efe90abb48e Author: Dustin J. Mitchell Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: M master/docs/release-notes.rst Log Message: ----------- release notes for revlinks Commit: 1f6193aa5b6d49bd107046383ff6a37216494dee https://github.com/buildbot/buildbot/commit/1f6193aa5b6d49bd107046383ff6a37216494dee Author: Dustin J. Mitchell Date: 2011-12-29 (Thu, 29 Dec 2011) Changed paths: M master/buildbot/config.py A master/buildbot/revlinks.py M master/buildbot/status/web/baseweb.py M master/buildbot/test/unit/test_config.py A master/buildbot/test/unit/test_revlinks.py M master/docs/manual/cfg-changesources.rst M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-statustargets.rst M master/docs/release-notes.rst Log Message: ----------- Merge branch 'pull280' * pull280: release notes for revlinks fix up docs revlink: Add documentation and tests for revlink helpers. Minor edits to documentation, pyflakes fix in test_revlinks.py. Document that c['revlink'] has a reasonable deafult. Move documentation of revlink option to global options list. Document that the SVNPoller argument revlinktmpl is deprecated. Use default_revlink_matcher. Move buildbot.status.revlinks to buildbot.revlinks. Implement some default revlink functions. Compare: https://github.com/buildbot/buildbot/compare/d8d2331...1f6193a From nobody at buildbot.net Fri Dec 30 06:35:19 2011 From: nobody at buildbot.net (Buildbot) Date: Fri, 30 Dec 2011 06:35:19 -0000 Subject: [Buildbot-commits] [Buildbot] #1748: Hiding strings from ShellCommands command= in factories using something like Obfuscated In-Reply-To: <039.910168808e260ab34929252b74922c44@buildbot.net> References: <039.910168808e260ab34929252b74922c44@buildbot.net> Message-ID: <054.d2bc6f480440c9acf081b185bd8f8816@buildbot.net> #1748: Hiding strings from ShellCommands command= in factories using something like Obfuscated ------------------------+-------------------- Reporter: GreYFoX | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.3 | Resolution: Keywords: | ------------------------+-------------------- Comment (by dustin): Nobody has looked, no. I don't think anything is similar enough to just modify and make this work, but if you're willing to dig in a bit, the friendly folks in #buildbot or on buildbot-devel will be happy to assist. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Dec 31 21:00:47 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 31 Dec 2011 13:00:47 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0bc8fc: add support for reconfigurable service priorities Message-ID: <20111231210047.CAD3D42626@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0bc8fc762a3d47cfef8f3a09d43f92d24a6771db https://github.com/buildbot/buildbot/commit/0bc8fc762a3d47cfef8f3a09d43f92d24a6771db Author: Dustin J. Mitchell Date: 2011-12-31 (Sat, 31 Dec 2011) Changed paths: M master/buildbot/config.py M master/buildbot/test/unit/test_config.py M master/docs/developer/config.rst Log Message: ----------- add support for reconfigurable service priorities Commit: f479110d07f3337c78a9909c1a7c59126add671d https://github.com/buildbot/buildbot/commit/f479110d07f3337c78a9909c1a7c59126add671d Author: Dustin J. Mitchell Date: 2011-12-31 (Sat, 31 Dec 2011) Changed paths: M master/buildbot/buildslave.py M master/buildbot/process/builder.py Log Message: ----------- reconfig slaves before builders Compare: https://github.com/buildbot/buildbot/compare/1f6193a...f479110 From nobody at buildbot.net Sat Dec 31 21:27:46 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:27:46 -0000 Subject: [Buildbot-commits] [Buildbot] #97: Use svn switch to improve efficiency In-Reply-To: <041.fdcc077787c8f6a36b12df6a065f70a9@buildbot.net> References: <041.fdcc077787c8f6a36b12df6a065f70a9@buildbot.net> Message-ID: <056.ec6ed47c96e9bd50796e8473a50e881e@buildbot.net> #97: Use svn switch to improve efficiency ------------------------+----------------------- Reporter: retracile | Owner: Type: enhancement | Status: reopened Priority: major | Milestone: 0.8.+ Version: 0.8.3 | Resolution: Keywords: svn | ------------------------+----------------------- Changes (by dustin): * keywords: => svn * version: 0.7.5 => 0.8.3 * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:38:03 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:38:03 -0000 Subject: [Buildbot-commits] [Buildbot] #438: Mercurial does not update to the right revision when building a tag from a named branch In-Reply-To: <041.981e251e2d06093a72516dffe4ddcfc5@buildbot.net> References: <041.981e251e2d06093a72516dffe4ddcfc5@buildbot.net> Message-ID: <056.6bb0e0c584e06fce1a73844dbd625779@buildbot.net> #438: Mercurial does not update to the right revision when building a tag from a named branch ----------------------+------------------------ Reporter: cdevienne | Owner: Type: defect | Status: reopened Priority: major | Milestone: undecided Version: 0.8.5 | Resolution: Keywords: | ----------------------+------------------------ Comment (by dustin): So it sounds like users running into this will need to use mode=full all the time, since we can't reliably tell when --rev will work and when it won't. The fallback behavior should take care of that, though, right? -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:38:21 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:38:21 -0000 Subject: [Buildbot-commits] [Buildbot] #438: Mercurial does not update to the right revision when building a tag from a named branch In-Reply-To: <041.981e251e2d06093a72516dffe4ddcfc5@buildbot.net> References: <041.981e251e2d06093a72516dffe4ddcfc5@buildbot.net> Message-ID: <056.0d9e72bd36fa277b3791f5892e97ed72@buildbot.net> #438: Mercurial does not update to the right revision when building a tag from a named branch ----------------------+----------------------- Reporter: cdevienne | Owner: Type: defect | Status: reopened Priority: major | Milestone: 0.8.+ Version: 0.8.5 | Resolution: Keywords: hg | ----------------------+----------------------- Changes (by dustin): * keywords: => hg * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:40:03 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:40:03 -0000 Subject: [Buildbot-commits] [Buildbot] #2099: Various web errors after extended uptime indicating missing files In-Reply-To: <047.d4c52f69d8ee3f6e185898e5cac7f41c@buildbot.net> References: <047.d4c52f69d8ee3f6e185898e5cac7f41c@buildbot.net> Message-ID: <062.8a7bd56824a16781b5307e76acfa8f07@buildbot.net> #2099: Various web errors after extended uptime indicating missing files ----------------------------+------------------------- Reporter: MostAwesomeDude | Owner: Type: undecided | Status: closed Priority: major | Milestone: undecided Version: 0.8.4p2 | Resolution: worksforme Keywords: | ----------------------------+------------------------- Changes (by dustin): * status: new => closed * resolution: => worksforme Comment: Given no further data for 4 months, I'm going to close - re-open if this occurs again? -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:40:43 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:40:43 -0000 Subject: [Buildbot-commits] [Buildbot] #2109: Need method to limit the number of concurrent builds to start for a builder regardless of # of buildslaves assigned In-Reply-To: <040.c074e51c81e649fdf4f8ba7ef42680b1@buildbot.net> References: <040.c074e51c81e649fdf4f8ba7ef42680b1@buildbot.net> Message-ID: <055.bd9378ad5d86950cef1132d36b5046c7@buildbot.net> #2109: Need method to limit the number of concurrent builds to start for a builder regardless of # of buildslaves assigned ------------------------+-------------------- Reporter: bdbaddog | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.9.+ Version: 0.8.5 | Resolution: Keywords: buildcoord | ------------------------+-------------------- Changes (by dustin): * keywords: => buildcoord * milestone: undecided => 0.9.+ -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:41:31 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:41:31 -0000 Subject: [Buildbot-commits] [Buildbot] #2121: Allow limited-scope Perforce checkouts In-Reply-To: <038.2d3e83e9c8fe3c7a2852341a9be765e7@buildbot.net> References: <038.2d3e83e9c8fe3c7a2852341a9be765e7@buildbot.net> Message-ID: <053.4c894646695772f744dc2edee91bf965@buildbot.net> #2121: Allow limited-scope Perforce checkouts ------------------------+-------------------- Reporter: gmcnew | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.9.+ Version: 0.8.4p2 | Resolution: Keywords: p4 | ------------------------+-------------------- Changes (by dustin): * type: undecided => enhancement * milestone: undecided => 0.9.+ -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:41:52 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:41:52 -0000 Subject: [Buildbot-commits] [Buildbot] #2125: buildbot.steps.slave.MakeDirectory needs tests/docs In-Reply-To: <042.9783a81166d26b38c71303f2df2d06d0@buildbot.net> References: <042.9783a81166d26b38c71303f2df2d06d0@buildbot.net> Message-ID: <057.a78091afaa3cd2226f52d8bffccaee5c@buildbot.net> #2125: buildbot.steps.slave.MakeDirectory needs tests/docs ------------------------+------------------------- Reporter: tom.prince | Owner: tom.prince Type: enhancement | Status: new Priority: major | Milestone: 0.8.6 Version: 0.8.5 | Resolution: Keywords: | ------------------------+------------------------- Changes (by dustin): * type: undecided => enhancement * milestone: undecided => 0.8.6 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:42:15 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:42:15 -0000 Subject: [Buildbot-commits] [Buildbot] #2149: "Stop build" button cannot kill dependent schedule In-Reply-To: <035.16ba8e8d373d7917569116956748908b@buildbot.net> References: <035.16ba8e8d373d7917569116956748908b@buildbot.net> Message-ID: <050.5147b261ea2704c56709ef4016d38582@buildbot.net> #2149: "Stop build" button cannot kill dependent schedule --------------------+-------------------- Reporter: pwp | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.6 Version: 0.8.4p2 | Resolution: Keywords: | --------------------+-------------------- Changes (by dustin): * keywords: kill dependent schedule => * milestone: undecided => 0.8.6 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:46:02 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:46:02 -0000 Subject: [Buildbot-commits] [Buildbot] #2166: MailNotifier configuration problem: exceptions.AttributeError: Status instance has no attribute 'getStatus' In-Reply-To: <040.522d65f2cc0c5dc3259c424a3e896b8d@buildbot.net> References: <040.522d65f2cc0c5dc3259c424a3e896b8d@buildbot.net> Message-ID: <055.f5b7c8a1b643fdcc9310faa948d647be@buildbot.net> #2166: MailNotifier configuration problem: exceptions.AttributeError: Status instance has no attribute 'getStatus' -------------------------+-------------------- Reporter: kevbroch | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.6 Version: master | Resolution: Keywords: mail, status | -------------------------+-------------------- Changes (by dustin): * milestone: undecided => 0.8.6 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Dec 31 21:46:34 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 31 Dec 2011 13:46:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d5ac18: master_status *is* the Status instance Message-ID: <20111231214634.9FCC94264B@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d5ac1869cc2d3e8bc665babc387d9d4929599bca https://github.com/buildbot/buildbot/commit/d5ac1869cc2d3e8bc665babc387d9d4929599bca Author: Dustin J. Mitchell Date: 2011-12-31 (Sat, 31 Dec 2011) Changed paths: M master/buildbot/status/mail.py Log Message: ----------- master_status *is* the Status instance Fixes #2166. From nobody at buildbot.net Sat Dec 31 21:46:40 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:46:40 -0000 Subject: [Buildbot-commits] [Buildbot] #2126: buildbot try --properties=prop=value doesn't work with try_jobdir (was: buildbot try --properties=prop=value doesn't work) In-Reply-To: <035.99c90048ac5befbeb80a67a3e92d2cee@buildbot.net> References: <035.99c90048ac5befbeb80a67a3e92d2cee@buildbot.net> Message-ID: <050.770166d5ef805692919fa96d48b895a9@buildbot.net> #2126: buildbot try --properties=prop=value doesn't work with try_jobdir -------------------+-------------------- Reporter: gg0 | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.6 Version: 0.8.5 | Resolution: Keywords: | -------------------+-------------------- -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:46:50 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:46:50 -0000 Subject: [Buildbot-commits] [Buildbot] #2166: MailNotifier configuration problem: exceptions.AttributeError: Status instance has no attribute 'getStatus' In-Reply-To: <040.522d65f2cc0c5dc3259c424a3e896b8d@buildbot.net> References: <040.522d65f2cc0c5dc3259c424a3e896b8d@buildbot.net> Message-ID: <055.9a57a20bce2182b5f62d275bd42a8dc1@buildbot.net> #2166: MailNotifier configuration problem: exceptions.AttributeError: Status instance has no attribute 'getStatus' -------------------------+--------------------- Reporter: kevbroch | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.6 Version: master | Resolution: fixed Keywords: mail, status | -------------------------+--------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: master_status *is* the Status instance Fixes #2166. Changeset: d5ac1869cc2d3e8bc665babc387d9d4929599bca -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:47:28 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:47:28 -0000 Subject: [Buildbot-commits] [Buildbot] #2132: Builder status in waterfall not updated In-Reply-To: <041.4a880c39b94b8731b1b9377f4a70dea4@buildbot.net> References: <041.4a880c39b94b8731b1b9377f4a70dea4@buildbot.net> Message-ID: <056.a283f5357cc9c378d4b6ec2d842012bc@buildbot.net> #2132: Builder status in waterfall not updated ----------------------+-------------------- Reporter: homer5439 | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.6 Version: 0.8.5 | Resolution: Keywords: status | ----------------------+-------------------- Changes (by dustin): * keywords: => status * priority: minor => critical * milestone: undecided => 0.8.6 -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:47:53 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:47:53 -0000 Subject: [Buildbot-commits] [Buildbot] #2131: Can't tell if rebuild button has been pressed In-Reply-To: <036.7122e229416b1bd757741a8e182a6d10@buildbot.net> References: <036.7122e229416b1bd757741a8e182a6d10@buildbot.net> Message-ID: <051.e598fc0cd2bbecb36549ed0343ac5fce@buildbot.net> #2131: Can't tell if rebuild button has been pressed ------------------------+-------------------- Reporter: dank | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.9.+ Version: 0.8.5 | Resolution: Keywords: web | ------------------------+-------------------- Changes (by dustin): * keywords: => web * milestone: undecided => 0.9.+ -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:48:48 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:48:48 -0000 Subject: [Buildbot-commits] [Buildbot] #2107: The Test BuildStep would be more useful with a failurePattern argument In-Reply-To: <041.1dc009a8017f923531af3cb579c24652@buildbot.net> References: <041.1dc009a8017f923531af3cb579c24652@buildbot.net> Message-ID: <056.16304b83ab0a923a760a8745606b58f1@buildbot.net> #2107: The Test BuildStep would be more useful with a failurePattern argument ------------------------+------------------------- Reporter: ulfalizer | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: undecided Version: 0.8.4p2 | Resolution: worksforme Keywords: | ------------------------+------------------------- Changes (by dustin): * status: new => closed * resolution: => worksforme Comment: I think I was right 3 months ago (comment 6) -- re-open if not -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:49:51 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:49:51 -0000 Subject: [Buildbot-commits] [Buildbot] #2126: buildbot try --properties=prop=value doesn't work with try_jobdir In-Reply-To: <035.99c90048ac5befbeb80a67a3e92d2cee@buildbot.net> References: <035.99c90048ac5befbeb80a67a3e92d2cee@buildbot.net> Message-ID: <050.a4f7bd4cc6ff0065386b5bed69cc0857@buildbot.net> #2126: buildbot try --properties=prop=value doesn't work with try_jobdir -------------------+-------------------- Reporter: gg0 | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.6 Version: 0.8.5 | Resolution: Keywords: try | -------------------+-------------------- Changes (by dustin): * keywords: => try -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:52:21 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:52:21 -0000 Subject: [Buildbot-commits] [Buildbot] #2167: Trigger steps should be able to extract properties from the triggered build In-Reply-To: <037.8c5ff1a7812fa0196020dc0f13e00f54@buildbot.net> References: <037.8c5ff1a7812fa0196020dc0f13e00f54@buildbot.net> Message-ID: <052.d034cb0df3e341e119fb00687d08fce1@buildbot.net> #2167: Trigger steps should be able to extract properties from the triggered build ------------------------+-------------------- Reporter: ayust | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.9.+ Version: 0.8.5 | Resolution: Keywords: buildcoord | ------------------------+-------------------- Changes (by dustin): * keywords: => buildcoord -- Ticket URL: Buildbot Buildbot: build/test automation From nobody at buildbot.net Sat Dec 31 21:57:14 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 21:57:14 -0000 Subject: [Buildbot-commits] [Buildbot] #2068: Please generate a "dir" file for Info In-Reply-To: <041.e791eb0ec95161e644aee17602153270@buildbot.net> References: <041.e791eb0ec95161e644aee17602153270@buildbot.net> Message-ID: <056.9b9fd94cc5fff6a0d4b5c6087995c064@buildbot.net> #2068: Please generate a "dir" file for Info ------------------------+---------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: closed Priority: trivial | Milestone: 0.8.6 Version: 0.8.4p2 | Resolution: wontfix Keywords: docs | ------------------------+---------------------- Changes (by dustin): * status: new => closed * resolution: => wontfix Comment: texinfo is gone now.. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Dec 31 22:07:00 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 31 Dec 2011 14:07:00 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 9a8b20: fix linkx in full.html - Fixes #2118 Message-ID: <20111231220700.74C6D42650@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9a8b2060319d8629c65f8870255473ed9e914fb3 https://github.com/buildbot/buildbot/commit/9a8b2060319d8629c65f8870255473ed9e914fb3 Author: Dustin J. Mitchell Date: 2011-12-31 (Sat, 31 Dec 2011) Changed paths: M master/docs/Makefile Log Message: ----------- fix linkx in full.html - Fixes #2118 From nobody at buildbot.net Sat Dec 31 22:07:06 2011 From: nobody at buildbot.net (Buildbot) Date: Sat, 31 Dec 2011 22:07:06 -0000 Subject: [Buildbot-commits] [Buildbot] #2118: one-page html docs don't link to full.html In-Reply-To: <038.71ec7cedfcbde374c51682346354142c@buildbot.net> References: <038.71ec7cedfcbde374c51682346354142c@buildbot.net> Message-ID: <053.bfbc521020ca460f100aa08c0adc7262@buildbot.net> #2118: one-page html docs don't link to full.html --------------------+--------------------- Reporter: dustin | Owner: Type: defect | Status: closed Priority: minor | Milestone: 0.8.6 Version: 0.8.4p2 | Resolution: fixed Keywords: docs | --------------------+--------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: fix linkx in full.html - Fixes #2118 Changeset: 9a8b2060319d8629c65f8870255473ed9e914fb3 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Dec 31 22:17:56 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 31 Dec 2011 14:17:56 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b535fa: fix typo Message-ID: <20111231221756.EC6124244D@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b535fa4794e400e6afb20c442b34b6026406d161 https://github.com/buildbot/buildbot/commit/b535fa4794e400e6afb20c442b34b6026406d161 Author: Dustin J. Mitchell Date: 2011-12-31 (Sat, 31 Dec 2011) Changed paths: M master/docs/Makefile Log Message: ----------- fix typo From noreply at github.com Sat Dec 31 23:53:19 2011 From: noreply at github.com (noreply at github.com) Date: Sat, 31 Dec 2011 15:53:19 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 4e8908: fix ANOTHER typo Message-ID: <20111231235319.3654042600@smtp1.rs.github.com> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 4e890846570cd383fb37adf11f0584a2bf5642bf https://github.com/buildbot/buildbot/commit/4e890846570cd383fb37adf11f0584a2bf5642bf Author: Dustin J. Mitchell Date: 2011-12-31 (Sat, 31 Dec 2011) Changed paths: M master/docs/Makefile Log Message: ----------- fix ANOTHER typo