From noreply at github.com Thu Apr 1 14:47:50 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 1 Apr 2010 07:47:50 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 0b112c: Clarify error message when there isn't 1 row in th... Message-ID: <20100401144749.F1A624202C@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 0b112c235f736aa4971ef911091d2e8951187964 http://github.com/djmitche/buildbot/commit/0b112c235f736aa4971ef911091d2e8951187964 Author: Chris AtLee Date: 2010-04-01 (Thu, 01 Apr 2010) Changed paths: M buildbot/db/schema/manager.py Log Message: ----------- Clarify error message when there isn't 1 row in the version table. From buildbot-devel at lists.sourceforge.net Thu Apr 1 18:09:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 01 Apr 2010 18:09:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #756: Buildbot broken by addition of builder properties In-Reply-To: <038.113685a1b8b06f9499dfb303caff9618@lists.sourceforge.net> References: <038.113685a1b8b06f9499dfb303caff9618@lists.sourceforge.net> Message-ID: <047.7d3663221189773c5fc59b6e6701530f@lists.sourceforge.net> #756: Buildbot broken by addition of builder properties -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Ben Type: defect | Status: accepted Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: properties, builder -------------------+-------------------------------------------------------- Comment(by dustin): I think this got fixed .. I'll need to double-check -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Apr 1 18:57:59 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 1 Apr 2010 11:57:59 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] bad820: Handle an empty changes_nextid table Message-ID: <20100401185759.44B604216F@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: bad8208913f490437b83700269f790949abd6f3b http://github.com/djmitche/buildbot/commit/bad8208913f490437b83700269f790949abd6f3b Author: Chris AtLee Date: 2010-04-01 (Thu, 01 Apr 2010) Changed paths: M buildbot/db/connector.py Log Message: ----------- Handle an empty changes_nextid table Commit: fd9b9bb62d959b40c22eec9f744fa9bc956f6f31 http://github.com/djmitche/buildbot/commit/fd9b9bb62d959b40c22eec9f744fa9bc956f6f31 Author: Chris AtLee Date: 2010-04-01 (Thu, 01 Apr 2010) Changed paths: M buildbot/db/schema/tables.sql Log Message: ----------- Updating tables.sql with class_name From buildbot-devel at lists.sourceforge.net Thu Apr 1 20:48:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 01 Apr 2010 20:48:01 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #770: Exception thrown on waterfall?category=foo: Incorrect number of bindings supplied. Message-ID: <039.c60e8d4c8360bdff9af54b941282badb@lists.sourceforge.net> #770: Exception thrown on waterfall?category=foo: Incorrect number of bindings supplied. --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: master | Keywords: --------------------+------------------------------------------------------- If I pass a `category` parameter to the waterfall webpage, it throws an exception: {{{ : Incorrect number of bindings supplied. The current statement uses 1, and there are 0 supplied. }}} Full backtrace attached. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 1 20:51:03 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 01 Apr 2010 20:51:03 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #771: Exception thrown on grid?category=foo: 'ngettext' is undefined Message-ID: <039.341f1f9d3efafa72c3760261b68be7dd@lists.sourceforge.net> #771: Exception thrown on grid?category=foo: 'ngettext' is undefined --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: master | Keywords: --------------------+------------------------------------------------------- If I pass a `category` parameter to the `grid` webpage, it throws an exception: {{{ : 'ngettext' is undefined }}} Full backtrace attached. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Apr 1 20:55:54 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 1 Apr 2010 13:55:54 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 64fd55: Fix for broken waterfall categories. Message-ID: <20100401205554.3F093422AB@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 64fd556b4293d3dbe7adea9129c6d057dcaf459e http://github.com/djmitche/buildbot/commit/64fd556b4293d3dbe7adea9129c6d057dcaf459e Author: Chris AtLee Date: 2010-04-01 (Thu, 01 Apr 2010) Changed paths: M buildbot/db/connector.py Log Message: ----------- Fix for broken waterfall categories. Fixes: #770 From buildbot-devel at lists.sourceforge.net Thu Apr 1 20:56:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 01 Apr 2010 20:56:04 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #770: Exception thrown on waterfall?category=foo: Incorrect number of bindings supplied. In-Reply-To: <039.c60e8d4c8360bdff9af54b941282badb@lists.sourceforge.net> References: <039.c60e8d4c8360bdff9af54b941282badb@lists.sourceforge.net> Message-ID: <048.7109b81a37190da235aea0f9ef4d8f17@lists.sourceforge.net> #770: Exception thrown on waterfall?category=foo: Incorrect number of bindings supplied. --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: master | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Changes (by catlee): * status: new => closed * resolution: => fixed Comment: Fixed by 64fd556b4293d3dbe7adea9129c6d057dcaf459e -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Apr 3 01:38:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 03 Apr 2010 01:38:01 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #772: hgbuildbot hook error Message-ID: <039.44180f2987d2db58c67df70097b3444d@lists.sourceforge.net> #772: hgbuildbot hook error --------------------+------------------------------------------------------- Reporter: ashcrow | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: mercurial, hooks --------------------+------------------------------------------------------- Error when executing hook: {{{ python_phishtank_master at mogo python-phishtank]$ hg pull -r 3 pulling from http://bitbucket.org/ashcrow/python-phishtank/ searching for changes adding changesets adding manifests adding file changes added 1 changesets with 1 changes to 1 files rev 512f43bea6ec1be1ff240a56a6b92d37dfcc35f1 sent change(s) NOT sent, something went wrong: [Failure instance: Traceback from remote host -- Traceback (most recent call last): File "/usr/lib/python2.4/site- packages/Twisted-9.0.0-py2.4-linux-i686.egg/twisted/spread/pb.py", line 1336, in remote_respond d = self.portal.login(self, mind, IPerspective) File "/usr/lib/python2.4/site- packages/Twisted-9.0.0-py2.4-linux-i686.egg/twisted/cred/portal.py", line 115, in login return maybeDeferred(self.checkers[i].requestAvatarId, credentials File "/usr/lib/python2.4/site- packages/Twisted-9.0.0-py2.4-linux-i686.egg/twisted/internet/defer.py", line 190, in addCallback callbackKeywords=kw) File "/usr/lib/python2.4/site- packages/Twisted-9.0.0-py2.4-linux-i686.egg/twisted/internet/defer.py", line 181, in addCallbacks self._runCallbacks() --- --- File "/usr/lib/python2.4/site- packages/Twisted-9.0.0-py2.4-linux-i686.egg/twisted/internet/defer.py", line 323, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/usr/lib/python2.4/site- packages/buildbot-0.7.12-py2.4.egg/buildbot/master.py", line 349, in requestAvatar p = self.botmaster.getPerspective(avatarID) File "/usr/lib/python2.4/site- packages/buildbot-0.7.12-py2.4.egg/buildbot/master.py", line 239, in getPerspective return self.slaves[slavename] exceptions.KeyError: 'change' ] (run 'hg update' to get a working copy) }}} For the heck of it I threw in a print statement to see what the change looked like coming from the hook and it seemed normal enougn to me: {{{ {'username': "Steve 'Ashcrow' Milner ", 'files': ['setup.py', 'src/phishtank/__init__.py', 'src/phishtank/transport.py', 'tests/__init__.py'], 'master': '127.0.0.1:9998', 'comments': 'added simple test and using an agent string', 'revision': 'd8ebc6a32286f011d9306f840380988c2fabb2f8'} }}} In repo configuration {{{ [paths] default = http://bitbucket.org/ashcrow/python-phishtank/ [hooks] changegroup.buildbot = python:buildbot.changes.hgbuildbot.hook [hgbuildbot] master = 127.0.0.1:9998 }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Apr 3 02:01:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 03 Apr 2010 02:01:45 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #772: hgbuildbot hook error In-Reply-To: <039.44180f2987d2db58c67df70097b3444d@lists.sourceforge.net> References: <039.44180f2987d2db58c67df70097b3444d@lists.sourceforge.net> Message-ID: <048.abd7a45f6b8b3d07a032bb10f52be980@lists.sourceforge.net> #772: hgbuildbot hook error ----------------------------+----------------------------------------------- Reporter: ashcrow | Owner: Type: support-request | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: mercurial, hooks ----------------------------+----------------------------------------------- Changes (by dustin): * type: defect => support-request Comment: I think you forgot to set up a {{{PBChangeSource}}}. The error could be clearer, though. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Apr 3 02:03:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 03 Apr 2010 02:03:42 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #772: hgbuildbot hook error In-Reply-To: <039.44180f2987d2db58c67df70097b3444d@lists.sourceforge.net> References: <039.44180f2987d2db58c67df70097b3444d@lists.sourceforge.net> Message-ID: <048.ab902a819eaffc265339ebdff5f82db2@lists.sourceforge.net> #772: hgbuildbot hook error ------------------------+--------------------------------------------------- Reporter: ashcrow | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Keywords: mercurial, hooks ------------------------+--------------------------------------------------- Changes (by dustin): * type: support-request => enhancement * milestone: undecided => 0.8.0 Comment: Wow, this perspective stuff is kinda a mess. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 4 21:16:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 04 Apr 2010 21:16:27 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #773: Commit message not escaped in waterfall Message-ID: <039.a2528ae8e533fa114f5205eb20166a41@lists.sourceforge.net> #773: Commit message not escaped in waterfall --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: master | Keywords: jinja xss patch --------------------+------------------------------------------------------- After commit [http://websvn.kde.org/?view=revision&revision=1111002 1111002] to kdevplatform, my waterfall table got pretty messed up (cells appearing in wrong columns) and the username in the change cell had a piece of the commit message. The problem is that commit message contained an XML tag, and `change_macros.html` isn't HTML-escaping it. Security-wise, this is an XSS bug, of low impact because it's only exploitable by people who can commit to the project repository (or otherwise get a `ChangeSource` to emit a `Change`). {{{ #!diff diff --git a/buildbot/status/web/templates/change_macros.html b/buildbot/status/web/templates/change_macros.html index 70dd76d..3ff361a 100644 --- a/buildbot/status/web/templates/change_macros.html +++ b/buildbot/status/web/templates/change_macros.html @@ -68,5 +68,5 @@ {%- endmacro %} {% macro box_contents(who, url, title) -%} -{{ who|user }} +{{ who|user }} {%- endmacro %} }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 4 21:16:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 04 Apr 2010 21:16:31 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #774: Commit message not shown in change page Message-ID: <039.c4d6369eb995c01ffea4a9edf7e15c13@lists.sourceforge.net> #774: Commit message not shown in change page --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.0 Version: master | Keywords: jinja patch --------------------+------------------------------------------------------- If the `changecommentlink` feature is ''not'' in use, pages like `/changes/123` in the webstatus don't show the commit message. From the code, it looks like it will show the change's ?project? instead (wow, since when do `Change`s have a `project` property?). This is because the lambda for the ?no `changelink` given? case has its arguments swapped. {{{ #!diff diff --git a/buildbot/status/web/base.py b/buildbot/status/web/base.py index 677b646..e02252f 100644 --- a/buildbot/status/web/base.py +++ b/buildbot/status/web/base.py @@ -602,7 +602,7 @@ def changelinkfilter(changelink): return filter if not changelink: - return lambda project, text: jinja2.escape(text) + return lambda text, project: jinja2.escape(text) elif isinstance(changelink, dict): def dict_filter(text, project): }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 08:28:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 08:28:42 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #774: Commit message not shown in change page In-Reply-To: <039.c4d6369eb995c01ffea4a9edf7e15c13@lists.sourceforge.net> References: <039.c4d6369eb995c01ffea4a9edf7e15c13@lists.sourceforge.net> Message-ID: <048.05a581a81e32ae291de08940edaf8b27@lists.sourceforge.net> #774: Commit message not shown in change page --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: marcusl Type: defect | Status: accepted Priority: minor | Milestone: 0.8.0 Version: master | Keywords: jinja patch --------------------+------------------------------------------------------- Changes (by marcusl): * owner: => marcusl * status: new => accepted Comment: Right. Should've checked that more thoroughly. I mixed up the order of filter args in the beginning and apparently forgot to change all places. (A change has a project since the tickets/issues/bugs refered to in a commit comment refers to a specific project (a Trac/Bugzilla/etc instance). This was recently introduced to allow multiple projects/repositories in one buildmaster.) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 08:32:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 08:32:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #773: Commit message not escaped in waterfall In-Reply-To: <039.a2528ae8e533fa114f5205eb20166a41@lists.sourceforge.net> References: <039.a2528ae8e533fa114f5205eb20166a41@lists.sourceforge.net> Message-ID: <048.544b99baf194c74a2d79fa30703ee525@lists.sourceforge.net> #773: Commit message not escaped in waterfall --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: marcusl Type: defect | Status: accepted Priority: major | Milestone: 0.8.0 Version: master | Keywords: jinja xss patch --------------------+------------------------------------------------------- Changes (by marcusl): * owner: => marcusl * status: new => accepted Comment: Well spotted. Thanks! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 08:35:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 08:35:10 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #773: Commit message not escaped in waterfall In-Reply-To: <039.a2528ae8e533fa114f5205eb20166a41@lists.sourceforge.net> References: <039.a2528ae8e533fa114f5205eb20166a41@lists.sourceforge.net> Message-ID: <048.b5ce10104dc21bf896d5798f208280cf@lists.sourceforge.net> #773: Commit message not escaped in waterfall ----------------------------+----------------------------------------------- Reporter: Nicolas | Owner: marcusl Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: master | Resolution: fixed Keywords: jinja xss patch | ----------------------------+----------------------------------------------- Changes (by Marcus Lindblom): * status: accepted => closed * resolution: => fixed Comment: Add missing escape of title attribute in waterfall change box (fixes #773) Changeset: 2d1881434f0d38f7344d381f619bbd2590ba1760 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 08:35:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 08:35:10 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #774: Commit message not shown in change page In-Reply-To: <039.c4d6369eb995c01ffea4a9edf7e15c13@lists.sourceforge.net> References: <039.c4d6369eb995c01ffea4a9edf7e15c13@lists.sourceforge.net> Message-ID: <048.9c54bd83cc69a25f169ab5a66ed4efee@lists.sourceforge.net> #774: Commit message not shown in change page ------------------------+--------------------------------------------------- Reporter: Nicolas | Owner: marcusl Type: defect | Status: closed Priority: minor | Milestone: 0.8.0 Version: master | Resolution: fixed Keywords: jinja patch | ------------------------+--------------------------------------------------- Changes (by Marcus Lindblom): * status: accepted => closed * resolution: => fixed Comment: Fix changecomment link filter when no project is set (fixes #774) Changeset: ab3fa2c6f5f35e3ad7440b58f69b849568275550 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Apr 5 08:35:13 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 5 Apr 2010 01:35:13 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] ab3fa2: Fix changecomment link filter when no project is s... Message-ID: <20100405083513.436144224E@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: ab3fa2c6f5f35e3ad7440b58f69b849568275550 http://github.com/djmitche/buildbot/commit/ab3fa2c6f5f35e3ad7440b58f69b849568275550 Author: Marcus Lindblom Date: 2010-04-05 (Mon, 05 Apr 2010) Changed paths: M buildbot/status/web/base.py Log Message: ----------- Fix changecomment link filter when no project is set (fixes #774) Commit: 2d1881434f0d38f7344d381f619bbd2590ba1760 http://github.com/djmitche/buildbot/commit/2d1881434f0d38f7344d381f619bbd2590ba1760 Author: Marcus Lindblom Date: 2010-04-05 (Mon, 05 Apr 2010) Changed paths: M buildbot/status/web/templates/change_macros.html Log Message: ----------- Add missing escape of title attribute in waterfall change box (fixes #773) From buildbot-devel at lists.sourceforge.net Mon Apr 5 08:40:54 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 08:40:54 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #771: Exception thrown on grid?category=foo: 'ngettext' is undefined In-Reply-To: <039.341f1f9d3efafa72c3760261b68be7dd@lists.sourceforge.net> References: <039.341f1f9d3efafa72c3760261b68be7dd@lists.sourceforge.net> Message-ID: <048.49fb29e3db54c4535270e1f7e4351ea5@lists.sourceforge.net> #771: Exception thrown on grid?category=foo: 'ngettext' is undefined --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: marcusl Type: defect | Status: accepted Priority: major | Milestone: 0.8.0 Version: master | Keywords: --------------------+------------------------------------------------------- Changes (by marcusl): * owner: => marcusl * status: new => accepted Comment: Seems to be related to jinja2 i18n which I enabled to get the pluralization tags. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 08:47:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 08:47:43 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #771: Exception thrown on grid?category=foo: 'ngettext' is undefined In-Reply-To: <039.341f1f9d3efafa72c3760261b68be7dd@lists.sourceforge.net> References: <039.341f1f9d3efafa72c3760261b68be7dd@lists.sourceforge.net> Message-ID: <048.7af3478b9adbc4c1ead150babeba6853@lists.sourceforge.net> #771: Exception thrown on grid?category=foo: 'ngettext' is undefined --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: marcusl Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: master | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Changes (by Marcus Lindblom): * status: accepted => closed * resolution: => fixed Comment: Fix grid view when categories set + install null translations for jinja (fixes #771) Changeset: 86a9b36f24942aa5bc4ede6ff6064bf2c9f4696f -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Apr 5 08:47:46 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 5 Apr 2010 01:47:46 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 86a9b3: Fix grid view when categories set + install null t... Message-ID: <20100405084746.425C342174@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 86a9b36f24942aa5bc4ede6ff6064bf2c9f4696f http://github.com/djmitche/buildbot/commit/86a9b36f24942aa5bc4ede6ff6064bf2c9f4696f Author: Marcus Lindblom Date: 2010-04-05 (Mon, 05 Apr 2010) Changed paths: M buildbot/status/web/base.py M buildbot/status/web/templates/grid_macros.html Log Message: ----------- Fix grid view when categories set + install null translations for jinja (fixes #771) From buildbot-devel at lists.sourceforge.net Mon Apr 5 09:14:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 09:14:04 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #694: Infinite loop in the slave with Mercurial In-Reply-To: <040.f70768f32757edeb5985389f273b77ad@lists.sourceforge.net> References: <040.f70768f32757edeb5985389f273b77ad@lists.sourceforge.net> Message-ID: <049.507b6b489efbe13bc52fd0e594210938@lists.sourceforge.net> #694: Infinite loop in the slave with Mercurial --------------------------------------------+------------------------------- Reporter: kalessin | Owner: Type: defect | Status: reopened Priority: critical | Milestone: 0.8.0 Version: 0.7.11 | Resolution: Keywords: slave, mercurial, infinite loop | --------------------------------------------+------------------------------- Comment(by Marcus Lindblom): Avoid infinite recursion in Mercurial step (see #694) Changeset: ad4a73471d2f3c5147ef1c4bc5717c7919502123 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Apr 5 09:14:10 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 5 Apr 2010 02:14:10 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] ad4a73: Avoid infinite recursion in Mercurial step (see #6... Message-ID: <20100405091410.72AB6422C7@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: ad4a73471d2f3c5147ef1c4bc5717c7919502123 http://github.com/djmitche/buildbot/commit/ad4a73471d2f3c5147ef1c4bc5717c7919502123 Author: Marcus Lindblom Date: 2010-04-05 (Mon, 05 Apr 2010) Changed paths: M buildbot/slave/commands/vcs.py Log Message: ----------- Avoid infinite recursion in Mercurial step (see #694) Commit: 60b285b6efa45e8dbdaea542a64b354207aecae9 http://github.com/djmitche/buildbot/commit/60b285b6efa45e8dbdaea542a64b354207aecae9 Author: Marcus Lindblom Date: 2010-04-05 (Mon, 05 Apr 2010) Changed paths: M buildbot/slave/commands/vcs.py Log Message: ----------- Fix Mercurial repo URL comparison for clobber (fixes #694) From buildbot-devel at lists.sourceforge.net Mon Apr 5 09:15:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 09:15:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #694: Infinite loop in the slave with Mercurial In-Reply-To: <040.f70768f32757edeb5985389f273b77ad@lists.sourceforge.net> References: <040.f70768f32757edeb5985389f273b77ad@lists.sourceforge.net> Message-ID: <049.14d6f41f377d9ad6b35e80b736afe33d@lists.sourceforge.net> #694: Infinite loop in the slave with Mercurial --------------------------------------------+------------------------------- Reporter: kalessin | Owner: Type: defect | Status: closed Priority: critical | Milestone: 0.8.0 Version: 0.7.11 | Resolution: fixed Keywords: slave, mercurial, infinite loop | --------------------------------------------+------------------------------- Changes (by marcusl): * status: reopened => closed * resolution: => fixed Comment: Fix Mercurial repo URL comparison for clobber (fixes #694) Changeset: 60b285b6efa45e8dbdaea542a64b354207aecae9 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 09:19:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 09:19:12 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #292: Buildbot generates incorrect waterfall xhtml In-Reply-To: <042.7be4401705a0d5b96ca536b16de49e3d@lists.sourceforge.net> References: <042.7be4401705a0d5b96ca536b16de49e3d@lists.sourceforge.net> Message-ID: <051.463a8c51352e5464c4a1cf3427d492a3@lists.sourceforge.net> #292: Buildbot generates incorrect waterfall xhtml -----------------------+---------------------------------------------------- Reporter: DevUrandom | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.7 | Keywords: -----------------------+---------------------------------------------------- Comment(by marcusl): I added a validation test after rewriting the web status to jinja. It passes and checks against the official w3c DTD schemas. Could you recheck this against the current 0.8 and see if there's anything specific that needs fixing? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 09:56:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 09:56:04 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #684: provide a mechanism to separate out HTTP messages from logs In-Reply-To: <038.0d88ac11eb6bda72924875134d3f9c20@lists.sourceforge.net> References: <038.0d88ac11eb6bda72924875134d3f9c20@lists.sourceforge.net> Message-ID: <047.afc2e83d04c8c39b0fd0d4989c192309@lists.sourceforge.net> #684: provide a mechanism to separate out HTTP messages from logs ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: marcusl Type: enhancement | Status: accepted Priority: major | Milestone: 0.8.+ Version: 0.7.11 | Keywords: ------------------------+--------------------------------------------------- Changes (by marcusl): * owner: => marcusl * status: new => accepted Comment: Got it working. ;) Will see if I can add log rotation to the http.log too. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 10:41:08 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 10:41:08 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #684: provide a mechanism to separate out HTTP messages from logs In-Reply-To: <038.0d88ac11eb6bda72924875134d3f9c20@lists.sourceforge.net> References: <038.0d88ac11eb6bda72924875134d3f9c20@lists.sourceforge.net> Message-ID: <047.f1d5b44d9ac2aec5dca34bfd54d9252c@lists.sourceforge.net> #684: provide a mechanism to separate out HTTP messages from logs ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: marcusl Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.11 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Marcus Lindblom): * status: accepted => closed * resolution: => fixed Comment: Add separate http-log with fixed rotation parameters (fixes #684) Changeset: 64ef8f15ebe141e4c48201eb860b92843e5a72d1 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Apr 5 10:41:12 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 5 Apr 2010 03:41:12 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] d4588d: Add default favicon.ico file - looks good & reduce... Message-ID: <20100405104112.3F9A2421A2@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: d4588d21bab07876b0033f59d093396f60290216 http://github.com/djmitche/buildbot/commit/d4588d21bab07876b0033f59d093396f60290216 Author: Marcus Lindblom Date: 2010-04-05 (Mon, 05 Apr 2010) Changed paths: M buildbot/scripts/runner.py A buildbot/status/web/files/favicon.ico M setup.py Log Message: ----------- Add default favicon.ico file - looks good & reduces web requests Commit: 64ef8f15ebe141e4c48201eb860b92843e5a72d1 http://github.com/djmitche/buildbot/commit/64ef8f15ebe141e4c48201eb860b92843e5a72d1 Author: Marcus Lindblom Date: 2010-04-05 (Mon, 05 Apr 2010) Changed paths: M buildbot/status/web/baseweb.py Log Message: ----------- Add separate http-log with fixed rotation parameters (fixes #684) Commit: b1f2805f4498190cd80d302bddf64d7ea985483d http://github.com/djmitche/buildbot/commit/b1f2805f4498190cd80d302bddf64d7ea985483d Author: Marcus Lindblom Date: 2010-04-05 (Mon, 05 Apr 2010) Changed paths: M buildbot/status/web/baseweb.py Log Message: ----------- Remove some trailing blanks From buildbot-devel at lists.sourceforge.net Mon Apr 5 12:07:06 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 12:07:06 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #309: WebStatus html should be templated, stored in public_html (or similar) dir In-Reply-To: <039.ff0f0c5fbfeb2fb8e49c355562f30663@lists.sourceforge.net> References: <039.ff0f0c5fbfeb2fb8e49c355562f30663@lists.sourceforge.net> Message-ID: <048.56e739bd3f302c249151c3d828006898@lists.sourceforge.net> #309: WebStatus html should be templated, stored in public_html (or similar) dir ----------------------------------------+----------------------------------- Reporter: spurkis | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.7 | Resolution: fixed Keywords: web, status, template, html | ----------------------------------------+----------------------------------- Changes (by marcusl): * status: new => closed * resolution: => fixed * milestone: 1.0.+ => 0.8.0 Comment: It is templated now, using jinja. Custom templates go into the master's 'templates' directory, any files there override the default html-templates shipped inside buildbot. (found in the python path of buildbot.status.web.templates) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 12:07:13 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 12:07:13 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #309: WebStatus html should be templated, stored in public_html (or similar) dir In-Reply-To: <039.ff0f0c5fbfeb2fb8e49c355562f30663@lists.sourceforge.net> References: <039.ff0f0c5fbfeb2fb8e49c355562f30663@lists.sourceforge.net> Message-ID: <048.ae5a7a59eeed69ac1a31db6130dbac64@lists.sourceforge.net> #309: WebStatus html should be templated, stored in public_html (or similar) dir ----------------------------------------+----------------------------------- Reporter: spurkis | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.7 | Resolution: fixed Keywords: web, status, template, html | ----------------------------------------+----------------------------------- Changes (by marcusl): * type: defect => enhancement -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 12:13:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 12:13:48 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #252: side-effecty operations (Force Builder) should be POSTs In-Reply-To: <037.9f9d5e72e6cef02ea15c40ffc5b49eb9@lists.sourceforge.net> References: <037.9f9d5e72e6cef02ea15c40ffc5b49eb9@lists.sourceforge.net> Message-ID: <046.7a16de9f7f4106a14a0498e4b74b707a@lists.sourceforge.net> #252: side-effecty operations (Force Builder) should be POSTs -------------------+-------------------------------------------------------- Reporter: zooko | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.6 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by marcusl): * status: new => closed * resolution: => fixed * milestone: 0.8.+ => 0.8.0 Comment: Seems to be fixed. All forms use method=post except the waterfall config, which is and should be get. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 12:19:20 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 12:19:20 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #292: Buildbot generates incorrect waterfall xhtml In-Reply-To: <042.7be4401705a0d5b96ca536b16de49e3d@lists.sourceforge.net> References: <042.7be4401705a0d5b96ca536b16de49e3d@lists.sourceforge.net> Message-ID: <051.57f12291878421ba111653bb2e253832@lists.sourceforge.net> #292: Buildbot generates incorrect waterfall xhtml -----------------------+---------------------------------------------------- Reporter: DevUrandom | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.7 | Resolution: fixed Keywords: | -----------------------+---------------------------------------------------- Changes (by marcusl): * status: new => closed * resolution: => fixed Comment: The doctype is (after the jinjafication) XHTML transitional, which should be more correct. The customization part works for sure. Closing this as fixed for now (as the output validates) and I'll leave it to someone else to rewrite the XHTML to the strict doctype. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 12:39:57 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 12:39:57 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #704: Further jinjafy /json, and use a common set of asDict-style methods on statuses In-Reply-To: <038.e1653b237dd22f22a6ddad3d3ee59c8e@lists.sourceforge.net> References: <038.e1653b237dd22f22a6ddad3d3ee59c8e@lists.sourceforge.net> Message-ID: <047.ed894b5cb588d84119f5d9cfa451aeb2@lists.sourceforge.net> #704: Further jinjafy /json, and use a common set of asDict-style methods on statuses ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: master | Keywords: ------------------------+--------------------------------------------------- Comment(by Marcus Lindblom): Replace SourceStamp's getHTMLDict() with asDict() (see #704) Changeset: b0a9da216279fa3d60e968f744f576e731b5bc20 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Apr 5 12:40:00 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 5 Apr 2010 05:40:00 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] b0a9da: Replace SourceStamp's getHTMLDict() with asDict() ... Message-ID: <20100405124000.26FA64229C@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: b0a9da216279fa3d60e968f744f576e731b5bc20 http://github.com/djmitche/buildbot/commit/b0a9da216279fa3d60e968f744f576e731b5bc20 Author: Marcus Lindblom Date: 2010-04-05 (Mon, 05 Apr 2010) Changed paths: M buildbot/sourcestamp.py M buildbot/status/web/grid.py M buildbot/status/web/templates/grid.html M buildbot/status/web/templates/grid_macros.html M buildbot/status/web/templates/grid_transposed.html Log Message: ----------- Replace SourceStamp's getHTMLDict() with asDict() (see #704) Commit: 2fa3b3ba7b12fdce746b09b1dcd110e42a4459cf http://github.com/djmitche/buildbot/commit/2fa3b3ba7b12fdce746b09b1dcd110e42a4459cf Author: Marcus Lindblom Date: 2010-04-05 (Mon, 05 Apr 2010) Changed paths: M buildbot/broken_test/runs/test_status.py M buildbot/changes/changes.py M buildbot/status/web/changes.py M buildbot/status/web/templates/build.html Log Message: ----------- Replace Change's html_dict() with asDict() (see #704) From buildbot-devel at lists.sourceforge.net Mon Apr 5 12:41:57 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 12:41:57 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #704: Further jinjafy /json, and use a common set of asDict-style methods on statuses In-Reply-To: <038.e1653b237dd22f22a6ddad3d3ee59c8e@lists.sourceforge.net> References: <038.e1653b237dd22f22a6ddad3d3ee59c8e@lists.sourceforge.net> Message-ID: <047.ef9e523929aed47060851dda408e1645@lists.sourceforge.net> #704: Further jinjafy /json, and use a common set of asDict-style methods on statuses ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: master | Keywords: ------------------------+--------------------------------------------------- Comment(by marcusl): 2fa3b3ba7b12fdce746b09b1dcd110e42a4459cf (Replace Change's html_dict() with asDict() (see #704)) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 12:19:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 12:19:25 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #292: Buildbot generates incorrect waterfall xhtml In-Reply-To: <042.7be4401705a0d5b96ca536b16de49e3d@lists.sourceforge.net> References: <042.7be4401705a0d5b96ca536b16de49e3d@lists.sourceforge.net> Message-ID: <051.f7f8561a69d1f6fe238357dd8f5d4473@lists.sourceforge.net> #292: Buildbot generates incorrect waterfall xhtml -----------------------+---------------------------------------------------- Reporter: DevUrandom | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.7 | Resolution: fixed Keywords: | -----------------------+---------------------------------------------------- Changes (by marcusl): * milestone: 0.8.+ => 0.8.0 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 5 17:20:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 05 Apr 2010 17:20:24 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #775: one_line_per_build has no category support Message-ID: <039.923586e46f0d7dd9356f224e790d3167@lists.sourceforge.net> #775: one_line_per_build has no category support ------------------------+--------------------------------------------------- Reporter: Nicolas | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.8.0 | Keywords: jinja categories ------------------------+--------------------------------------------------- Going to `/one_line_per_build?category=kdev` still shows all recent builds, not just the builds on that category. I might try writing a patch later, so please mark the ticket as "accepted" if you start working on it, so I know not to start myself :) -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Apr 6 15:54:20 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 6 Apr 2010 08:54:20 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] c5835f: Created v4 schema that uses auto incrementing colu... Message-ID: <20100406155420.46DA7422AD@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: c5835f452877b2c42ac81fbc2bbb4274f60b2f88 http://github.com/djmitche/buildbot/commit/c5835f452877b2c42ac81fbc2bbb4274f60b2f88 Author: Chris AtLee Date: 2010-04-06 (Tue, 06 Apr 2010) Changed paths: M buildbot/db/connector.py M buildbot/db/schema/base.py M buildbot/db/schema/manager.py M buildbot/db/schema/tables.sql A buildbot/db/schema/v4.py M buildbot/test/unit/test_db_schema_master.py Log Message: ----------- Created v4 schema that uses auto incrementing columns for ids From buildbot-devel at lists.sourceforge.net Tue Apr 6 15:57:37 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 06 Apr 2010 15:57:37 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #776: MySQL warns about default values for BLOB/TEXT columns Message-ID: <038.43b34c7e2652353334a97fb536f40d6f@lists.sourceforge.net> #776: MySQL warns about default values for BLOB/TEXT columns -------------------+-------------------------------------------------------- Reporter: catlee | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- MySQL doesn't like having default values for BLOB/TEXT columns, and generates warnings when these are added in the v2 schema. The warnings seem harmless; buildbot seems to function ok regardless. e.g. {{{ /home/catlee/src/buildbot/buildbot/db/schema/v2.py:16: Warning: BLOB/TEXT column 'repository' can't have a default value /home/catlee/src/buildbot/buildbot/db/schema/v2.py:20: Warning: BLOB/TEXT column 'project' can't have a default value }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Apr 7 13:48:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 07 Apr 2010 13:48:47 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #777: Document buildbot.slave.commands.base.Obfuscated Message-ID: <038.cc052ca6e4a611968d295476ce0b6e1e@lists.sourceforge.net> #777: Document buildbot.slave.commands.base.Obfuscated ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- This is a handy class to use, but doesn't show up in the docs. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Apr 7 19:24:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 07 Apr 2010 19:24:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #628: Completion of builds forced from IRC announced twice In-Reply-To: <039.4851e716888d5d8fff325934ecde5ff8@lists.sourceforge.net> References: <039.4851e716888d5d8fff325934ecde5ff8@lists.sourceforge.net> Message-ID: <048.faed2ce017541f14c16a8dda18881aeb@lists.sourceforge.net> #628: Completion of builds forced from IRC announced twice --------------------+------------------------------------------------------- Reporter: Nicolas | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.11 | Keywords: --------------------+------------------------------------------------------- Comment(by Nicolas): Of course, the bug isn't only with build failures. If the bot is set to notify on success and a forced build succeeds, or if it's set to notify on failureToSuccess and a forced build succeeds with the previous build having failed, etc. it announces the build result twice. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Apr 7 20:15:26 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 7 Apr 2010 13:15:26 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 1a386f: Take the repository property from the sourcestamp ... Message-ID: <20100407201526.4173A422CD@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 1a386f2c454eec613d977928923c230a506594a8 http://github.com/djmitche/buildbot/commit/1a386f2c454eec613d977928923c230a506594a8 Author: Benoit Allard Date: 2010-04-07 (Wed, 07 Apr 2010) Changed paths: M buildbot/steps/source.py Log Message: ----------- Take the repository property from the sourcestamp into acount for the Source step Commit: 56fba946e7aad71100e15bf029c978d9e2221d99 http://github.com/djmitche/buildbot/commit/56fba946e7aad71100e15bf029c978d9e2221d99 Author: Benoit Allard Date: 2010-04-07 (Wed, 07 Apr 2010) Changed paths: A buildbot/test/unit/test_source_repourl.py Log Message: ----------- Add a unittest for repourl in Source Commit: a9ab23bfaa7fa91e04f4f1c15451c1708777a90b http://github.com/djmitche/buildbot/commit/a9ab23bfaa7fa91e04f4f1c15451c1708777a90b Author: Benoit Allard Date: 2010-04-07 (Wed, 07 Apr 2010) Changed paths: M docs/cfg-buildsteps.texinfo Log Message: ----------- Add documentation about Source steps using the Change repository property From buildbot-devel at lists.sourceforge.net Wed Apr 7 21:55:18 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 07 Apr 2010 21:55:18 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #765: web display for schedulers In-Reply-To: <038.66afa28eb1a2b70b4d632d38c02a7ccb@lists.sourceforge.net> References: <038.66afa28eb1a2b70b4d632d38c02a7ccb@lists.sourceforge.net> Message-ID: <047.2611a10f2d31740fbdc56f9cbbd95870@lists.sourceforge.net> #765: web display for schedulers ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Comment(by catlee): It would also be nice to be able to 'Force' builds via the schedulers. That way all dependent schedulers also get fired, etc. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Apr 7 23:59:28 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 07 Apr 2010 23:59:28 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #753: xmlrpc_getBuild fails for failed builds In-Reply-To: <037.23c1756e72ab5d77f4120b3e2a01a80e@lists.sourceforge.net> References: <037.23c1756e72ab5d77f4120b3e2a01a80e@lists.sourceforge.net> Message-ID: <046.acaec93f5eca1fc33cd7e89f3abe6773@lists.sourceforge.net> #753: xmlrpc_getBuild fails for failed builds -------------------+-------------------------------------------------------- Reporter: clown | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned * milestone: undecided => 0.8.0 Comment: This should be fairly easy to fix. It took me a while to figure out that the Fault is being transmitted *from* Buildbot, which is why there is no buildbot source in the traceback. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 00:15:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 00:15:04 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #684: provide a mechanism to separate out HTTP messages from logs In-Reply-To: <038.0d88ac11eb6bda72924875134d3f9c20@lists.sourceforge.net> References: <038.0d88ac11eb6bda72924875134d3f9c20@lists.sourceforge.net> Message-ID: <047.a10c7aeba81f0fafce293d984d98a34f@lists.sourceforge.net> #684: provide a mechanism to separate out HTTP messages from logs ------------------------+--------------------------------------------------- Reporter: tfogal | Owner: marcusl Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.11 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Comment(by dustin): This looks great - thanks! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 00:20:30 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 00:20:30 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #704: Further jinjafy /json, and use a common set of asDict-style methods on statuses In-Reply-To: <038.e1653b237dd22f22a6ddad3d3ee59c8e@lists.sourceforge.net> References: <038.e1653b237dd22f22a6ddad3d3ee59c8e@lists.sourceforge.net> Message-ID: <047.7eb0f3dec0255b8a206e0ff4033bf67f@lists.sourceforge.net> #704: Further jinjafy /json, and use a common set of asDict-style methods on statuses ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.0 Version: master | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.0 Comment: I don't see any more {{{getHTMLDict}}} or {{{html_dict}}} anymore (yay! - and thanks for going the extra mile to clean up the seams between two great additions to buildbot). Can we mark this as fixed? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 00:23:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 00:23:15 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #775: one_line_per_build has no category support In-Reply-To: <039.923586e46f0d7dd9356f224e790d3167@lists.sourceforge.net> References: <039.923586e46f0d7dd9356f224e790d3167@lists.sourceforge.net> Message-ID: <048.9f8ff79974d0ef54dca0147effc51667@lists.sourceforge.net> #775: one_line_per_build has no category support ------------------------+--------------------------------------------------- Reporter: Nicolas | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Keywords: jinja categories ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ Comment: categorized as 0.8.+ because it's not critical for 0.8.0. If you get it done before the next beta, though, I'll be happy to merge it (and adjust the milestone appropriately). -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 00:37:20 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 00:37:20 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #777: Document buildbot.slave.commands.base.Obfuscated In-Reply-To: <038.cc052ca6e4a611968d295476ce0b6e1e@lists.sourceforge.net> References: <038.cc052ca6e4a611968d295476ce0b6e1e@lists.sourceforge.net> Message-ID: <047.f38fdbc53014f3f72c824b526ef28249@lists.sourceforge.net> #777: Document buildbot.slave.commands.base.Obfuscated ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: => 0.8.0 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 14:14:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 14:14:51 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #778: 'latest' revision get's stuck on grid views when source step fails Message-ID: <039.27a06b248f9920dc90571d9fde33c0c5@lists.sourceforge.net> #778: 'latest' revision get's stuck on grid views when source step fails --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: --------------------+------------------------------------------------------- If the source step fails, and no revision is given (and thus becomes latest) these builds do not get moved of the grid, rather they are sorted as "newest" always. The revisions should be sorted by most recent started/completed build, not just the sourcestamp's time or whatever is being used. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 14:46:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 14:46:05 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #704: Further jinjafy /json, and use a common set of asDict-style methods on statuses In-Reply-To: <038.e1653b237dd22f22a6ddad3d3ee59c8e@lists.sourceforge.net> References: <038.e1653b237dd22f22a6ddad3d3ee59c8e@lists.sourceforge.net> Message-ID: <047.43ad2a69265b07af6a6a6c7c7c9aa2fd@lists.sourceforge.net> #704: Further jinjafy /json, and use a common set of asDict-style methods on statuses ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.0 Version: master | Keywords: ------------------------+--------------------------------------------------- Comment(by marcusl): We can probably mark this one as fixed, but the next step is to rewrite the HTMLResource classes to fill the context from the asDict() first, then add only extra data. That is more work, but most of the statuses' asDict() code is replicated in each web status resource's content() function still. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:16:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:16:25 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #778: 'latest' revision get's stuck on grid views when source step fails In-Reply-To: <039.27a06b248f9920dc90571d9fde33c0c5@lists.sourceforge.net> References: <039.27a06b248f9920dc90571d9fde33c0c5@lists.sourceforge.net> Message-ID: <048.5c386c3b80fbbc33ceace506c4fd8c67@lists.sourceforge.net> #778: 'latest' revision get's stuck on grid views when source step fails --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ Comment: They do eventually get removed, but you're right - they're very annoying. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:17:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:17:55 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #779: rewrite the HTMLResource classes to fill the context from the asDict() Message-ID: <038.4dc8d988fe10c58e984f8b08ea1e0bb4@lists.sourceforge.net> #779: rewrite the HTMLResource classes to fill the context from the asDict() ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- As a continuation of #704. There is a lot of code duplication between resources' content() methods and the corresponding status's asDict() methods right now. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:18:13 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:18:13 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #704: Further jinjafy /json, and use a common set of asDict-style methods on statuses In-Reply-To: <038.e1653b237dd22f22a6ddad3d3ee59c8e@lists.sourceforge.net> References: <038.e1653b237dd22f22a6ddad3d3ee59c8e@lists.sourceforge.net> Message-ID: <047.a39585f87a217c4c3cd257475dce5229@lists.sourceforge.net> #704: Further jinjafy /json, and use a common set of asDict-style methods on statuses ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.0 Version: master | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: cool - bug #779 (my philosophy is "bugs are cheap") -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Apr 8 16:23:47 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 09:23:47 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] b0dfe3: IRCContact: add missing StatusReceiver methods Message-ID: <20100408162347.40E584230D@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: b0dfe34ff1f96a6032b869d8eac56497650d88a7 http://github.com/djmitche/buildbot/commit/b0dfe34ff1f96a6032b869d8eac56497650d88a7 Author: Jay Soffian Date: 2010-04-07 (Wed, 07 Apr 2010) Changed paths: M buildbot/status/words.py Log Message: ----------- IRCContact: add missing StatusReceiver methods Add do-nothing methods for changeAdded, slaveConnected and slaveDisconnected. Commit: 4d36b1cabeea0a52fc69477fca08a16de7ed8d65 http://github.com/djmitche/buildbot/commit/4d36b1cabeea0a52fc69477fca08a16de7ed8d65 Author: Dustin J. Mitchell Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/status/words.py Log Message: ----------- Merge branch 'master' of git://github.com/jaysoffian/buildbot * 'master' of git://github.com/jaysoffian/buildbot: IRCContact: add missing StatusReceiver methods Signed-off-by: Dustin J. Mitchell From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:26:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:26:42 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #761: buildbot.db.exceptions.DatabaseNotReadyError on buildbot start (make error more helpful) In-Reply-To: <036.246cb5890e57bd389aa2954aac8383e7@lists.sourceforge.net> References: <036.246cb5890e57bd389aa2954aac8383e7@lists.sourceforge.net> Message-ID: <045.c198917063f861629b1b3fb8d282bc5e@lists.sourceforge.net> #761: buildbot.db.exceptions.DatabaseNotReadyError on buildbot start (make error more helpful) ------------------------+--------------------------------------------------- Reporter: chrb | Owner: dustin Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: reopened => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:26:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:26:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #706: build_control.stopBuild() really only interrupts the current step In-Reply-To: <038.a790aed7caf0362b32fd786541d0cd1b@lists.sourceforge.net> References: <038.a790aed7caf0362b32fd786541d0cd1b@lists.sourceforge.net> Message-ID: <047.f38a86390023a4f0bf181fc0d882efe9@lists.sourceforge.net> #706: build_control.stopBuild() really only interrupts the current step -------------------+-------------------------------------------------------- Reporter: dustin | Owner: catlee Type: defect | Status: assigned Priority: major | Milestone: 0.8.0 Version: master | Resolution: Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: reopened => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:28:54 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:28:54 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #692: exceptions.AssertionError: assert s.number == self.nextBuildNumber - 1 In-Reply-To: <039.77c31165c0901df8314fc1f45074a6aa@lists.sourceforge.net> References: <039.77c31165c0901df8314fc1f45074a6aa@lists.sourceforge.net> Message-ID: <048.367300ff57125498dd915d3f06a97796@lists.sourceforge.net> #692: exceptions.AssertionError: assert s.number == self.nextBuildNumber - 1 --------------------+------------------------------------------------------- Reporter: rackamx | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.0 Version: 0.7.11 | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:29:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:29:45 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #780: http logging changes break with Twisted-2.5.0 Message-ID: <038.f17b6398121d148e635060bb5d3aa758@lists.sourceforge.net> #780: http logging changes break with Twisted-2.5.0 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: dustin Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- I'd be fine with just disabling this particular feature on 2.5.0. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:31:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:31:05 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #781: http logs should use configurable rotation parameters Message-ID: <038.f4a4c6968a5f755ac723851826b1fd7b@lists.sourceforge.net> #781: http logs should use configurable rotation parameters ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- There was some discussion of making the rotation parameters for http logs mirror those for the twistd.log, but I don't think that's a common need. Let's instead make the rotation parameters configurable from the {{{WebStatus(..)}}} constructor. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:35:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:35:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #780: http logging changes break with Twisted-2.5.0 In-Reply-To: <038.f17b6398121d148e635060bb5d3aa758@lists.sourceforge.net> References: <038.f17b6398121d148e635060bb5d3aa758@lists.sourceforge.net> Message-ID: <047.a081e8814f63aff2603d5402b5fe05be@lists.sourceforge.net> #780: http logging changes break with Twisted-2.5.0 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:37:28 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:37:28 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #782: repository / project documentation Message-ID: <038.5bd6a416baf6c62b70fe0cb7dd04b6b2@lists.sourceforge.net> #782: repository / project documentation ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- This *definitely* needs full documentation of the new parameters, so I'll sweep through and make sure everything is included. It also needs a good section of conceptual documentation on what these parameters mean and how they can be used. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:37:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:37:32 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #782: repository / project documentation In-Reply-To: <038.5bd6a416baf6c62b70fe0cb7dd04b6b2@lists.sourceforge.net> References: <038.5bd6a416baf6c62b70fe0cb7dd04b6b2@lists.sourceforge.net> Message-ID: <047.a69ced8724189c220ac66c1a1e50d61a@lists.sourceforge.net> #782: repository / project documentation ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:38:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:38:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #706: build_control.stopBuild() really only interrupts the current step In-Reply-To: <038.a790aed7caf0362b32fd786541d0cd1b@lists.sourceforge.net> References: <038.a790aed7caf0362b32fd786541d0cd1b@lists.sourceforge.net> Message-ID: <047.0d99348d57bd308c869293ea79b5eb11@lists.sourceforge.net> #706: build_control.stopBuild() really only interrupts the current step -------------------+-------------------------------------------------------- Reporter: dustin | Owner: catlee Type: defect | Status: assigned Priority: major | Milestone: 0.8.+ Version: master | Resolution: Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: 0.8.0 => 0.8.+ Comment: Let's see if anyone can replicate these problems when 0.8.0 is released.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:39:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:39:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #613: need to retry if substantiating a latent builder fails In-Reply-To: <040.e5304fd2ae4ffdff465c5739f42381cd@lists.sourceforge.net> References: <040.e5304fd2ae4ffdff465c5739f42381cd@lists.sourceforge.net> Message-ID: <049.acfa56063f2206867482ef94fa50e6f5@lists.sourceforge.net> #613: need to retry if substantiating a latent builder fails ---------------------+------------------------------------------------------ Reporter: mwhudson | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.11 | Keywords: ---------------------+------------------------------------------------------ Changes (by dustin): * milestone: 0.8.0 => 0.8.1 Comment: I don't know this code, and don't have the facilities to test it, so unless someone steps up it won't be fixed in 0.8.0. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:39:08 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:39:08 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #689: Can't "force build" on latent slaves In-Reply-To: <036.c53368862a9d80ac04291171dcb77169@lists.sourceforge.net> References: <036.c53368862a9d80ac04291171dcb77169@lists.sourceforge.net> Message-ID: <045.0af035e65185a29ba71564aff054bb95@lists.sourceforge.net> #689: Can't "force build" on latent slaves -------------------+-------------------------------------------------------- Reporter: abyx | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.11 | Keywords: latent web -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: 0.8.0 => 0.8.1 Comment: I don't know this code, and don't have the facilities to test it, so unless someone steps up it won't be fixed in 0.8.0. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:39:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:39:33 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #737: Stale slave connection breaks reconfig In-Reply-To: <038.e26de8979fdaf25f6cb3789823d2823b@lists.sourceforge.net> References: <038.e26de8979fdaf25f6cb3789823d2823b@lists.sourceforge.net> Message-ID: <047.f9e9563ced692ee55671539dfe31728f@lists.sourceforge.net> #737: Stale slave connection breaks reconfig -------------------+-------------------------------------------------------- Reporter: catlee | Owner: catlee Type: defect | Status: assigned Priority: major | Milestone: 0.8.0 Version: master | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * owner: => catlee * status: new => assigned Comment: That looks correct to me. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:39:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:39:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #777: Document buildbot.slave.commands.base.Obfuscated In-Reply-To: <038.cc052ca6e4a611968d295476ce0b6e1e@lists.sourceforge.net> References: <038.cc052ca6e4a611968d295476ce0b6e1e@lists.sourceforge.net> Message-ID: <047.cb20c35576ffd7e6b2a8a77d151b136a@lists.sourceforge.net> #777: Document buildbot.slave.commands.base.Obfuscated ------------------------+--------------------------------------------------- Reporter: catlee | Owner: catlee Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by catlee): * owner: => catlee * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:40:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:40:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #742: A "reconfig" invalidates build state display in /builders In-Reply-To: <038.ad80a463fed8ba3af1813abbe5f95c00@lists.sourceforge.net> References: <038.ad80a463fed8ba3af1813abbe5f95c00@lists.sourceforge.net> Message-ID: <047.926ade894a4de56e6ccfa70954f6be44@lists.sourceforge.net> #742: A "reconfig" invalidates build state display in /builders -------------------+-------------------------------------------------------- Reporter: tfogal | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.0 Version: master | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:41:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:41:27 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #763: debug client calls now-missing perspective_requestBuild In-Reply-To: <038.7989197ce7f13f72f90b94a6806048c4@lists.sourceforge.net> References: <038.7989197ce7f13f72f90b94a6806048c4@lists.sourceforge.net> Message-ID: <047.9984301079fb823ba49abf7cfaef6acb@lists.sourceforge.net> #763: debug client calls now-missing perspective_requestBuild -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: 0.8.0 => 0.8.1 Comment: Moving to next release, unless someone can step up and do this -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:42:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:42:33 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #675: traceback for exception on slave is not propagated to master In-Reply-To: <039.44037b5c89444e2c8c472bb90a86d8f0@lists.sourceforge.net> References: <039.44037b5c89444e2c8c472bb90a86d8f0@lists.sourceforge.net> Message-ID: <048.e6d338d4a3c222a166f46b3dde92d572@lists.sourceforge.net> #675: traceback for exception on slave is not propagated to master --------------------+------------------------------------------------------- Reporter: ddunbar | Owner: Type: defect | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Resolution: worksforme Keywords: | --------------------+------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => worksforme Comment: The twisted exception propagation stuff is sort of mysterious to me, but not something Buildbot can fix at any rate. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:44:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:44:14 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #767: repository does not appear in "Build Properties" In-Reply-To: <036.1c24aa87cc71c38e09ac35271c130762@lists.sourceforge.net> References: <036.1c24aa87cc71c38e09ac35271c130762@lists.sourceforge.net> Message-ID: <045.c6ae6c09d23cc6093a8e3c43555d01b1@lists.sourceforge.net> #767: repository does not appear in "Build Properties" ------------------------+--------------------------------------------------- Reporter: chrb | Owner: dustin Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned Comment: I'll verify this. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:45:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:45:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #676: CVS export options ignored by slave In-Reply-To: <042.ebe4737be3e448a667fbfb1110bd42cc@lists.sourceforge.net> References: <042.ebe4737be3e448a667fbfb1110bd42cc@lists.sourceforge.net> Message-ID: <051.1d3678fc1a51d30164d42d2a7e6d384d@lists.sourceforge.net> #676: CVS export options ignored by slave -----------------------+---------------------------------------------------- Reporter: satyagraha | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.0 Version: 0.7.11 | Resolution: Keywords: | -----------------------+---------------------------------------------------- Changes (by dustin): * owner: => dustin * status: reopened => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 16:45:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 16:45:44 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #772: hgbuildbot hook error In-Reply-To: <039.44180f2987d2db58c67df70097b3444d@lists.sourceforge.net> References: <039.44180f2987d2db58c67df70097b3444d@lists.sourceforge.net> Message-ID: <048.71263f46572097d7d6f26a807d5d3d68@lists.sourceforge.net> #772: hgbuildbot hook error ------------------------+--------------------------------------------------- Reporter: ashcrow | Owner: dustin Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Keywords: mercurial, hooks ------------------------+--------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Apr 8 17:37:22 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 10:37:22 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 673369: status.words.py: Make Contact a proper IStatusRece... Message-ID: <20100408173722.3D8F34203A@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 673369b830534d84d3e0708970c52bb72a124d81 http://github.com/djmitche/buildbot/commit/673369b830534d84d3e0708970c52bb72a124d81 Author: Jay Soffian Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/status/words.py M docs/developer.texinfo Log Message: ----------- status.words.py: Make Contact a proper IStatusReceiver Since Contact is an IStatusReceiver, it (and its subclasses) should declare that they implement IStatusReceiver. As well, make Contact inherit from base.StatusReceiver so that the unimplemented IStatusReceiver methods do not need to be stubbed out. Add a note to developer.texinfo saying that this pattern should[*] be followed for all IStatusReceivers. [*] "should" instead of "must" as of 9c2bf24 (make notifications a bit more resilient to missing methods, 2010-02-13) and c79f09b (check for notification methods before calling them, 2010-02-15) Commit: 69f3a0ecdf354242ca089a5e26e31d47a65abb76 http://github.com/djmitche/buildbot/commit/69f3a0ecdf354242ca089a5e26e31d47a65abb76 Author: Dustin J. Mitchell Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/status/words.py M docs/developer.texinfo Log Message: ----------- Merge branch 'master' of git://github.com/jaysoffian/buildbot * 'master' of git://github.com/jaysoffian/buildbot: status.words.py: Make Contact a proper IStatusReceiver Signed-off-by: Dustin J. Mitchell From buildbot-devel at lists.sourceforge.net Thu Apr 8 18:08:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 18:08:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #676: CVS export options ignored by slave In-Reply-To: <042.ebe4737be3e448a667fbfb1110bd42cc@lists.sourceforge.net> References: <042.ebe4737be3e448a667fbfb1110bd42cc@lists.sourceforge.net> Message-ID: <051.5ce734b45ee00f63370aaae041c91eb2@lists.sourceforge.net> #676: CVS export options ignored by slave -----------------------+---------------------------------------------------- Reporter: satyagraha | Owner: dustin Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.11 | Resolution: fixed Keywords: | -----------------------+---------------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: Add extra_options and export_options to CVS This allows you to flexibly add extra options for both 'checkout' and 'export', or both. Fixes #676. Changeset: 3b09726708c51e60825f36f88f6ebde98d220a07 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Apr 8 18:08:53 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 11:08:53 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 3b0972: Add extra_options and export_options to CVS Message-ID: <20100408180853.50F3F42280@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 3b09726708c51e60825f36f88f6ebde98d220a07 http://github.com/djmitche/buildbot/commit/3b09726708c51e60825f36f88f6ebde98d220a07 Author: Dustin J. Mitchell Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/slave/commands/base.py M buildbot/slave/commands/vcs.py M buildbot/steps/source.py M docs/cfg-buildsteps.texinfo Log Message: ----------- Add extra_options and export_options to CVS This allows you to flexibly add extra options for both 'checkout' and 'export', or both. Fixes #676. From buildbot-devel at lists.sourceforge.net Thu Apr 8 18:47:41 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 18:47:41 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #781: http logs should use configurable rotation parameters In-Reply-To: <038.f4a4c6968a5f755ac723851826b1fd7b@lists.sourceforge.net> References: <038.f4a4c6968a5f755ac723851826b1fd7b@lists.sourceforge.net> Message-ID: <047.a79f7029d7a69a35e6e501389bfdbb29@lists.sourceforge.net> #781: http logs should use configurable rotation parameters ------------------------+--------------------------------------------------- Reporter: dustin | Owner: marcusl Type: enhancement | Status: accepted Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by marcusl): * owner: => marcusl * status: new => accepted Comment: Ok. I'll make them inherit the twistd.log params by default though. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 19:04:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 19:04:58 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #783: Windows error reporting broken Message-ID: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> #783: Windows error reporting broken ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: ----------------------+----------------------------------------------------- 1. Set up a windows slave 2. install MSysGit on the slave 3. set the path (incorrectly) this way: {{{ > PATH="C:\Program Files\Git\bin";%PATH% }}} 4. start the slave with a recipe that starts with a {{{Git(?)}}} step * stdio log just says: remoteFailed: [Failure instance: Traceback from remote host -- Traceback unavailable] * err.text says "Traceback (most recent call last): Failure: exceptions.RuntimeError" * err.html says "exceptions.RuntimeError: Couldn't find executable for 'git'" (twice) There's no sign of the environment dump that's supposed to be at the beginning of the log -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 20:03:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 20:03:42 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #783: Windows error reporting broken In-Reply-To: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> References: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> Message-ID: <050.54d3717f97b0176f95fc988087bd437c@lists.sourceforge.net> #783: Windows error reporting broken ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ----------------------+----------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ Comment: This is the case for POSIX systems, too, I think. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 20:04:26 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 20:04:26 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #674: Give better caching directives for static files in web interface In-Reply-To: <039.a6b102657e858d83ef39472e1924e658@lists.sourceforge.net> References: <039.a6b102657e858d83ef39472e1924e658@lists.sourceforge.net> Message-ID: <048.56d0e0c41be4017eab505379aa17c689@lists.sourceforge.net> #674: Give better caching directives for static files in web interface ------------------------+--------------------------------------------------- Reporter: Nicolas | Owner: Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.+ Version: | Keywords: jinja ------------------------+--------------------------------------------------- Changes (by marcusl): * owner: marcusl => * status: accepted => assigned Comment: I'm not really sure how to fix this a.t.m. so I'm unaccepting it until myself or someone else tackles it properly. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 20:21:37 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 20:21:37 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #781: http logs should use configurable rotation parameters In-Reply-To: <038.f4a4c6968a5f755ac723851826b1fd7b@lists.sourceforge.net> References: <038.f4a4c6968a5f755ac723851826b1fd7b@lists.sourceforge.net> Message-ID: <047.6affee4c3dd230983a216459a1e777e6@lists.sourceforge.net> #781: http logs should use configurable rotation parameters ------------------------+--------------------------------------------------- Reporter: dustin | Owner: marcusl Type: enhancement | Status: closed Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Marcus Lindblom): * status: accepted => closed * resolution: => fixed Comment: Inherit log-rotation parameters from buildbot.tac and allow customization in WebStatus constructor (fixes #781) Changeset: 613638128b138187c5a539fee26c7f840354b2b8 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Apr 8 20:21:45 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 13:21:45 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 613638: Inherit log-rotation parameters from buildbot.tac ... Message-ID: <20100408202145.8D21142281@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 613638128b138187c5a539fee26c7f840354b2b8 http://github.com/djmitche/buildbot/commit/613638128b138187c5a539fee26c7f840354b2b8 Author: Marcus Lindblom Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/master.py M buildbot/scripts/runner.py M buildbot/status/web/baseweb.py M docs/cfg-statustargets.texinfo Log Message: ----------- Inherit log-rotation parameters from buildbot.tac and allow customization in WebStatus constructor (fixes #781) From noreply at github.com Thu Apr 8 20:27:24 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 13:27:24 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] e076f7: Fix typo in docstring Message-ID: <20100408202724.4A658422C0@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: e076f7619489731a77e1d09727a4cdd0292ad0a4 http://github.com/djmitche/buildbot/commit/e076f7619489731a77e1d09727a4cdd0292ad0a4 Author: Marcus Lindblom Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/steps/source.py Log Message: ----------- Fix typo in docstring From buildbot-devel at lists.sourceforge.net Thu Apr 8 20:27:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 20:27:45 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #692: exceptions.AssertionError: assert s.number == self.nextBuildNumber - 1 In-Reply-To: <039.77c31165c0901df8314fc1f45074a6aa@lists.sourceforge.net> References: <039.77c31165c0901df8314fc1f45074a6aa@lists.sourceforge.net> Message-ID: <048.0860c72d8febd5759715dd9d91240941@lists.sourceforge.net> #692: exceptions.AssertionError: assert s.number == self.nextBuildNumber - 1 --------------------+------------------------------------------------------- Reporter: rackamx | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.0 Version: 0.7.11 | Keywords: --------------------+------------------------------------------------------- Comment(by Dustin J. Mitchell): Update interlock documentation (refs #692) Changeset: 6064f76167ea5c90ce74381ab8fd1559ed55b26e -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Apr 8 20:27:47 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 13:27:47 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 6064f7: Update interlock documentation (refs #692) Message-ID: <20100408202747.3EBBD4202D@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 6064f76167ea5c90ce74381ab8fd1559ed55b26e http://github.com/djmitche/buildbot/commit/6064f76167ea5c90ce74381ab8fd1559ed55b26e Author: Dustin J. Mitchell Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M docs/cfg-interlocks.texinfo Log Message: ----------- Update interlock documentation (refs #692) From buildbot-devel at lists.sourceforge.net Thu Apr 8 20:29:08 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 20:29:08 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #692: exceptions.AssertionError: assert s.number == self.nextBuildNumber - 1 In-Reply-To: <039.77c31165c0901df8314fc1f45074a6aa@lists.sourceforge.net> References: <039.77c31165c0901df8314fc1f45074a6aa@lists.sourceforge.net> Message-ID: <048.8a268036c1bb78bea6d787669850a4bf@lists.sourceforge.net> #692: exceptions.AssertionError: assert s.number == self.nextBuildNumber - 1 --------------------+------------------------------------------------------- Reporter: rackamx | Owner: dustin Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.7.11 | Resolution: worksforme Keywords: | --------------------+------------------------------------------------------- Changes (by dustin): * status: assigned => closed * resolution: => worksforme Comment: OK, I suspect that this happened because several builds for the same builder started off at nearly the same time, invalidating that assert. Since the error was from 0.7.11 in code that's changed by now, that's about the best we can do. My confidence in the locks is renewed, having reviewed the code and the documentation. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 8 20:30:39 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 08 Apr 2010 20:30:39 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #784: xmlrpc is not fully documented Message-ID: <038.712565b7e34c33ba58e4d040bccc20ad@lists.sourceforge.net> #784: xmlrpc is not fully documented ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- There are a lot more methods in XMLRPCServer than are mentioned in the docs! -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 9 00:07:55 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 17:07:55 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] fc203f: fix log rotating to not use %i, which doesn't like... Message-ID: <20100409000755.7C61442174@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: fc203f6b219a9ce9cc60649761baeb3d6644e662 http://github.com/djmitche/buildbot/commit/fc203f6b219a9ce9cc60649761baeb3d6644e662 Author: Dustin J. Mitchell Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/master.py M buildbot/status/web/baseweb.py Log Message: ----------- fix log rotating to not use %i, which doesn't like None From buildbot-devel at lists.sourceforge.net Fri Apr 9 00:09:03 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 00:09:03 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #772: hgbuildbot hook error In-Reply-To: <039.44180f2987d2db58c67df70097b3444d@lists.sourceforge.net> References: <039.44180f2987d2db58c67df70097b3444d@lists.sourceforge.net> Message-ID: <048.2fae5ed3f073393a664a6c86d463c195@lists.sourceforge.net> #772: hgbuildbot hook error -----------------------------+---------------------------------------------- Reporter: ashcrow | Owner: dustin Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.7.12 | Resolution: fixed Keywords: mercurial, hooks | -----------------------------+---------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: catch requests for avatar 'change' and give a reasonable error fixes #772 Changeset: fe968e0491288f4b7bb6f23ba8b8831726c2b3fd -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 9 00:09:07 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 17:09:07 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] fe968e: catch requests for avatar 'change' and give a reas... Message-ID: <20100409000907.46AE442174@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: fe968e0491288f4b7bb6f23ba8b8831726c2b3fd http://github.com/djmitche/buildbot/commit/fe968e0491288f4b7bb6f23ba8b8831726c2b3fd Author: Dustin J. Mitchell Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/master.py Log Message: ----------- catch requests for avatar 'change' and give a reasonable error fixes #772 From buildbot-devel at lists.sourceforge.net Fri Apr 9 00:27:34 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 00:27:34 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #767: repository does not appear in "Build Properties" In-Reply-To: <036.1c24aa87cc71c38e09ac35271c130762@lists.sourceforge.net> References: <036.1c24aa87cc71c38e09ac35271c130762@lists.sourceforge.net> Message-ID: <045.65b7d057b649757f807de9f50d553740@lists.sourceforge.net> #767: repository does not appear in "Build Properties" ------------------------+--------------------------------------------------- Reporter: chrb | Owner: dustin Type: enhancement | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.8.0 | Resolution: worksforme Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: assigned => closed * resolution: => worksforme Comment: Yep, I can verify that the properties show up if the SourceStamp has them set to a nonempty value. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Apr 9 00:29:54 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 00:29:54 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #785: move TowardBetterBuildbotTests to the texinfo Message-ID: <038.480d30e765d366f0c1523b37b5ea98cb@lists.sourceforge.net> #785: move TowardBetterBuildbotTests to the texinfo ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- TowardBetterBuildbotTests is cool, but hard to find. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Apr 9 00:29:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 00:29:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #785: move TowardBetterBuildbotTests to the texinfo In-Reply-To: <038.480d30e765d366f0c1523b37b5ea98cb@lists.sourceforge.net> References: <038.480d30e765d366f0c1523b37b5ea98cb@lists.sourceforge.net> Message-ID: <047.06d534c23fe234d18bd68052f573ca90@lists.sourceforge.net> #785: move TowardBetterBuildbotTests to the texinfo ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Apr 9 03:48:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 03:48:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #742: A "reconfig" invalidates build state display in /builders In-Reply-To: <038.ad80a463fed8ba3af1813abbe5f95c00@lists.sourceforge.net> References: <038.ad80a463fed8ba3af1813abbe5f95c00@lists.sourceforge.net> Message-ID: <047.2c6765a3eacc2cf9f8a128168d6e12d4@lists.sourceforge.net> #742: A "reconfig" invalidates build state display in /builders -------------------+-------------------------------------------------------- Reporter: tfogal | Owner: dustin Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: master | Resolution: worksforme Keywords: | -------------------+-------------------------------------------------------- Changes (by dustin): * status: assigned => closed * resolution: => worksforme Comment: Hmm, I just tried this and didn't find any problem -- the builder stays marked as yellow/"building" until it finishes, at which point the builder goes to "idle" A lot has changed since March 11.. Can you retry with the newest and reopen if it's still a problem? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 9 03:49:15 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 20:49:15 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 45cc73: fix cxt.num_building in builders display Message-ID: <20100409034915.3D5254219D@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 45cc7315d67f6e5bc5df0bf98f1ae1804b48c999 http://github.com/djmitche/buildbot/commit/45cc7315d67f6e5bc5df0bf98f1ae1804b48c999 Author: Dustin J. Mitchell Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/status/web/builder.py Log Message: ----------- fix cxt.num_building in builders display From buildbot-devel at lists.sourceforge.net Fri Apr 9 04:32:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 04:32:55 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #780: http logging changes break with Twisted-2.5.0 In-Reply-To: <038.f17b6398121d148e635060bb5d3aa758@lists.sourceforge.net> References: <038.f17b6398121d148e635060bb5d3aa758@lists.sourceforge.net> Message-ID: <047.7866399dba82fc0a00573d8c2c6047d6@lists.sourceforge.net> #780: http logging changes break with Twisted-2.5.0 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: dustin Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: don't use http logs on Twisted-2.5.0 Just fall back to the usual logging mechanism. Verified on a F7 system. Fixes #780. Changeset: e0947b88903d3d8b8a38cf1a54459e7bd70050dd -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 9 04:33:00 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 21:33:00 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] e0947b: don't use http logs on Twisted-2.5.0 Message-ID: <20100409043300.42D9442096@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: e0947b88903d3d8b8a38cf1a54459e7bd70050dd http://github.com/djmitche/buildbot/commit/e0947b88903d3d8b8a38cf1a54459e7bd70050dd Author: Dustin J. Mitchell Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/status/web/baseweb.py Log Message: ----------- don't use http logs on Twisted-2.5.0 Just fall back to the usual logging mechanism. Verified on a F7 system. Fixes #780. From buildbot-devel at lists.sourceforge.net Fri Apr 9 04:33:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 04:33:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #780: http logging changes break with Twisted-2.5.0 In-Reply-To: <038.f17b6398121d148e635060bb5d3aa758@lists.sourceforge.net> References: <038.f17b6398121d148e635060bb5d3aa758@lists.sourceforge.net> Message-ID: <047.965f2a46698742cfeeb8d82b9059a489@lists.sourceforge.net> #780: http logging changes break with Twisted-2.5.0 -------------------+-------------------------------------------------------- Reporter: dustin | Owner: dustin Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Comment(by dustin): After tracking down a Fedora 7 box to try this on.. {{{ Traceback (most recent call last): File "/tmp/buildbot-latest/sandbox/lib/python2.5/site-packages /buildbot-latest-py2.5.egg/buildbot/master.py", line 826, in d.addCallback(lambda res: self.loadConfig_status(status)) File "/tmp/buildbot-latest/sandbox/lib/python2.5/site-packages /buildbot-latest-py2.5.egg/buildbot/master.py", line 1020, in loadConfig_status d.addCallback(addNewOnes) File "/usr/lib/python2.5/site- packages/twisted/internet/defer.py", line 191, in addCallback callbackKeywords=kw) File "/usr/lib/python2.5/site- packages/twisted/internet/defer.py", line 182, in addCallbacks self._runCallbacks() --- --- File "/usr/lib/python2.5/site- packages/twisted/internet/defer.py", line 317, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/tmp/buildbot-latest/sandbox/lib/python2.5/site-packages /buildbot-latest-py2.5.egg/buildbot/master.py", line 1017, in addNewOnes s.setServiceParent(self) File "/tmp/buildbot-latest/sandbox/lib/python2.5/site-packages /buildbot-latest-py2.5.egg/buildbot/status/web/baseweb.py", line 374, in setServiceParent s.setServiceParent(self) File "/usr/lib/python2.5/site- packages/twisted/application/service.py", line 148, in setServiceParent self.parent.addService(self) File "/usr/lib/python2.5/site- packages/twisted/application/service.py", line 259, in addService service.privilegedStartService() File "/usr/lib/python2.5/site- packages/twisted/application/internet.py", line 68, in privilegedStartService self._port = self._getPort() File "/usr/lib/python2.5/site- packages/twisted/application/internet.py", line 86, in _getPort return getattr(reactor, 'listen'+self.method)(*self.args, **self.kwargs) File "/usr/lib/python2.5/site- packages/twisted/internet/posixbase.py", line 467, in listenTCP p.startListening() File "/usr/lib/python2.5/site-packages/twisted/internet/tcp.py", line 743, in startListening self.factory.doStart() File "/usr/lib/python2.5/site- packages/twisted/internet/protocol.py", line 48, in doStart self.startFactory() File "/usr/lib/python2.5/site-packages/twisted/web/http.py", line 1140, in startFactory self.logFile = self._openLogFile(self.logPath) File "/tmp/buildbot-latest/sandbox/lib/python2.5/site-packages /buildbot-latest-py2.5.egg/buildbot/status/web/baseweb.py", line 357, in _openLogFile return LogFile.fromFullPath(path, rotateLength=rotateLength, maxRotatedFiles=maxRotatedFiles) exceptions.AttributeError: class LogFile has no attribute 'fromFullPath' }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Apr 9 04:41:41 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 04:41:41 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #761: buildbot.db.exceptions.DatabaseNotReadyError on buildbot start (make error more helpful) In-Reply-To: <036.246cb5890e57bd389aa2954aac8383e7@lists.sourceforge.net> References: <036.246cb5890e57bd389aa2954aac8383e7@lists.sourceforge.net> Message-ID: <045.14723080fd790c500e8ddb6b76248634@lists.sourceforge.net> #761: buildbot.db.exceptions.DatabaseNotReadyError on buildbot start (make error more helpful) ------------------------+--------------------------------------------------- Reporter: chrb | Owner: dustin Type: enhancement | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: Improve the DatabaseNotReady error message. Fixes #761. Changeset: ee904f47b8fe3212ef0d2f80b0b4369f1676e5f3 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 9 04:41:44 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 21:41:44 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] ee904f: Improve the DatabaseNotReady error message. Fixes... Message-ID: <20100409044144.493BE422A5@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: ee904f47b8fe3212ef0d2f80b0b4369f1676e5f3 http://github.com/djmitche/buildbot/commit/ee904f47b8fe3212ef0d2f80b0b4369f1676e5f3 Author: Dustin J. Mitchell Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/master.py Log Message: ----------- Improve the DatabaseNotReady error message. Fixes #761. From buildbot-devel at lists.sourceforge.net Fri Apr 9 04:41:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 04:41:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #761: buildbot.db.exceptions.DatabaseNotReadyError on buildbot start (make error more helpful) In-Reply-To: <036.246cb5890e57bd389aa2954aac8383e7@lists.sourceforge.net> References: <036.246cb5890e57bd389aa2954aac8383e7@lists.sourceforge.net> Message-ID: <045.c0e29e7e39459606f833c7142671a548@lists.sourceforge.net> #761: buildbot.db.exceptions.DatabaseNotReadyError on buildbot start (make error more helpful) ------------------------+--------------------------------------------------- Reporter: chrb | Owner: dustin Type: enhancement | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Comment(by dustin): {{{ File "/home/dustin/code/buildbot/t/buildbot/buildbot/master.py", line 873, in loadDatabase to make a backup of your buildmaster before doing so.""") buildbot.db.exceptions.DatabaseNotReadyError: The Buildmaster database needs to be upgraded before this version of buildbot can run. Use the following command-line buildbot upgrade-master path/to/master to upgrade the database, and try starting the buildmaster again. You may want to make a backup of your buildmaster before doing so. }}} -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 9 04:44:22 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 8 Apr 2010 21:44:22 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 78d538: fix stupid typo Message-ID: <20100409044422.53AB1422A5@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 78d538ce82312fb554a6c45c68a94d8b87368c3b http://github.com/djmitche/buildbot/commit/78d538ce82312fb554a6c45c68a94d8b87368c3b Author: Dustin J. Mitchell Date: 2010-04-08 (Thu, 08 Apr 2010) Changed paths: M buildbot/status/web/baseweb.py Log Message: ----------- fix stupid typo I blame the cold meds From buildbot-devel at lists.sourceforge.net Fri Apr 9 05:04:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 05:04:44 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #753: xmlrpc_getBuild fails for failed builds In-Reply-To: <037.23c1756e72ab5d77f4120b3e2a01a80e@lists.sourceforge.net> References: <037.23c1756e72ab5d77f4120b3e2a01a80e@lists.sourceforge.net> Message-ID: <046.4326f3947310095dd5654cbb15435fa0@lists.sourceforge.net> #753: xmlrpc_getBuild fails for failed builds -------------------+-------------------------------------------------------- Reporter: clown | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Comment(by dustin): OK, I can't replicate this, but I don't know *too* much about XMLRPC. I'm using a JavaScript library (http://code.google.com/p/json-xml-rpc) to trigger XMLRPC requests. I made a build fail, and requested it via JS. No error. Here's the XML I got back: {{{ full_error shell_1 end 1270788463.5301051 logs text HUGE name svn/stdio text HUGE name MasterShellCommand/stdio text HUGE name shell/stdio text HUGE name shell_1/stdio start 1270788457.711386 url http://localhost:8010/builders/builder/builds/0 text failed shell_1 results 2 number 0 slavename bot reason The web-page 'force build' button was pressed by '': steps start 1270788457.7118659 text update end 1270788458.09887 name svn results 0 start 1270788458.101397 text Ran end 1270788463.169955 name MasterShellCommand results 0 start 1270788463.3755441 text 'cat main.cp' end 1270788463.4563589 name shell results 0 start 1270788463.457437 text 'false' failed end 1270788463.529218 name shell_1 results 2 shell_1 builder_name builder branch reasons 'false' failed revision 1332 }}} Do you see anything wrong there? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Apr 9 15:05:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 15:05:10 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #786: Should be able to Obfuscate parameters in master configs Message-ID: <038.7f9b622321dcde36cc7a41f1e0c83922@lists.sourceforge.net> #786: Should be able to Obfuscate parameters in master configs ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Right now you can only Obfuscate strings in slave-side commands. I think it would be generally useful to be able to do this from the master as well. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 9 15:19:07 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 9 Apr 2010 08:19:07 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 808613: Log errors from updateAllSlaves, but don't die on ... Message-ID: <20100409151907.4D4534219D@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 808613acbd3c920de367ec85eb5494edb5dd9351 http://github.com/djmitche/buildbot/commit/808613acbd3c920de367ec85eb5494edb5dd9351 Author: Chris AtLee Date: 2010-04-09 (Fri, 09 Apr 2010) Changed paths: M buildbot/master.py Log Message: ----------- Log errors from updateAllSlaves, but don't die on them Fixes: #737 From buildbot-devel at lists.sourceforge.net Fri Apr 9 15:19:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 15:19:10 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #737: Stale slave connection breaks reconfig In-Reply-To: <038.e26de8979fdaf25f6cb3789823d2823b@lists.sourceforge.net> References: <038.e26de8979fdaf25f6cb3789823d2823b@lists.sourceforge.net> Message-ID: <047.cea136919cbe44c2d1d1073d957a61dc@lists.sourceforge.net> #737: Stale slave connection breaks reconfig -------------------+-------------------------------------------------------- Reporter: catlee | Owner: catlee Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: master | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by catlee): * status: assigned => closed * resolution: => fixed Comment: Fixed by 808613acbd3c920de367ec85eb5494edb5dd9351 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Apr 9 15:20:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 15:20:14 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #777: Document buildbot.slave.commands.base.Obfuscated In-Reply-To: <038.cc052ca6e4a611968d295476ce0b6e1e@lists.sourceforge.net> References: <038.cc052ca6e4a611968d295476ce0b6e1e@lists.sourceforge.net> Message-ID: <047.76f857203a85dcb45b2297861564ffc9@lists.sourceforge.net> #777: Document buildbot.slave.commands.base.Obfuscated ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by catlee): * owner: catlee => * milestone: 0.8.0 => 0.8.+ Comment: We don't have any docs for slave-side commands, so little point documenting Obfuscated right now. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 9 20:25:19 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 9 Apr 2010 13:25:19 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] c249a1: fix: need str, not unicode for repourl Message-ID: <20100409202519.43469422D3@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: c249a12b0e4c8ecfbc59b6772f631d72a4660bd3 http://github.com/djmitche/buildbot/commit/c249a12b0e4c8ecfbc59b6772f631d72a4660bd3 Author: Tobias Oberstein Date: 2010-04-09 (Fri, 09 Apr 2010) Changed paths: M buildbot/steps/source.py Log Message: ----------- fix: need str, not unicode for repourl Signed-off-by: Dustin J. Mitchell Commit: ab80d8167536d294f0e4f836e57e656ec21c63ff http://github.com/djmitche/buildbot/commit/ab80d8167536d294f0e4f836e57e656ec21c63ff Author: Tobias Oberstein Date: 2010-04-09 (Fri, 09 Apr 2010) Changed paths: M buildbot/sourcestamp.py Log Message: ----------- fix: attr. repository, not revision (dup); copy project/repository on merge Signed-off-by: Dustin J. Mitchell Commit: ac23ac8715da349d947d7df32cf5beb718cb717d http://github.com/djmitche/buildbot/commit/ac23ac8715da349d947d7df32cf5beb718cb717d Author: Dustin J. Mitchell Date: 2010-04-09 (Fri, 09 Apr 2010) Changed paths: M buildbot/status/web/baseweb.py Log Message: ----------- add logging on Twisted-2.5.0 regarding no http logging From noreply at github.com Fri Apr 9 20:26:55 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 9 Apr 2010 13:26:55 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 10719f: Fixing CSS for index page Message-ID: <20100409202655.436F0422A5@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.7.12 Home: http://github.com/djmitche/buildbot Commit: 10719f5292692352aeb4ab7f1cc74a6537a2698b http://github.com/djmitche/buildbot/commit/10719f5292692352aeb4ab7f1cc74a6537a2698b Author: jollyroger Date: 2010-04-02 (Fri, 02 Apr 2010) Changed paths: M buildbot/status/web/index.html Log Message: ----------- Fixing CSS for index page Commit: ecd52e267bc4ae7ca26a5f7190cb3b8b6c47b9e8 http://github.com/djmitche/buildbot/commit/ecd52e267bc4ae7ca26a5f7190cb3b8b6c47b9e8 Author: Dustin J. Mitchell Date: 2010-04-09 (Fri, 09 Apr 2010) Changed paths: M buildbot/status/web/index.html Log Message: ----------- Merge branch 'buildbot-0.7.12' of git://github.com/jollyroger/buildbot into buildbot-0.7.12 * 'buildbot-0.7.12' of git://github.com/jollyroger/buildbot: Fixing CSS for index page From buildbot-devel at lists.sourceforge.net Fri Apr 9 22:52:06 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 22:52:06 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #785: move TowardBetterBuildbotTests to the texinfo In-Reply-To: <038.480d30e765d366f0c1523b37b5ea98cb@lists.sourceforge.net> References: <038.480d30e765d366f0c1523b37b5ea98cb@lists.sourceforge.net> Message-ID: <047.4d0c918d263c2b8323ca38ef8a2dd472@lists.sourceforge.net> #785: move TowardBetterBuildbotTests to the texinfo ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: Move TowardBetterBuildbotTests to the texinfo documentation. Fixes #785 Changeset: 30714451568bf1f2284b8edab6874f3ebc59a415 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 9 22:52:10 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 9 Apr 2010 15:52:10 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 307144: Move TowardBetterBuildbotTests to the texinfo docu... Message-ID: <20100409225210.46D8A421B6@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 30714451568bf1f2284b8edab6874f3ebc59a415 http://github.com/djmitche/buildbot/commit/30714451568bf1f2284b8edab6874f3ebc59a415 Author: Dustin J. Mitchell Date: 2010-04-09 (Fri, 09 Apr 2010) Changed paths: M docs/developer.texinfo Log Message: ----------- Move TowardBetterBuildbotTests to the texinfo documentation. Fixes #785 From noreply at github.com Fri Apr 9 22:54:43 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 9 Apr 2010 15:54:43 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 19208e: on windows, use a *.EXE command, if available Message-ID: <20100409225443.45B19421B6@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 19208e621acff19c598d2579ca7264fd1ec6ae2b http://github.com/djmitche/buildbot/commit/19208e621acff19c598d2579ca7264fd1ec6ae2b Author: Tobias Oberstein Date: 2010-04-09 (Fri, 09 Apr 2010) Changed paths: M buildbot/slave/commands/utils.py Log Message: ----------- on windows, use a *.EXE command, if available Under windows, if there is more than one executable "thing" that matches (e.g. *.bat, *.cmd and *.exe), we not just use the first in alphabet (*.bat/*.cmd) if there is a *.exe. e.g. under MSysGit/Windows, there is both a git.cmd and a git.exe on path, but we want the git.exe, since the git.cmd does not seem to work properly with regard to errors raised and catched in buildbot slave command (vcs.py). The git.cmd will always appear to return without error. But the Git() sourcing step depends on errors for fallbacks. From buildbot-devel at lists.sourceforge.net Fri Apr 9 23:00:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 23:00:24 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #784: xmlrpc is not fully documented In-Reply-To: <038.712565b7e34c33ba58e4d040bccc20ad@lists.sourceforge.net> References: <038.712565b7e34c33ba58e4d040bccc20ad@lists.sourceforge.net> Message-ID: <047.5df628a5354eaaa94b3eb6dd4f2ef18c@lists.sourceforge.net> #784: xmlrpc is not fully documented ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 9 23:01:35 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 9 Apr 2010 16:01:35 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 160807: update to latest docs as of today Message-ID: <20100409230135.43DFA422A5@smtp1.rs.github.com> Branch: refs/heads/gh-pages Home: http://github.com/djmitche/buildbot Commit: 160807a717bd1f0a3312b909fc013c89cda19fc9 http://github.com/djmitche/buildbot/commit/160807a717bd1f0a3312b909fc013c89cda19fc9 Author: Dustin J. Mitchell Date: 2010-04-09 (Fri, 09 Apr 2010) Changed paths: M docs/latest/Adding-LogObservers.html M docs/latest/Administrator-Tools.html M docs/latest/AnyBranchScheduler.html M docs/latest/Arch.html M docs/latest/BasicBuildFactory.html M docs/latest/BasicSVN.html M docs/latest/Bazaar.html A docs/latest/Better-Debugging-through-Monkeypatching.html M docs/latest/BitKeeper.html M docs/latest/Build-Factory-Index.html M docs/latest/Build-Properties.html M docs/latest/Build-Step-Index.html M docs/latest/BuildEPYDoc.html M docs/latest/BuildFactory.html M docs/latest/BuildStep-URLs.html A docs/latest/Buildbot-Tests.html M docs/latest/Buildbot-Web-Resources.html M docs/latest/Builders.html M docs/latest/Buildmaster-Service-Hierarchy.html M docs/latest/Buildslaves.html M docs/latest/Bzr.html M docs/latest/CPAN.html M docs/latest/CVS.html A docs/latest/Change-Filters.html A docs/latest/Changing-the-Schema.html M docs/latest/Compile.html M docs/latest/Configuration-Index.html M docs/latest/Configure.html M docs/latest/Configuring-Change-Sources.html A docs/latest/Configuring-Schedulers.html M docs/latest/Creating-a-buildmaster.html M docs/latest/Darcs.html A docs/latest/Database-Schema.html M docs/latest/Database-Specification.html M docs/latest/Dependent-Scheduler.html A docs/latest/Developer-Class-Index.html M docs/latest/Developer-Information.html M docs/latest/Distutils.html M docs/latest/GNUAutoconf.html M docs/latest/Git.html A docs/latest/Helpful-Twisted-Classes.html A docs/latest/HttpStatusPush.html M docs/latest/IRC-Bot.html M docs/latest/Index.html M docs/latest/Interlocks.html A docs/latest/Jinja-Web-Templates.html M docs/latest/Keeping-State-in-Tests.html M docs/latest/MailNotifier.html M docs/latest/Mercurial-Hook.html M docs/latest/Mercurial.html M docs/latest/Nightly-Scheduler.html M docs/latest/P4.html M docs/latest/PBListener.html M docs/latest/Periodic-Scheduler.html M docs/latest/PerlModuleTest.html M docs/latest/PyFlakes.html M docs/latest/PyLint.html M docs/latest/QuickBuildFactory.html M docs/latest/SVN.html M docs/latest/Scheduler-Index.html M docs/latest/Scheduler-Scheduler.html M docs/latest/Schedulers.html M docs/latest/SetProperty.html M docs/latest/ShellCommand.html M docs/latest/Source-Checkout.html M docs/latest/Status-Target-Index.html M docs/latest/Status-Targets.html A docs/latest/StatusPush.html M docs/latest/Steps-That-Run-on-the-Master.html M docs/latest/String-Types.html M docs/latest/Subscription-Interfaces.html M docs/latest/SubunitShellCommand.html M docs/latest/Test.html M docs/latest/Testing-with-mysql_002dtest_002drun.html A docs/latest/The-Database.html M docs/latest/The-Event-Loop.html A docs/latest/Toward-Better-Buildbot-Tests.html M docs/latest/Transferring-Files.html M docs/latest/TreeSize.html M docs/latest/Trial-_0028Factory_0029.html M docs/latest/Triggerable-Scheduler.html M docs/latest/Triggering-Schedulers.html M docs/latest/Try-Schedulers.html M docs/latest/Twisted-Idioms.html M docs/latest/Using-Build-Properties.html M docs/latest/Using-ShellCommands.html M docs/latest/Utilities.html A docs/latest/Visual-C_002b_002b.html A docs/latest/Web-Authorization-Framework.html A docs/latest/Web-Status.html M docs/latest/WebStatus-Configuration-Parameters.html M docs/latest/WebStatus.html M docs/latest/WithProperties.html M docs/latest/Writing-New-Status-Plugins.html M docs/latest/buildbot_002eutil_002eeventual.html A docs/latest/buildbot_002eutil_002ejson.html M docs/latest/full.html M docs/latest/index.html M docs/latest/sendchange.html M docs/latest/statusgui.html M docs/latest/try.html Log Message: ----------- update to latest docs as of today From buildbot-devel at lists.sourceforge.net Fri Apr 9 23:06:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 09 Apr 2010 23:06:05 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #787: Fill out "Creating a Buildmaster" and "Creating a Buildslave" Message-ID: <038.576b84d6f08a825cd9c2b9b714a89394@lists.sourceforge.net> #787: Fill out "Creating a Buildmaster" and "Creating a Buildslave" -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: | Keywords: -------------------+-------------------------------------------------------- These sections of the manual get a lot of web hits, so they are worth some extra time. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Apr 10 15:32:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 10 Apr 2010 15:32:58 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #753: xmlrpc_getBuild fails for failed builds In-Reply-To: <037.23c1756e72ab5d77f4120b3e2a01a80e@lists.sourceforge.net> References: <037.23c1756e72ab5d77f4120b3e2a01a80e@lists.sourceforge.net> Message-ID: <046.c36be6e0dc34925a50ae5ff634eb5a4b@lists.sourceforge.net> #753: xmlrpc_getBuild fails for failed builds -------------------+-------------------------------------------------------- Reporter: clown | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * milestone: 0.8.0 => 0.8.1 Comment: Moving to 0.8.1 until I can find a replication recipe. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Apr 10 17:09:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 10 Apr 2010 17:09:12 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #784: xmlrpc is not fully documented In-Reply-To: <038.712565b7e34c33ba58e4d040bccc20ad@lists.sourceforge.net> References: <038.712565b7e34c33ba58e4d040bccc20ad@lists.sourceforge.net> Message-ID: <047.9424f1540f9a6d202d006bc7766a9617@lists.sourceforge.net> #784: xmlrpc is not fully documented ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: Add documentation for all XMLRPC methods. This is based on reading the code and may be inaccurate. Fixes #784. Changeset: 91a684b9f647972d395b394da4250d52aa88f906 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Apr 10 17:09:16 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 10 Apr 2010 10:09:16 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 91a684: Add documentation for all XMLRPC methods. Message-ID: <20100410170916.46734422AB@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 91a684b9f647972d395b394da4250d52aa88f906 http://github.com/djmitche/buildbot/commit/91a684b9f647972d395b394da4250d52aa88f906 Author: Dustin J. Mitchell Date: 2010-04-10 (Sat, 10 Apr 2010) Changed paths: M docs/cfg-statustargets.texinfo Log Message: ----------- Add documentation for all XMLRPC methods. This is based on reading the code and may be inaccurate. Fixes #784. From buildbot-devel at lists.sourceforge.net Sat Apr 10 17:16:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 10 Apr 2010 17:16:45 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #788: Incorrect buildbot.bat when installing on virtualenv on windows Message-ID: <041.90a8695eb1a3aa611ce1419952b6ea38@lists.sourceforge.net> #788: Incorrect buildbot.bat when installing on virtualenv on windows ----------------------+----------------------------------------------------- Reporter: itamarost | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: virtualenv windows ----------------------+----------------------------------------------------- When installing buildbot under virtualenv on Windows, buildbot.bat file created in /path/to/venv/Scripts, and refers to ../python executable. But in virtualenv (1.4.5), the python executable is also placed under /path/to/venv/Scripts dir, which causes buildbot.bat to fail. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Apr 10 19:47:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 10 Apr 2010 19:47:51 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #788: Incorrect buildbot.bat when installing on virtualenv on windows In-Reply-To: <041.90a8695eb1a3aa611ce1419952b6ea38@lists.sourceforge.net> References: <041.90a8695eb1a3aa611ce1419952b6ea38@lists.sourceforge.net> Message-ID: <050.9180a049ab21afccd1b1aad6776a6e48@lists.sourceforge.net> #788: Incorrect buildbot.bat when installing on virtualenv on windows ----------------------+----------------------------------------------------- Reporter: itamarost | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: virtualenv windows ----------------------+----------------------------------------------------- Comment(by marcusl): The script should contain something like this (but tested): {{{ @echo off IF EXISTS "%~dp0..\python.exe" ( "%~dp0..\python" "%~dp0buildbot" %* ) ELSE IF EXISTS "%~dp0.\python.exe" ( "%~dp0.\python" "%~dp0buildbot" %* ) ELSE ( echo Failed to find python.exe exit /b 1 ) exit /b %ERRORLEVEL% }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Apr 10 23:35:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 10 Apr 2010 23:35:55 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #782: repository / project documentation In-Reply-To: <038.5bd6a416baf6c62b70fe0cb7dd04b6b2@lists.sourceforge.net> References: <038.5bd6a416baf6c62b70fe0cb7dd04b6b2@lists.sourceforge.net> Message-ID: <047.d908ea8821c0ba7adf783230f6e37f85@lists.sourceforge.net> #782: repository / project documentation ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: add project/repo conceptual docs fixes #782 Changeset: 487bc0b8a197d2c0d77a90f5bcb23da662c58e85 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Apr 10 23:35:58 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 10 Apr 2010 16:35:58 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 487bc0: add project/repo conceptual docs Message-ID: <20100410233558.410384208F@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 487bc0b8a197d2c0d77a90f5bcb23da662c58e85 http://github.com/djmitche/buildbot/commit/487bc0b8a197d2c0d77a90f5bcb23da662c58e85 Author: Dustin J. Mitchell Date: 2010-04-10 (Sat, 10 Apr 2010) Changed paths: M docs/cfg-global.texinfo M docs/concepts.texinfo Log Message: ----------- add project/repo conceptual docs fixes #782 From buildbot-devel at lists.sourceforge.net Sun Apr 11 00:32:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 00:32:25 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #789: Group grid revisions on repository Message-ID: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> #789: Group grid revisions on repository --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- The current "revision" column/row in the grid view isn't enough if there are builds from different repositories. By grouping by repository (and showing said repository) we get a better display of what's actually going on. I believe showing the latest build for each rev/builder config is what we still want to do here. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 00:32:36 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 00:32:36 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Group revisions by repository in grid view (was: Group grid revisions on repository) In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.772981dcbff5f70ff2747d40de3544da@lists.sourceforge.net> #789: Group revisions by repository in grid view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 00:34:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 00:34:52 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #790: Handle revs from different repositories in console view Message-ID: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> #790: Handle revs from different repositories in console view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- The console linearizes the revision list and lists new failures in builds (as opposed to old). If we're building from different repositories with the same builder, that won't work so nicely. The easiest way is to limit the console to showing builds from one repository at a time. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 01:01:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 01:01:14 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #788: Incorrect buildbot.bat when installing on virtualenv on windows In-Reply-To: <041.90a8695eb1a3aa611ce1419952b6ea38@lists.sourceforge.net> References: <041.90a8695eb1a3aa611ce1419952b6ea38@lists.sourceforge.net> Message-ID: <050.12509249f18c0635f3a107521cd6d4fe@lists.sourceforge.net> #788: Incorrect buildbot.bat when installing on virtualenv on windows -------------------------------+-------------------------------------------- Reporter: itamarost | Owner: Type: defect | Status: closed Priority: major | Milestone: undecided Version: 0.7.12 | Resolution: fixed Keywords: virtualenv windows | -------------------------------+-------------------------------------------- Changes (by Marcus Lindblom): * status: new => closed * resolution: => fixed Comment: Fix buildbot.bat to work in virtualenv too (fixes #788) Changeset: cf37d94bd6de799e38cfaf63b4eea687d885bff7 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Apr 11 01:01:18 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 10 Apr 2010 18:01:18 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] cf37d9: Fix buildbot.bat to work in virtualenv too (fixes ... Message-ID: <20100411010118.4847742173@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: cf37d94bd6de799e38cfaf63b4eea687d885bff7 http://github.com/djmitche/buildbot/commit/cf37d94bd6de799e38cfaf63b4eea687d885bff7 Author: Marcus Lindblom Date: 2010-04-10 (Sat, 10 Apr 2010) Changed paths: M contrib/windows/buildbot.bat Log Message: ----------- Fix buildbot.bat to work in virtualenv too (fixes #788) From buildbot-devel at lists.sourceforge.net Sun Apr 11 01:40:28 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 01:40:28 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Group revisions by repository in grid view In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.1d74e62d4d04c234f39a5fbcdc1d3221@lists.sourceforge.net> #789: Group revisions by repository in grid view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- Comment(by dustin): Honestly, I want to widen this out a little bit. At Zmanda, we would like to group grid rows by, among other things, tag. We do a release candidate across 6 projects and two repositories, and everything built with that tag is the same "build." So it would be nice to have a generic way of deciding when two SourceStamps should be displayed in the same column. This also gets to the problem of trying to fetch a build by SourceStamp. Currently, for grid rows (builders) where no builds will be displayed, the grid traverses the entire build horizon, which can get very slow for a large grid. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 01:41:26 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 01:41:26 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #790: Handle revs from different repositories in console view In-Reply-To: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> References: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> Message-ID: <048.6d8cdc56259e31b9548c7f1e2d941fe0@lists.sourceforge.net> #790: Handle revs from different repositories in console view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- Comment(by dustin): As a new query attribute? {{{&repository=foo}}}? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 09:41:02 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 09:41:02 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #766: when scheduler is not found build step returns success In-Reply-To: <036.792a5623fd2095020e9568baa80b6d37@lists.sourceforge.net> References: <036.792a5623fd2095020e9568baa80b6d37@lists.sourceforge.net> Message-ID: <045.b4696d8c315f89a208060d77be17484a@lists.sourceforge.net> #766: when scheduler is not found build step returns success -------------------+-------------------------------------------------------- Reporter: chrb | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by gmcdonald): * milestone: => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 13:58:02 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 13:58:02 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #766: when scheduler is not found build step returns success In-Reply-To: <036.792a5623fd2095020e9568baa80b6d37@lists.sourceforge.net> References: <036.792a5623fd2095020e9568baa80b6d37@lists.sourceforge.net> Message-ID: <045.d0fcc8004ea98f266da555e58d198393@lists.sourceforge.net> #766: when scheduler is not found build step returns success -------------------+-------------------------------------------------------- Reporter: chrb | Owner: dustin Type: defect | Status: assigned Priority: minor | Milestone: 0.8.0 Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned * milestone: 0.8.+ => 0.8.0 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 15:47:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 15:47:38 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #791: Add support for libvirt-based latent slaves Message-ID: <038.c235a70774c4c57ee10661001d9eb65e@lists.sourceforge.net> #791: Add support for libvirt-based latent slaves ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Here's a paste from nelly on IRC: {{{ from twisted.internet import defer, threads from buildbot.buildslave import AbstractLatentBuildSlave import libvirt class VirshBuildSlave(AbstractLatentBuildSlave): #def __init__(self, name, password): # self.virsh_name = name # self.host_passwd = password #To use, subclass and implement start_instance and stop_instance. def start_instance(self): return threads.deferToThread(self._start_instance) def _start_instance(self): # responsible for starting instance that will try to connect with this # master. Should return deferred. Problems should use an errback. The # callback value can be None, or can be an iterable of short strings to # include in the "substantiate success" status message, such as # identifying the instance that started. conn = libvirt.open(None) if conn == None: raise NotImplementedError # Should really raise a better error try: host = conn.lookupByName(self.slavename) except: raise NotImplementedError # Should really raise a better error run_state = host.info()[0] if libvirt.VIR_DOMAIN_PAUSED == run_state: host.resume() def stop_instance(self, fast=False): # responsible for shutting down instance. Return a deferred. If `fast`, # we're trying to shut the master down, so callback as soon as is safe. # Callback value is ignored. raise NotImplementedError }}} It doesn't stop instances, and seems to only pause/unpause (not startup/shutdown), but it's a start! -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Apr 11 16:22:20 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 11 Apr 2010 09:22:20 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 0b7948: fix: background image relative to css Message-ID: <20100411162220.680B342036@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 0b79486679ab6eedaf7f959563bdad9be4a7a236 http://github.com/djmitche/buildbot/commit/0b79486679ab6eedaf7f959563bdad9be4a7a236 Author: Tobias Oberstein Date: 2010-04-11 (Sun, 11 Apr 2010) Changed paths: M buildbot/status/web/files/default.css Log Message: ----------- fix: background image relative to css Signed-off-by: Dustin J. Mitchell Commit: d454b81852eae9adf15ccf4611d64ed286047e42 http://github.com/djmitche/buildbot/commit/d454b81852eae9adf15ccf4611d64ed286047e42 Author: Tobias Oberstein Date: 2010-04-11 (Sun, 11 Apr 2010) Changed paths: M buildbot/process/base.py M buildbot/process/factory.py Log Message: ----------- Allow workdir be computed dynamically based on sourcestamp. The patch allows one to set workdir on BuildFactory to a callable which receives the sourcestamp to be built and is supposed to return a workdir directory. A reason to do so is having multiple repositories submitting changes to a single buildbot, where one wants to allow for workdir per repository. You can achieve that like so: import hashlib build_factory = factory.BuildFactory() build_factory.workdir = lambda source_stamp: hashlib.md5(source_stamp.repository).hexdigest()[:8] Signed-off-by: Dustin J. Mitchell Commit: 8d8aa437d2928c74dd82f738dd71e7176f5032de http://github.com/djmitche/buildbot/commit/8d8aa437d2928c74dd82f738dd71e7176f5032de Author: Tobias Oberstein Date: 2010-04-11 (Sun, 11 Apr 2010) Changed paths: M docs/cfg-buildfactories.texinfo Log Message: ----------- add doc for dynamic workdirs on factories Signed-off-by: Dustin J. Mitchell Commit: 263133603a93f25a9ec5c2d27ecc4b63594f2275 http://github.com/djmitche/buildbot/commit/263133603a93f25a9ec5c2d27ecc4b63594f2275 Author: Dustin J. Mitchell Date: 2010-04-11 (Sun, 11 Apr 2010) Changed paths: M docs/cfg-buildfactories.texinfo Log Message: ----------- fix texinfo bugs From buildbot-devel at lists.sourceforge.net Sun Apr 11 16:36:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 16:36:11 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #748: Exception when adding change In-Reply-To: <038.0a891b248946fa2b747fa7f7b902a668@lists.sourceforge.net> References: <038.0a891b248946fa2b747fa7f7b902a668@lists.sourceforge.net> Message-ID: <047.cd2e19a66483c2adfa4885b3598a3ad3@lists.sourceforge.net> #748: Exception when adding change --------------------+------------------------------------------------------- Reporter: catlee | Owner: warner Type: defect | Status: assigned Priority: blocker | Milestone: 0.8.0 Version: master | Keywords: --------------------+------------------------------------------------------- Comment(by dustin): What's the status here? This needs to be fixed for the 0.8.0beta2 release. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 16:36:28 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 16:36:28 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #730: Pending builds not displayed In-Reply-To: <038.4f9f4554910ebc2b7734e793d63eb3a9@lists.sourceforge.net> References: <038.4f9f4554910ebc2b7734e793d63eb3a9@lists.sourceforge.net> Message-ID: <047.0462018991a1569a5403964802717f9a@lists.sourceforge.net> #730: Pending builds not displayed --------------------+------------------------------------------------------- Reporter: catlee | Owner: warner Type: defect | Status: assigned Priority: blocker | Milestone: 0.8.0 Version: master | Keywords: --------------------+------------------------------------------------------- Comment(by dustin): Also blocking beta2.. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 16:37:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 16:37:04 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #756: Buildbot broken by addition of builder properties In-Reply-To: <038.113685a1b8b06f9499dfb303caff9618@lists.sourceforge.net> References: <038.113685a1b8b06f9499dfb303caff9618@lists.sourceforge.net> Message-ID: <047.1b56521efae8b9f97025b9eb6efddd5e@lists.sourceforge.net> #756: Buildbot broken by addition of builder properties --------------------------------+------------------------------------------- Reporter: catlee | Owner: Ben Type: defect | Status: closed Priority: major | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: properties, builder | --------------------------------+------------------------------------------- Changes (by dustin): * status: accepted => closed * resolution: => fixed Comment: Yep, fixed a while back. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 16:37:34 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 16:37:34 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Group revisions by repository in grid view In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.226436b3e36e8c787f8c13dbcda2bf88@lists.sourceforge.net> #789: Group revisions by repository in grid view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * milestone: 0.8.0 => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 16:37:36 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 16:37:36 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #790: Handle revs from different repositories in console view In-Reply-To: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> References: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> Message-ID: <048.b1c720c07920bd5c31d066699fe5c3ed@lists.sourceforge.net> #790: Handle revs from different repositories in console view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * milestone: 0.8.0 => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 18:13:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 18:13:15 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Group revisions by repository in grid view In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.52f5421f9015f50a98dacb7420c7d092@lists.sourceforge.net> #789: Group revisions by repository in grid view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- Comment(by oberstet): "By grouping by repository (and showing said repository) we get a better display of what's actually going on." "So it would be nice to have a generic way of deciding when two SourceStamps? should be displayed in the same column." These are very cool ideas! Do you mean s.th. like this? def change_grouper (source_stamp): return group_id change_groups = {group_id: {name, desc, color, whatever}} c['status'].append (html.WebStatus (change_grouper=change_grouper, change_groups=change_groups)) Then in UI there could be an option to filter for change_group or to group by change_groups. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 19:01:39 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 19:01:39 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Group revisions by repository in grid view In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.e2ef33dbf4cccb0f3066613d8579ff3d@lists.sourceforge.net> #789: Group revisions by repository in grid view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- Comment(by dustin): Yes, but it would group SourceStamps, not changes. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 11 19:35:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 11 Apr 2010 19:35:05 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #792: rmdirRecursive follows symlinks Message-ID: <038.8e19aaa2c4cb61801f3320ac38df58f8@lists.sourceforge.net> #792: rmdirRecursive follows symlinks -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.1 Version: 0.7.12 | Keywords: -------------------+-------------------------------------------------------- If you have a symlink to a file you don't own, rmdirRecursive ({{{buildbot/slave/commands/utils.py}}}) will try to chmod it, and fails. I think we should be using lchmod, but that's only in Python 2.6.. Maybe we should just be using shutil.rmtree on POSIX? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Apr 11 19:57:05 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 11 Apr 2010 12:57:05 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 620470: use no quotes or path components for bg_gradient.j... Message-ID: <20100411195705.409A34204B@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 6204700029cecca63f523ed6ef2a6931fc2b263a http://github.com/djmitche/buildbot/commit/6204700029cecca63f523ed6ef2a6931fc2b263a Author: Dustin J. Mitchell Date: 2010-04-11 (Sun, 11 Apr 2010) Changed paths: M buildbot/status/web/files/default.css Log Message: ----------- use no quotes or path components for bg_gradient.jpg From noreply at github.com Mon Apr 12 15:10:15 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 12 Apr 2010 08:10:15 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] d41b7a: Fixing typo Message-ID: <20100412151015.43A314229A@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: d41b7ace1497b41f068b7b9520c626dc03c48537 http://github.com/djmitche/buildbot/commit/d41b7ace1497b41f068b7b9520c626dc03c48537 Author: jollyroger Date: 2010-04-12 (Mon, 12 Apr 2010) Changed paths: M buildbot/status/web/templates/forms.html Log Message: ----------- Fixing typo Commit: 493fd57819f0a0474bdee51da844285b2e83e10f http://github.com/djmitche/buildbot/commit/493fd57819f0a0474bdee51da844285b2e83e10f Author: Dustin J. Mitchell Date: 2010-04-12 (Mon, 12 Apr 2010) Changed paths: M buildbot/status/web/templates/forms.html Log Message: ----------- Merge branch 'master' of git://github.com/jollyroger/buildbot * 'master' of git://github.com/jollyroger/buildbot: Fixing typo From buildbot-devel at lists.sourceforge.net Mon Apr 12 17:15:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 12 Apr 2010 17:15:21 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #789: Group revisions by repository in grid view In-Reply-To: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> References: <039.e54bab987922e2f005f08fb8c265248d@lists.sourceforge.net> Message-ID: <048.397232c47f46110f1e42dbd84bc5518e@lists.sourceforge.net> #789: Group revisions by repository in grid view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: task | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: --------------------+------------------------------------------------------- Comment(by marcusl): potato potatoh? ;-P -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 12 19:57:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 12 Apr 2010 19:57:44 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #793: Remove unneeded prints in MailNotifier if mode is "change" Message-ID: <037.24edf2ef86a69a55a4a069e1a3655ed5@lists.sourceforge.net> #793: Remove unneeded prints in MailNotifier if mode is "change" ----------------------+----------------------------------------------------- Reporter: fgsch | Owner: Type: undecided | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: MailNotifier ----------------------+----------------------------------------------------- See summary. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 12 20:03:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 12 Apr 2010 20:03:24 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #794: Document MailNotifier's change mode Message-ID: <037.e5afcecf8fedfed17af4793348a78eaa@lists.sourceforge.net> #794: Document MailNotifier's change mode ------------------------+--------------------------------------------------- Reporter: fgsch | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- See summary. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 13 09:29:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 13 Apr 2010 09:29:48 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #795: Allow switching ETA estimation method in master.cfg Message-ID: <039.cf274d0a325fcbe0b3a585861055d51d@lists.sourceforge.net> #795: Allow switching ETA estimation method in master.cfg ------------------------+--------------------------------------------------- Reporter: toinbis | Owner: toinbis Type: enhancement | Status: new Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ETA ------------------------+--------------------------------------------------- Current ETA calculation scheme "If there are any metrics, use text-output based estimation, otherwise, fall back to time-based estimation" is not transparent at all. Some users might prefer the current "mix", while others would prefer to stick with time-only estimations, while even others probably would prefer what is described by Brian in http://buildbot.net/trac/ticket/540 etc. Maybe It'd be a good idea to introduce some scheme for letting Buildbot users to choose which type of estimation method they prefer and Buildbot Developers to add new ways of calculating/estimating ETA easily. How could this be done? The first though crossing my mind on how to implement this scheme is an optional setting in master.cfg, allowing user to choose default ETA calculation/estimation setting. And probably an optional step's parameter, allowing to override the default setting. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 13 09:32:34 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 13 Apr 2010 09:32:34 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #795: Allow switching ETA estimation method in master.cfg In-Reply-To: <039.cf274d0a325fcbe0b3a585861055d51d@lists.sourceforge.net> References: <039.cf274d0a325fcbe0b3a585861055d51d@lists.sourceforge.net> Message-ID: <048.a24ba556674b7d0bb4a9f59b98935f8d@lists.sourceforge.net> #795: Allow switching ETA estimation method in master.cfg ------------------------+--------------------------------------------------- Reporter: toinbis | Owner: toinbis Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ETA ------------------------+--------------------------------------------------- Changes (by toinbis): * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 13 09:37:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 13 Apr 2010 09:37:10 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #795: Allow switching ETA estimation method in master.cfg In-Reply-To: <039.cf274d0a325fcbe0b3a585861055d51d@lists.sourceforge.net> References: <039.cf274d0a325fcbe0b3a585861055d51d@lists.sourceforge.net> Message-ID: <048.977033948ee62b8345ef710dbb3100df@lists.sourceforge.net> #795: Allow switching ETA estimation method in master.cfg ------------------------+--------------------------------------------------- Reporter: toinbis | Owner: toinbis Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ETA ------------------------+--------------------------------------------------- Changes (by toinbis): * priority: major => minor -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 13 09:57:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 13 Apr 2010 09:57:33 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #540: overhaul ETA calculation In-Reply-To: <040.92953aafe7562adb1b4d7d14c9032354@lists.sourceforge.net> References: <040.92953aafe7562adb1b4d7d14c9032354@lists.sourceforge.net> Message-ID: <049.73b442bcc38ed43c0d1e95afe1284534@lists.sourceforge.net> #540: overhaul ETA calculation ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: warner Type: enhancement | Status: assigned Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: sourceforge 1203905 ------------------------+--------------------------------------------------- Comment(by marcusl): I did this for a loading-bar in an application once, simply tracking where in the script it was at the moment and recording the time. It works pretty well unless the output/progress you're tracking is changing alot. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 13 10:26:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 13 Apr 2010 10:26:51 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #796: Implement UI elements: build's progress bar & build time charts Message-ID: <039.5288826bced2ec68e6d01d7e72e0c127@lists.sourceforge.net> #796: Implement UI elements: build's progress bar & build time charts ------------------------+--------------------------------------------------- Reporter: toinbis | Owner: toinbis Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ui ------------------------+--------------------------------------------------- Couple of UI elements could be implemented in order to make buildbot's webstatus pages be more intuitively-informative: a) build's progress bar. A graphical representation for the build's ETA time. b) build's timing chart, probably with distinct type(colour) of lines representing each step. jQuery(UI) + Plot(http://code.google.com/p/flot/) are the tools to be used initially, whilst having eyes wide open for the more appropriate ones (more possible options are described here: http://www.reynoldsftw.com/2009/02/6-jquery-chart-plugins-reviewed/). These improvements shouldn't affect the way JS-less browsers renders web status pages. External loading of JS libraries and/or caching should be considered to reduce an extra load of buildmaster. But that's already the scope of another ticket. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 13 10:27:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 13 Apr 2010 10:27:00 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #796: Implement UI elements: build's progress bar & build time charts In-Reply-To: <039.5288826bced2ec68e6d01d7e72e0c127@lists.sourceforge.net> References: <039.5288826bced2ec68e6d01d7e72e0c127@lists.sourceforge.net> Message-ID: <048.501aa5d07edc15db1cc8385cf89d3108@lists.sourceforge.net> #796: Implement UI elements: build's progress bar & build time charts ------------------------+--------------------------------------------------- Reporter: toinbis | Owner: toinbis Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ui ------------------------+--------------------------------------------------- Changes (by toinbis): * status: new => assigned -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 13 10:53:37 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 13 Apr 2010 10:53:37 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #796: Implement UI elements: build's progress bar & build time charts In-Reply-To: <039.5288826bced2ec68e6d01d7e72e0c127@lists.sourceforge.net> References: <039.5288826bced2ec68e6d01d7e72e0c127@lists.sourceforge.net> Message-ID: <048.a95c83961f1c4c425a9acb5174520f67@lists.sourceforge.net> #796: Implement UI elements: build's progress bar & build time charts ------------------------+--------------------------------------------------- Reporter: toinbis | Owner: toinbis Type: enhancement | Status: assigned Priority: minor | Milestone: 0.8.1 Version: 0.8.0 | Keywords: ui ------------------------+--------------------------------------------------- Comment(by marcusl): Do you plan to view a history of build-times? That'd be interesting to see. Actually, a generic system graphing the history of various benchmark values (time, commits, #lines changes, failures, or build-specific output such as # of tests/fails, code-coverage, etc) would be _really_ cool. ;) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 13 12:32:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 13 Apr 2010 12:32:55 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #797: A generic build can't be forced with missing slaves, but a specifc rebuild can Message-ID: <039.f785259fdfc84b862850adc5fca78ba6@lists.sourceforge.net> #797: A generic build can't be forced with missing slaves, but a specifc rebuild can --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.12 | Keywords: --------------------+------------------------------------------------------- This is slightly odd. I prefer being able to queue builds at all times (to avoid having to wait for slaves to connect if I admin them), but having different options in different places is just odd. I vote we make it configurable, unless anyone objects. (i.e. config whether builds can be forces/resubmitted with no slaves attached) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 13 14:36:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 13 Apr 2010 14:36:17 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #798: buildbot email says success but warnings were generated Message-ID: <036.548a7eb60cdc2b775d6f66467c092018@lists.sourceforge.net> #798: buildbot email says success but warnings were generated -------------------+-------------------------------------------------------- Reporter: chrb | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- I have a build that generates compile warnings. The emails that buildbot sends out should mention this. Instead the emails say "Build succeeded!". The relevant bit of code from buildbot/status/mail.py is: {{{ if result == 'success': text += "Build succeeded!\n" elif result == 'warnings': text += "Build Had Warnings%s\n" % t else: text += "BUILD FAILED%s\n" % t }}} The web interface clearly shows that the final Compile step had warnings, so there is something going wrong somewhere that causes the return status to have the value "success" instead of "warnings". -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 13 15:05:28 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 13 Apr 2010 15:05:28 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #798: buildbot email says success but warnings were generated In-Reply-To: <036.548a7eb60cdc2b775d6f66467c092018@lists.sourceforge.net> References: <036.548a7eb60cdc2b775d6f66467c092018@lists.sourceforge.net> Message-ID: <045.899789488f86b1ab911760ebe786ba1e@lists.sourceforge.net> #798: buildbot email says success but warnings were generated -------------------+-------------------------------------------------------- Reporter: chrb | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.0 | Keywords: -------------------+-------------------------------------------------------- Comment(by marcusl): Do you have warnOnWarnings=True for the compile step? (It isn't set by default, which is weird..) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Apr 14 04:59:41 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 14 Apr 2010 04:59:41 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #799: what's the default change_filter? Message-ID: <041.ed128d68bcf03b3bf49daf885b374f34@lists.sourceforge.net> #799: what's the default change_filter? ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- the docs don't say. I think it's "don't filter," but had to guess. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Apr 14 15:14:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 14 Apr 2010 15:14:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #799: what's the default change_filter? In-Reply-To: <041.ed128d68bcf03b3bf49daf885b374f34@lists.sourceforge.net> References: <041.ed128d68bcf03b3bf49daf885b374f34@lists.sourceforge.net> Message-ID: <050.af7f9892777540b117db360d1cd1c2e5@lists.sourceforge.net> #799: what's the default change_filter? ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: defect | Status: closed Priority: minor | Milestone: undecided Version: 0.7.12 | Resolution: fixed Keywords: | ----------------------+----------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Be explicit about a missing ChangeFilter Fixes #799 Changeset: 5893e7283e80fd90127a760b022d71ff361c4441 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Apr 14 15:14:57 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 14 Apr 2010 08:14:57 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 5893e7: Be explicit about a missing ChangeFilter Message-ID: <20100414151457.4669A422AB@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 5893e7283e80fd90127a760b022d71ff361c4441 http://github.com/djmitche/buildbot/commit/5893e7283e80fd90127a760b022d71ff361c4441 Author: Dustin J. Mitchell Date: 2010-04-14 (Wed, 14 Apr 2010) Changed paths: A NOTES-0.8.1.txt M docs/cfg-schedulers.texinfo Log Message: ----------- Be explicit about a missing ChangeFilter Fixes #799 From buildbot-devel at lists.sourceforge.net Fri Apr 16 00:53:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 16 Apr 2010 00:53:43 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #800: List of builders on web UI has no category support Message-ID: <039.dd3a2140e132cabcd48190e842e7d39e@lists.sourceforge.net> #800: List of builders on web UI has no category support ------------------------+--------------------------------------------------- Reporter: Nicolas | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: master | Keywords: categories ------------------------+--------------------------------------------------- Going to `/builders?category=kdev` still shows all builders, not just the builders on that category. I'm building three unrelated projects, one of them with five builders and another with two. The `builders` list is confusing mixing all projects (eg. one builder had a successful build of r1371 and another got test failures in r1115268). -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Apr 16 01:51:19 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 15 Apr 2010 18:51:19 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] b2535b: Update test_status_push results expectations accor... Message-ID: <20100416015119.466D54231B@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: b2535ba15a49bbe365c5e4466ac67f2a8a9b7a7e http://github.com/djmitche/buildbot/commit/b2535ba15a49bbe365c5e4466ac67f2a8a9b7a7e Author: Marc-Antoine Ruel Date: 2010-04-15 (Thu, 15 Apr 2010) Changed paths: M buildbot/broken_test/runs/test_status_push.py Log Message: ----------- Update test_status_push results expectations according to the recent modification in various asDict() functions Commit: c886262bc8d9faadc126819d344346ee50d761aa http://github.com/djmitche/buildbot/commit/c886262bc8d9faadc126819d344346ee50d761aa Author: Marc-Antoine Ruel Date: 2010-04-15 (Thu, 15 Apr 2010) Changed paths: M buildbot/status/status_push.py Log Message: ----------- Remove waterLevel since it was causing more misbehaviors than improvements. Commit: 0d36a296b4b411bcca2cde2f7df98992171b5e5a http://github.com/djmitche/buildbot/commit/0d36a296b4b411bcca2cde2f7df98992171b5e5a Author: Marc-Antoine Ruel Date: 2010-04-15 (Thu, 15 Apr 2010) Changed paths: M buildbot/status/status_push.py Log Message: ----------- Remove waterLevel since it was causing more misbehaviors than improvements. Commit: 654e0fdd67423165213be90c5ac9c354c2d5d654 http://github.com/djmitche/buildbot/commit/654e0fdd67423165213be90c5ac9c354c2d5d654 Author: Dustin J. Mitchell Date: 2010-04-15 (Thu, 15 Apr 2010) Changed paths: M buildbot/status/status_push.py Log Message: ----------- Merge branch 'dj_buildbot-0.8.0' of git://github.com/maruel/buildbot * 'dj_buildbot-0.8.0' of git://github.com/maruel/buildbot: Remove waterLevel since it was causing more misbehaviors than improvements. Signed-off-by: Dustin J. Mitchell Commit: 5c7224522092be55d4bced2823cc560854e0455f http://github.com/djmitche/buildbot/commit/5c7224522092be55d4bced2823cc560854e0455f Author: Dustin J. Mitchell Date: 2010-04-15 (Thu, 15 Apr 2010) Changed paths: M buildbot/broken_test/runs/test_status_push.py Log Message: ----------- Merge branch 'dj_master' of git://github.com/maruel/buildbot * 'dj_master' of git://github.com/maruel/buildbot: Remove waterLevel since it was causing more misbehaviors than improvements. Update test_status_push results expectations according to the recent modification in various asDict() functions Signed-off-by: Dustin J. Mitchell From buildbot-devel at lists.sourceforge.net Fri Apr 16 04:10:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 16 Apr 2010 04:10:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #800: List of builders on web UI has no category support In-Reply-To: <039.dd3a2140e132cabcd48190e842e7d39e@lists.sourceforge.net> References: <039.dd3a2140e132cabcd48190e842e7d39e@lists.sourceforge.net> Message-ID: <048.098c5539067cd980937281ffcaaddf83@lists.sourceforge.net> #800: List of builders on web UI has no category support ------------------------+--------------------------------------------------- Reporter: Nicolas | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.1 Version: master | Keywords: categories ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: 0.8.+ => 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Apr 17 16:04:44 2010 From: noreply at github.com (noreply at github.com) Date: Sat, 17 Apr 2010 09:04:44 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] c87636: Allow SVN steps to build with an explicit svnurl Message-ID: <20100417160444.3FA61422FB@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: c876363fe664fb9fa991f91d5b2c672639bd5a88 http://github.com/djmitche/buildbot/commit/c876363fe664fb9fa991f91d5b2c672639bd5a88 Author: Gareth Armstrong Date: 2010-04-17 (Sat, 17 Apr 2010) Changed paths: M buildbot/steps/source.py M docs/cfg-buildsteps.texinfo Log Message: ----------- Allow SVN steps to build with an explicit svnurl This ignores the branch specified by the SourceStamp, and is documented to do so. From buildbot-devel at lists.sourceforge.net Sun Apr 18 17:56:39 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 18 Apr 2010 17:56:39 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #422: Status reporting to twitter In-Reply-To: <038.aa5cc57b1d996bdff4e26a56fa3647f7@lists.sourceforge.net> References: <038.aa5cc57b1d996bdff4e26a56fa3647f7@lists.sourceforge.net> Message-ID: <047.b84d7820bb52a8c61e2c2181d2eed035@lists.sourceforge.net> #422: Status reporting to twitter ------------------------+--------------------------------------------------- Reporter: marijn | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.9 | Keywords: ------------------------+--------------------------------------------------- Comment(by knoguchi): I had to fix two variable names before got it working. Patch attached. Quick installation note {{{ wget http://protocultura.cl/hg/buildbot-twitter/raw- file/649271fe0663/bbtwitter.py patch -p1 Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 19 03:27:47 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 19 Apr 2010 03:27:47 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #766: when scheduler is not found build step returns success In-Reply-To: <036.792a5623fd2095020e9568baa80b6d37@lists.sourceforge.net> References: <036.792a5623fd2095020e9568baa80b6d37@lists.sourceforge.net> Message-ID: <045.52239e793f8e8367307e882071f7ad86@lists.sourceforge.net> #766: when scheduler is not found build step returns success -------------------+-------------------------------------------------------- Reporter: chrb | Owner: dustin Type: defect | Status: closed Priority: minor | Milestone: 0.8.0 Version: 0.8.0 | Resolution: fixed Keywords: | -------------------+-------------------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: If schedulers are missing, Trigger step should fail Fixes #766 Changeset: ee560deab9dcb9d03ae7a9d2d1d2178c6fb81b71 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Apr 19 03:27:53 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 18 Apr 2010 20:27:53 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] ee560d: If schedulers are missing, Trigger step should fai... Message-ID: <20100419032753.43D3C4202D@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: ee560deab9dcb9d03ae7a9d2d1d2178c6fb81b71 http://github.com/djmitche/buildbot/commit/ee560deab9dcb9d03ae7a9d2d1d2178c6fb81b71 Author: Dustin J. Mitchell Date: 2010-04-18 (Sun, 18 Apr 2010) Changed paths: M buildbot/steps/trigger.py Log Message: ----------- If schedulers are missing, Trigger step should fail Fixes #766 From buildbot-devel at lists.sourceforge.net Mon Apr 19 15:45:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 19 Apr 2010 15:45:04 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #801: getLastFinishedBuild() fails with simultaneous builds Message-ID: <038.e7f83f57e96bb2b2f14d4aaf200cd25f@lists.sourceforge.net> #801: getLastFinishedBuild() fails with simultaneous builds ---------------------+------------------------------------------------------ Reporter: maruel | Owner: maruel Type: defect | Status: new Priority: critical | Milestone: undecided Version: master | Keywords: ---------------------+------------------------------------------------------ If you connect 2 slaves on a builder and call IBuilderStatus.getLastFinishedBuild() on the builder, it will fail to return the last completed build if both are building simultaneously. This function should be changed to do a loop instead but a trivial loop won't work since IBuilderStatus.getBuild() may return None when it has pending requests, it should still be clamped when it hits the end of the build list in case there is no finished build yet. This currently breaks console view with simultaneous builds. I want to write a unit test first. :) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 22 08:58:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 22 Apr 2010 08:58:58 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #802: Early Timeout Message-ID: <036.58329d64961ba69fb33add0c59d81bae@lists.sourceforge.net> #802: Early Timeout -------------------+-------------------------------------------------------- Reporter: axel | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: timeout -------------------+-------------------------------------------------------- Buildbot decides it's time to kill a step even though its time has not yet come. In this example, Buildbot kills configure after a successful SVN. Configure was only running for 14 seconds; the timeout is 1200 seconds. Slave's log excerpt (complete for this time window, i.e. I did not remove lines in between): {{{ 2010-04-22 10:00:45+0200 [-] closing stdin 2010-04-22 10:00:45+0200 [-] using PTY: False 2010-04-22 10:03:04+0200 [-] command finished with signal None, exit code 0, elapsedTime: 138.333220 2010-04-22 10:03:04+0200 [-] SlaveBuilder.commandComplete 2010-04-22 10:03:04+0200 [Broker,client] startCommand:shell [id 137] 2010-04-22 10:03:04+0200 [Broker,client] ShellCommand._startCommand 2010-04-22 10:03:04+0200 [Broker,client] bash -c ./configure --enable- gdml --enable-minuit2 --enable-roofit --enable-unuran 2010-04-22 10:03:04+0200 [Broker,client] in dir /home/buildbot/BuildSlaves/ROOT/ROOT-GCC41-SLC5-32-hourly/build (timeout 1200 secs) 2010-04-22 10:03:04+0200 [Broker,client] watching logfiles {} 2010-04-22 10:03:04+0200 [Broker,client] argv: bash -c ./configure --enable-gdml --enable-minuit2 --enable-roofit --enable-unuran 2010-04-22 10:03:04+0200 [Broker,client] environment: {'SSH_ASKPASS': '/usr/libexec/openssh/gnome-ssh-askpass', 'GROUP': 'buildbot', 'HISTFILE': '/home/buildbot/.history.vm-slc5-i686', 'HPX_OS_MINOR': '6', 'BINTYPE': 'Linux', 'HSM_HOME': '/hpss/XYZ.AB/user/b/buildbot', 'LESSOPEN': '|/usr/bin/lesspipe.sh %s', 'ENVIRONMENT': 'LOGIN', 'SSH_CLIENT': '192.168.122.1 35234 22', 'CVS_RSH': 'ssh', 'LOGNAME': 'buildbot', 'USER': 'buildbot', 'INPUTRC': '/etc/inputrc', 'YP': 'NO', 'USERPATH': '/home/buildbot/bin:/home/buildbot/scripts:/usr/sue/bin:/usr/local/bin:/usr/local/bin/X11:/usr/bin:/bin:/usr/bin/X11:/XYZ/pro/bin', 'PS1': '[\\h] ${PWD} > ', 'LANG': 'en_US.UTF-8', 'KDEDIR': '/usr', 'TERM': 'xterm', 'SHELL': '/bin/bash', 'INITIALISED': 'YES', 'SHLVL': '1', 'XYZ_LEVEL': 'pro', 'DOMAINNAME': '(none)', 'G_BROKEN_FILENAMES': '1', 'RUBOUT': 'BackSpace', 'HPX_INITIALE': 'b', 'KDE_NO_IPV6': '1', 'EDITOR': 'pico -w', 'MANPATH': '/home/buildbot/man:/usr/sue/man::/usr/local/man:/XYZ/man', 'HPX_CELL': 'XYZ.AB', 'HOME': '/home/buildbot', 'HPX_HEPGROUP_DIR': '', 'HPSS_HOME': '/hpss/XYZ.AB/user/b/buildbot', 'HISTSIZE': '1000', 'XYZ_ROOT': '/XYZ/pro', 'NNTPSERVER': 'news.XYZ.AB', 'ROOTPATH': '/usr/bin:/bin:/usr/bin/X11', 'PATH': '/home/buildbot/install/gccxml/bin:/home/buildbot/bin:/home/buildbot/scripts:/usr/sue/bin:/usr/local/bin:/usr/local/bin/X11:/usr/bin:/bin:/usr/bin/X11:/XYZ/pro/bin:/usr/kerberos/bin:/home/buildbot/bin', 'OS': 'Linux', 'HOST': 'vm-slc5-i686', '_HPX_SEEN_SITE_ENV': '1', 'ENV': '/etc/hepix/sh/HEP/env', 'CLUSTER_DIR': '/etc/hepix/cluster', 'PRINT_CMD': 'xprint', 'HPX_OS_MAJOR': '2', '_': '/usr/bin/buildbot', 'LS_COLORS': 'no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:', 'KDE_IS_PRELINKED': '1', 'TMPDIR': '/tmp/buildbot', 'MAIL': '/var/spool/mail/buildbot', 'XYZ': '/XYZ', 'SYSTYPE': 'sysV', 'OLDPWD': '/home/buildbot', 'HOSTNAME': 'vm-slc5-i686', 'VISUAL': 'pico -w', 'SAVEHIST': '500', 'GROUP_DIR': '', 'PWD': '/home/buildbot/BuildSlaves/ROOT/ROOT-GCC41-SLC5-32-hourly/build', 'CASTOR_HOME': '/castor/XYZ.AB/user/b/buildbot', 'SSH_TTY': '/dev/pts/2', 'XFILESEARCHPATH': '/usr/lib/X11/app-defaults/%N:/usr/local/lib/X11/app- defaults/%N', 'WWW_HOME': 'http://www.XYZ.AB', 'SSH_CONNECTION': '192.168.122.1 35234 192.168.122.238 22', 'PAGER': 'less'} 2010-04-22 10:03:04+0200 [Broker,client] closing stdin 2010-04-22 10:03:04+0200 [Broker,client] using PTY: False 2010-04-22 10:03:18+0200 [-] sending app-level keepalive 2010-04-22 10:03:18+0200 [-] command timed out: 1200 seconds without output, killing pid 11978 2010-04-22 10:03:18+0200 [-] trying os.kill(-pid, 9) 2010-04-22 10:03:18+0200 [-] trying process.signalProcess('KILL') 2010-04-22 10:03:18+0200 [-] signal KILL sent successfully 2010-04-22 10:03:18+0200 [-] command timed out: 1200 seconds without output, killing pid 27249 2010-04-22 10:03:18+0200 [-] trying os.kill(-pid, 9) 2010-04-22 10:03:18+0200 [-] trying process.signalProcess('KILL') 2010-04-22 10:03:18+0200 [-] signal KILL sent successfully 2010-04-22 10:03:18+0200 [-] command finished with signal 9, exit code None, elapsedTime: 2109.789688 2010-04-22 10:03:18+0200 [-] SlaveBuilder.commandComplete 2010-04-22 10:03:18+0200 [-] command finished with signal 9, exit code None, elapsedTime: 14.473772 2010-04-22 10:03:18+0200 [-] SlaveBuilder.commandComplete 2010-04-22 10:12:49+0200 [-] sending app-level keepalive }}} 14.5 is much less than 1200. This was the only build running on this build slave instance at that time. Corresponding log excerpt from the master: {{{ 2010-04-22 10:03:52+0200 [Broker,0,128.A.B.C] rc=-1 2010-04-22 10:03:52+0200 [-] releaseLocks(): [(, )] 2010-04-22 10:03:52+0200 [-] maybeStartBuild : 0 request(s), 1 slave(s) (and many more) 2010-04-22 10:03:52+0200 [-] closing log 2010-04-22 10:03:52+0200 [-] releaseLocks(): [] 2010-04-22 10:03:52+0200 [-] step 'configure' complete: failure 2010-04-22 10:03:52+0200 [-] : build finished 2010-04-22 10:03:52+0200 [-] releaseLocks(): [(, )] 2010-04-22 10:03:52+0200 [-] maybeStartBuild : 0 request(s), 1 slave(s) (and many more) }}} The builder is running in a KVM virtual machine; the VM's host has two VMs running. They are both used for buildbot, they use NAT, each has 2 virtual cores (the host has 4). These fake timeouts hit us intermittently, mostly on OpenSolaris but here on a mutation of RHEL 5. The uneducated questions I have are: where does the elapsedTime of 2109.789688 come from? And why are there two processes running for one configure invocation? Help with debugging this or finding my configuration bug are very welcome... -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 22 09:51:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 22 Apr 2010 09:51:35 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #802: Early Timeout In-Reply-To: <036.58329d64961ba69fb33add0c59d81bae@lists.sourceforge.net> References: <036.58329d64961ba69fb33add0c59d81bae@lists.sourceforge.net> Message-ID: <045.690284e39516d97d3b476678b29c57a2@lists.sourceforge.net> #802: Early Timeout -------------------+-------------------------------------------------------- Reporter: axel | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: timeout -------------------+-------------------------------------------------------- Comment(by marcusl): IIRC there was/is a bug that started timing the buildstep when it was scheduled, and not when it was actually started on the slave. This can be a problem with busy slave PCs, which keeps the slave process from instantly reacting to buildstep-start commands. The timeout currenly counts from when the master issues the step, not when the slave actually starts working. Digging into the master log could help. I don't know if this the problem in your case though. It could be something else altogether. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 22 21:00:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 22 Apr 2010 21:00:17 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #751: Sending SIGTERM before SIGKILL to a remote shell command that has timed out In-Reply-To: <039.dcb9a7fb11f75338b8ab2d3a879a747e@lists.sourceforge.net> References: <039.dcb9a7fb11f75338b8ab2d3a879a747e@lists.sourceforge.net> Message-ID: <048.a907c971ddc6c633106e0d761b3dc40c@lists.sourceforge.net> #751: Sending SIGTERM before SIGKILL to a remote shell command that has timed out ------------------------+--------------------------------------------------- Reporter: Fabrice | Owner: Type: enhancement | Status: closed Priority: minor | Milestone: undecided Version: 0.7.12 | Resolution: wontfix Keywords: | ------------------------+--------------------------------------------------- Comment(by eric@?): I wanted this behavior today. I'm attempting to debug why our test script hangs randomly on one builder. I guess I'll have to write the wrapper as suggested. Would be nice if buildbot would just send SIGTERM followed by SIGKILL, even in rapid succession. That would allow me to print the stack traces of my multi- threaded python program at time of termination instead of having it just die. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Apr 23 15:45:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 23 Apr 2010 15:45:11 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #803: Disable patch output in twistd.log Message-ID: <038.6b2ae6d937827fef9550c4148e328cc3@lists.sourceforge.net> #803: Disable patch output in twistd.log ------------------------+--------------------------------------------------- Reporter: maruel | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: master | Keywords: ------------------------+--------------------------------------------------- This ticket is about changing the functionality of buildbot.process.buildstep.LoggingBuildStep.startCommand() to not log the actual patch even if present. It will simply logs its length instead. Only relevant to buildbot try/try server. I'm not a fan of making it optional, it just adds yet another untested code path. See http://codereview.chromium.org/1759006 as an implementation. Another possible implementation would be to change the patch argument to be an object, make it act like a tuple and change its __repr__. I think it's overkill. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Apr 23 16:22:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 23 Apr 2010 16:22:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #730: Pending builds not displayed In-Reply-To: <038.4f9f4554910ebc2b7734e793d63eb3a9@lists.sourceforge.net> References: <038.4f9f4554910ebc2b7734e793d63eb3a9@lists.sourceforge.net> Message-ID: <047.f90ee11b2de135825f8013955d20f4a1@lists.sourceforge.net> #730: Pending builds not displayed --------------------+------------------------------------------------------- Reporter: catlee | Owner: dustin Type: defect | Status: assigned Priority: blocker | Milestone: 0.8.0 Version: master | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * owner: warner => dustin -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Apr 23 16:22:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 23 Apr 2010 16:22:50 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #748: Exception when adding change In-Reply-To: <038.0a891b248946fa2b747fa7f7b902a668@lists.sourceforge.net> References: <038.0a891b248946fa2b747fa7f7b902a668@lists.sourceforge.net> Message-ID: <047.690132d2b4e4fe1b990e292c36d02a32@lists.sourceforge.net> #748: Exception when adding change --------------------+------------------------------------------------------- Reporter: catlee | Owner: dustin Type: defect | Status: assigned Priority: blocker | Milestone: 0.8.0 Version: master | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * owner: warner => dustin -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Apr 24 17:37:21 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 24 Apr 2010 17:37:21 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #804: Telmisartan Bestellen Ohne Rezept Message-ID: <036.98209dbbed728fb1a2f1bdc27d4fec8e@lists.sourceforge.net> #804: Telmisartan Bestellen Ohne Rezept ----------------------+----------------------------------------------------- Reporter: dura | Owner: dura Type: undecided | Status: new Priority: major | Milestone: ongoing Version: 0.7.12 | Keywords: micardis telmisartan rezeptfrei ----------------------+----------------------------------------------------- Suchen Sie das micardis? Dies ist der richtige Ort! Generisches Telmisartan '''[http://www.rezeptfreikaufen.co.cc/micardis-kaufen.html Micardis Bestellen]''': Telmisartan (Micardis) rezeptfrei bestellen. Klicken Sie Hier! Schnell, Sicher und Preisguenstig 10% Rabatt fuer alle Nachbestellungen Verschiedene Zahlungsmethoden. '''[http://www.rezeptfreikaufen.co.cc/micardis-kaufen.html Telmisartan Bestellen Ohne Rezept]''' == Telmisartan Kauf Preis == micardis substitute kaufen sie chreap telmisartan micardis tbl wirkung und nebenwirkungen micardis telmisartan codiovan micardis plus telmisartan entzug micardis migr?ne online apotheke telmisartan kaufen micardis wikipedia telmisartan olmesartan micardis nebeneffekte telmisartan ratiopharm tropfen micardis 80 mg tablets telmisartan versus valsartan micardis online kaufen telmisartan staub risiko micardis plus preis telmisartan manufacturer micardis plus und amlodipin telmisartan tabletten micardis bluthochdrucktabletten telmisartan ace micardis ontarget candesartan telmisartan micardis plus 40 mg valsartan telmisartan micardis bb telmisartan medikamente online apotheke micardis kaufen effekte von telmisartan langzeitstudien micardis plus telmisartan alkohol micardis studie telmisartan wikipedia micardis ohne rezept telmisartan ohne rezept micardis plus 80 12 5 mg nephropathie telmisartan 2008 micardis tabletten telmisartan transcend -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Apr 25 08:50:40 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 25 Apr 2010 08:50:40 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #804: Telmisartan Bestellen Ohne Rezept In-Reply-To: <036.98209dbbed728fb1a2f1bdc27d4fec8e@lists.sourceforge.net> References: <036.98209dbbed728fb1a2f1bdc27d4fec8e@lists.sourceforge.net> Message-ID: <045.8547142ce35f31eeebcacf4e1afa20eb@lists.sourceforge.net> #804: Telmisartan Bestellen Ohne Rezept --------------------------------------------+------------------------------- Reporter: dura | Owner: dura Type: undecided | Status: closed Priority: major | Milestone: ongoing Version: 0.7.12 | Resolution: invalid Keywords: micardis telmisartan rezeptfrei | --------------------------------------------+------------------------------- Changes (by marcusl): * status: new => closed * resolution: => invalid Comment: $?@?#"?:ing spammers! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 26 05:12:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 26 Apr 2010 05:12:32 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #804: Telmisartan Bestellen Ohne Rezept In-Reply-To: <036.98209dbbed728fb1a2f1bdc27d4fec8e@lists.sourceforge.net> References: <036.98209dbbed728fb1a2f1bdc27d4fec8e@lists.sourceforge.net> Message-ID: <045.dbf388ed3ff0ca573bbebf07db4e3851@lists.sourceforge.net> #804: Telmisartan Bestellen Ohne Rezept --------------------------------------------+------------------------------- Reporter: dura | Owner: dura Type: undecided | Status: closed Priority: major | Milestone: ongoing Version: 0.7.12 | Resolution: invalid Keywords: micardis telmisartan rezeptfrei | --------------------------------------------+------------------------------- Old description: > Suchen Sie das micardis? Dies ist der richtige Ort! Generisches > Telmisartan '''[http://www.rezeptfreikaufen.co.cc/micardis-kaufen.html > Micardis Bestellen]''': Telmisartan (Micardis) rezeptfrei bestellen. > Klicken Sie Hier! Schnell, Sicher und Preisguenstig 10% Rabatt fuer alle > Nachbestellungen Verschiedene Zahlungsmethoden. > '''[http://www.rezeptfreikaufen.co.cc/micardis-kaufen.html Telmisartan > Bestellen Ohne Rezept]''' > > == Telmisartan Kauf Preis == > > > micardis substitute > kaufen sie chreap telmisartan > micardis tbl wirkung und nebenwirkungen > micardis telmisartan > codiovan micardis plus > telmisartan entzug > micardis migr?ne > online apotheke telmisartan kaufen > micardis wikipedia > telmisartan olmesartan > micardis nebeneffekte > telmisartan ratiopharm tropfen > micardis 80 mg tablets > telmisartan versus valsartan > micardis online kaufen > telmisartan staub risiko > micardis plus preis > telmisartan manufacturer > micardis plus und amlodipin > telmisartan tabletten > micardis bluthochdrucktabletten > telmisartan ace > micardis ontarget > candesartan telmisartan > micardis plus 40 mg > valsartan telmisartan > micardis bb > telmisartan medikamente > online apotheke micardis kaufen > effekte von telmisartan > langzeitstudien micardis plus > telmisartan alkohol > micardis studie > telmisartan wikipedia > micardis ohne rezept > telmisartan ohne rezept > micardis plus 80 12 5 mg > nephropathie telmisartan 2008 > micardis tabletten > telmisartan transcend New description: Suchen Sie das micardis? Dies ist der richtige Ort! Generisches Telmisartan '''[http://www.rezeptfreikaufen.co.cc/micardis-kaufen.html Micardis Bestellen]''': Telmisartan (Micardis) rezeptfrei bestellen. Klicken Sie Hier! Schnell, Sicher und Preisguenstig 10% Rabatt fuer alle Nachbestellungen Verschiedene Zahlungsmethoden. '''[http://www.rezeptfreikaufen.co.cc/micardis-kaufen.html Telmisartan Bestellen Ohne Rezept]''' == Telmisartan Kauf Preis == micardis substitute kaufen sie chreap telmisartan micardis tbl wirkung und nebenwirkungen micardis telmisartan codiovan micardis plus telmisartan entzug micardis migr?ne online apotheke telmisartan kaufen micardis wikipedia telmisartan olmesartan micardis nebeneffekte telmisartan ratiopharm tropfen micardis 80 mg tablets telmisartan versus valsartan micardis online kaufen telmisartan staub risiko micardis plus preis telmisartan manufacturer micardis plus und amlodipin telmisartan tabletten micardis bluthochdrucktabletten telmisartan ace micardis ontarget candesartan telmisartan micardis plus 40 mg valsartan telmisartan micardis bb telmisartan medikamente online apotheke micardis kaufen effekte von telmisartan langzeitstudien micardis plus telmisartan alkohol micardis studie telmisartan wikipedia micardis ohne rezept telmisartan ohne rezept micardis plus 80 12 5 mg nephropathie telmisartan 2008 micardis tabletten telmisartan transcend -- Comment(by dustin): Wow, Marcus, I don't even know how to type some of those characters. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 26 07:27:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 26 Apr 2010 07:27:46 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #804: Invent clever and satisfying ways to kill spammers In-Reply-To: <036.98209dbbed728fb1a2f1bdc27d4fec8e@lists.sourceforge.net> References: <036.98209dbbed728fb1a2f1bdc27d4fec8e@lists.sourceforge.net> Message-ID: <045.097dc9ffcfa9a27d708afa564e779ddd@lists.sourceforge.net> #804: Invent clever and satisfying ways to kill spammers --------------------------------------------+------------------------------- Reporter: dura | Owner: dura Type: undecided | Status: closed Priority: major | Milestone: ongoing Version: 0.7.12 | Resolution: invalid Keywords: micardis telmisartan rezeptfrei | --------------------------------------------+------------------------------- Comment(by marcusl): Swedish keyboards are excellent for that kind of thing. ;) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Apr 26 10:27:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 26 Apr 2010 10:27:49 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #802: Early Timeout In-Reply-To: <036.58329d64961ba69fb33add0c59d81bae@lists.sourceforge.net> References: <036.58329d64961ba69fb33add0c59d81bae@lists.sourceforge.net> Message-ID: <045.bb7332f53a55b5e7ad408cc4c64f1ec1@lists.sourceforge.net> #802: Early Timeout -------------------+-------------------------------------------------------- Reporter: axel | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: timeout -------------------+-------------------------------------------------------- Comment(by axel): Thanks for your comment, marcusl! The master has requested the build to start at 10:00:00, i.e. less than 4 minutes before the build hit the timeout of 2109 seconds. I also checked the master's logs; there was no mention of this builder 2109 seconds before the timeout was announced. Any other hints what to look at? The builders use locks, too, but I don't see any issue with that, either: the builder acquired the lock immediately. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Apr 26 21:50:07 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 26 Apr 2010 14:50:07 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] ed9740: add import line for SetProperty Message-ID: <20100426215007.4215D42312@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: ed9740d6aba800e4edfc7e028b1c4cf622ced562 http://github.com/djmitche/buildbot/commit/ed9740d6aba800e4edfc7e028b1c4cf622ced562 Author: Dustin J. Mitchell Date: 2010-04-26 (Mon, 26 Apr 2010) Changed paths: M docs/cfg-buildsteps.texinfo Log Message: ----------- add import line for SetProperty From buildbot-devel at lists.sourceforge.net Tue Apr 27 07:57:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 27 Apr 2010 07:57:12 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #805: buidslave assertion failure Message-ID: <036.75ddf779a022134da9508a1abd004620@lists.sourceforge.net> #805: buidslave assertion failure ----------------------+----------------------------------------------------- Reporter: erno | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: master | Keywords: ----------------------+----------------------------------------------------- I get a traceback like this with current git of buildbot (using Twisted shipped in Ubuntu 10.04 rc). {{{ 2010-04-27 07:53:32+0300 [Broker,client] error in ShellCommand._startCommand 2010-04-27 07:53:32+0300 [Broker,client] Unhandled Error Traceback (most recent call last): File "/usr/lib/python2.6/dist- packages/twisted/internet/defer.py", line 213, in addCallbacks self._runCallbacks() File "/usr/lib/python2.6/dist- packages/twisted/internet/defer.py", line 371, in _runCallbacks self.result = callback(self.result, *args, **kw) File "/usr/local/lib/python2.6/dist- packages/buildbot/slave/commands/vcs.py", line 1020, in _doFetch return self._dovccmd(command, self._didFetch) File "/usr/local/lib/python2.6/dist- packages/buildbot/slave/commands/vcs.py", line 945, in _dovccmd d = c.start() --- --- File "/usr/local/lib/python2.6/dist- packages/buildbot/slave/commands/base.py", line 382, in start self._startCommand() File "/usr/local/lib/python2.6/dist- packages/buildbot/slave/commands/base.py", line 498, in _startCommand for arg in argv: assert isinstance(arg, str), (type(arg), arg) exceptions.AssertionError: (, u'+develop') }}} The relevant bit of master.cfg is {{{ f1.addStep(Git(repourl="git://github.com/realXtend/naali.git", branch="develop")) }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 27 09:15:08 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 27 Apr 2010 09:15:08 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #805: buidslave assertion failure In-Reply-To: <036.75ddf779a022134da9508a1abd004620@lists.sourceforge.net> References: <036.75ddf779a022134da9508a1abd004620@lists.sourceforge.net> Message-ID: <045.bac0589687baa38b7994ad46da01854e@lists.sourceforge.net> #805: buidslave assertion failure ----------------------+----------------------------------------------------- Reporter: erno | Owner: Type: undecided | Status: closed Priority: major | Milestone: undecided Version: master | Resolution: invalid Keywords: | ----------------------+----------------------------------------------------- Changes (by erno): * status: new => closed * resolution: => invalid Comment: Oops, I had the master running with PYTHONPATH pointing to an old version of buildbot. Nevermind. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 27 12:21:23 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 27 Apr 2010 12:21:23 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #130: Better support for git In-Reply-To: <043.a42144e2c335299421a711c3c3b54839@lists.sourceforge.net> References: <043.a42144e2c335299421a711c3c3b54839@lists.sourceforge.net> Message-ID: <052.c95d4d0429fb5a3243365ed7a6c03844@lists.sourceforge.net> #130: Better support for git ------------------------+--------------------------------------------------- Reporter: hskinnemoen | Owner: hskinnemoen Type: enhancement | Status: closed Priority: major | Milestone: 0.7.7 Version: 0.7.6 | Resolution: fixed Keywords: git | ------------------------+--------------------------------------------------- Comment(by bascorp): [http://rapidshare.in.ua/ ?????????? ???????? ??? ???????????] -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 27 13:47:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 27 Apr 2010 13:47:14 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #806: Need branch name display Message-ID: <041.0b6e5b0e15b3da9bf4fde730b1cd2597@lists.sourceforge.net> #806: Need branch name display ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Waterfall and recent build pages need to (at least optionally). I'm using the AnyBranchScheduler and it gets hard to keep track of which branch's results I'm looking at -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 27 15:19:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 27 Apr 2010 15:19:53 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #806: Need branch name display In-Reply-To: <041.0b6e5b0e15b3da9bf4fde730b1cd2597@lists.sourceforge.net> References: <041.0b6e5b0e15b3da9bf4fde730b1cd2597@lists.sourceforge.net> Message-ID: <050.822ea0f3381b9f26a2916f9d14856b47@lists.sourceforge.net> #806: Need branch name display ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dabrahams): * type: undecided => enhancement -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 27 15:21:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 27 Apr 2010 15:21:17 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #807: "Brokenness display" Message-ID: <041.72fa4fecbf8eb95c09c8780487dc1c37@lists.sourceforge.net> #807: "Brokenness display" ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- For development, it would be really useful (in the waterfall and elsewhere) to have a way of quickly seeing how many tests there are and how many are failing. In general that could require parsing the output of build steps, I realize. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Apr 27 15:44:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 27 Apr 2010 15:44:33 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #807: "Brokenness display" In-Reply-To: <041.72fa4fecbf8eb95c09c8780487dc1c37@lists.sourceforge.net> References: <041.72fa4fecbf8eb95c09c8780487dc1c37@lists.sourceforge.net> Message-ID: <050.8f6c5729cc9117615f0c1f83bc66add3@lists.sourceforge.net> #807: "Brokenness display" ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Apr 27 15:54:58 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 27 Apr 2010 08:54:58 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 8d8e6a: Fix typo in schedulers documentation. Message-ID: <20100427155458.45FCA4232B@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 8d8e6a037e75bd39cc1127de07d62447745e4450 http://github.com/djmitche/buildbot/commit/8d8e6a037e75bd39cc1127de07d62447745e4450 Author: Jonathan S. Romero Date: 2010-04-27 (Tue, 27 Apr 2010) Changed paths: M docs/cfg-schedulers.texinfo Log Message: ----------- Fix typo in schedulers documentation. Commit: 4b9e3350d7f017a586c100139a967d68612f6196 http://github.com/djmitche/buildbot/commit/4b9e3350d7f017a586c100139a967d68612f6196 Author: Dustin J. Mitchell Date: 2010-04-27 (Tue, 27 Apr 2010) Changed paths: M docs/cfg-schedulers.texinfo Log Message: ----------- Merge branch 'master' of git://github.com/jonnyro/buildbot * 'master' of git://github.com/jonnyro/buildbot: Fix typo in schedulers documentation. Signed-off-by: Dustin J. Mitchell From noreply at github.com Tue Apr 27 16:39:23 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 27 Apr 2010 09:39:23 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 8fbf2f: Update maintenance section to reflect some feature... Message-ID: <20100427163923.41E3142344@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 8fbf2facd62aaeed8a64a519bfa41fa20853f141 http://github.com/djmitche/buildbot/commit/8fbf2facd62aaeed8a64a519bfa41fa20853f141 Author: Jean-Paul Calderone Date: 2010-04-27 (Tue, 27 Apr 2010) Changed paths: M docs/installation.texinfo Log Message: ----------- Update maintenance section to reflect some features that exist now. Commit: 40e48273cea0a6baa2a6f2fd4523d7e87ae02573 http://github.com/djmitche/buildbot/commit/40e48273cea0a6baa2a6f2fd4523d7e87ae02573 Author: Dustin J. Mitchell Date: 2010-04-27 (Tue, 27 Apr 2010) Changed paths: M docs/installation.texinfo Log Message: ----------- Merge branch 'master' of git://github.com/exarkun/buildbot * 'master' of git://github.com/exarkun/buildbot: Update maintenance section to reflect some features that exist now. Signed-off-by: Dustin J. Mitchell From buildbot-devel at lists.sourceforge.net Tue Apr 27 20:35:11 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 27 Apr 2010 20:35:11 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #807: "Brokenness display" In-Reply-To: <041.72fa4fecbf8eb95c09c8780487dc1c37@lists.sourceforge.net> References: <041.72fa4fecbf8eb95c09c8780487dc1c37@lists.sourceforge.net> Message-ID: <050.58bfe512b379413146e0131beae383fd@lists.sourceforge.net> #807: "Brokenness display" ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Comment(by stefan): It seems to me such a feature very much depends on how a particular project manages its tests. While I agree this would be useful, I don't think this belongs into buildbot itself. Perhaps an extensible "Test" step ? (I use a different approach in my own projects: I use a separate testing harness (QMTest), but run that from a custom !BuildStep, then generate a (HTML) test report which can be served by the buildbot webserver.) -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Apr 27 23:27:21 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 27 Apr 2010 16:27:21 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] ddda13: fix relative import Message-ID: <20100427232721.403EC42338@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: ddda1321622a515f08813960d2c3bc78a6094865 http://github.com/djmitche/buildbot/commit/ddda1321622a515f08813960d2c3bc78a6094865 Author: Dustin J. Mitchell Date: 2010-04-27 (Tue, 27 Apr 2010) Changed paths: M buildbot/test/__init__.py Log Message: ----------- fix relative import From buildbot-devel at lists.sourceforge.net Tue Apr 27 23:31:56 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 27 Apr 2010 23:31:56 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #806: Need branch name display In-Reply-To: <041.0b6e5b0e15b3da9bf4fde730b1cd2597@lists.sourceforge.net> References: <041.0b6e5b0e15b3da9bf4fde730b1cd2597@lists.sourceforge.net> Message-ID: <050.21a0696d8e2e0ad227499682886617cf@lists.sourceforge.net> #806: Need branch name display ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ Comment: This is a great reason not to use the waterfall! The information could certainly be incorporated in the builders display, though. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Apr 27 23:50:32 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 27 Apr 2010 16:50:32 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 09d274: fix import errors in 2.5.1 .. hopefully Message-ID: <20100427235032.0A50D42343@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 09d2749e03410d9d59822c7c8ebd562c24b8c632 http://github.com/djmitche/buildbot/commit/09d2749e03410d9d59822c7c8ebd562c24b8c632 Author: Dustin J. Mitchell Date: 2010-04-27 (Tue, 27 Apr 2010) Changed paths: M buildbot/broken_test/__init__.py M buildbot/test/__init__.py R buildbot/test/util/monkeypatches.py A buildbot/util/monkeypatches.py Log Message: ----------- fix import errors in 2.5.1 .. hopefully From noreply at github.com Wed Apr 28 04:48:49 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 27 Apr 2010 21:48:49 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 244fe3: have /rss print all builds, unless you add failure... Message-ID: <20100428044849.3D29D4230D@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 244fe343ba810907db018d08ff0f97e6d2d2093a http://github.com/djmitche/buildbot/commit/244fe343ba810907db018d08ff0f97e6d2d2093a Author: Marc Mengel Date: 2010-04-27 (Tue, 27 Apr 2010) Changed paths: M buildbot/status/web/feeds.py Log Message: ----------- have /rss print all builds, unless you add failures_only=true Commit: 63088787973244c5f7e89e930e6d623292986aa6 http://github.com/djmitche/buildbot/commit/63088787973244c5f7e89e930e6d623292986aa6 Author: Dustin J. Mitchell Date: 2010-04-27 (Tue, 27 Apr 2010) Changed paths: M buildbot/status/web/feeds.py Log Message: ----------- Merge branch 'rssfixup' of git://github.com/marcmengel/buildbot * 'rssfixup' of git://github.com/marcmengel/buildbot: have /rss print all builds, unless you add failures_only=true Signed-off-by: Dustin J. Mitchell From buildbot-devel at lists.sourceforge.net Wed Apr 28 13:44:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 28 Apr 2010 13:44:44 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #808: Blame info lost across trigger step->scheduler Message-ID: <039.3edd276932be858511585807ee3ca056@lists.sourceforge.net> #808: Blame info lost across trigger step->scheduler ----------------------+----------------------------------------------------- Reporter: parente | Owner: Type: undecided | Status: new Priority: minor | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Example: 1) SVNPoller scheduler S1 runs builder B1. (B1 has blame info from SVN) 2) Builder B2 triggers scheduler S2. 3) Scheduler S2 runs builder B2. (B2 does not have blame info) Fix that appears to work: In sourcestamp.py, SourceStampClass, method getAbsoluteSourceStamp add: {{{ if got_revision == self.revision: return self }}} as the first line. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Apr 28 16:31:20 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 28 Apr 2010 16:31:20 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #730: Pending builds not displayed In-Reply-To: <038.4f9f4554910ebc2b7734e793d63eb3a9@lists.sourceforge.net> References: <038.4f9f4554910ebc2b7734e793d63eb3a9@lists.sourceforge.net> Message-ID: <047.21d32ff0246f9ba4664f5c36a8541e34@lists.sourceforge.net> #730: Pending builds not displayed --------------------+------------------------------------------------------- Reporter: catlee | Owner: dustin Type: defect | Status: closed Priority: blocker | Milestone: 0.8.0 Version: master | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: Merge branch 'misc-fixes' of git://github.com/warner/buildbot * 'misc-fixes' of git://github.com/warner/buildbot: fix web handling of getPendingBuilds() and cancel() implement IBuildRequestControl.cancel(), add unit tests for cancel() fixes for IBuilderStatus: getPendingBuilds, subscribe/unsubscribe handles for requestSubmitted and requestCancelled, and IStatus's buildSetSubmitted notification Fixes #730 Signed-off-by: Dustin J. Mitchell Changeset: 198f2ed83fc83ad13166973e6329c41d733b9f2e -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Apr 28 16:31:24 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 28 Apr 2010 09:31:24 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 821dc0: fixes for IBuilderStatus: getPendingBuilds, subscr... Message-ID: <20100428163124.4490042193@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 821dc06b58c81c4c7030d4d3938cfb35d2e0c157 http://github.com/djmitche/buildbot/commit/821dc06b58c81c4c7030d4d3938cfb35d2e0c157 Author: Brian Warner Date: 2010-04-26 (Mon, 26 Apr 2010) Changed paths: M buildbot/db/connector.py M buildbot/status/builder.py Log Message: ----------- fixes for IBuilderStatus: getPendingBuilds, subscribe/unsubscribe handles for requestSubmitted and requestCancelled, and IStatus's buildSetSubmitted notification Commit: 9fb878f7e2eeb5faa5ab1e4e35dd5c7c84b1531b http://github.com/djmitche/buildbot/commit/9fb878f7e2eeb5faa5ab1e4e35dd5c7c84b1531b Author: Brian Warner Date: 2010-04-26 (Mon, 26 Apr 2010) Changed paths: A buildbot/broken_test/runs/test_pending.py M buildbot/db/connector.py M buildbot/process/builder.py Log Message: ----------- implement IBuildRequestControl.cancel(), add unit tests for cancel() and IBuilderStatus.getPendingBuilds()/subscribe()/unsubscribe() Commit: 9e4632c67839fc73e91f757ced06b4c5c134b523 http://github.com/djmitche/buildbot/commit/9e4632c67839fc73e91f757ced06b4c5c134b523 Author: Brian Warner Date: 2010-04-26 (Mon, 26 Apr 2010) Changed paths: M buildbot/process/builder.py M buildbot/status/web/builder.py Log Message: ----------- fix web handling of getPendingBuilds() and cancel() Commit: 198f2ed83fc83ad13166973e6329c41d733b9f2e http://github.com/djmitche/buildbot/commit/198f2ed83fc83ad13166973e6329c41d733b9f2e Author: Dustin J. Mitchell Date: 2010-04-28 (Wed, 28 Apr 2010) Changed paths: A buildbot/broken_test/runs/test_pending.py M buildbot/db/connector.py M buildbot/process/builder.py M buildbot/status/builder.py M buildbot/status/web/builder.py Log Message: ----------- Merge branch 'misc-fixes' of git://github.com/warner/buildbot * 'misc-fixes' of git://github.com/warner/buildbot: fix web handling of getPendingBuilds() and cancel() implement IBuildRequestControl.cancel(), add unit tests for cancel() fixes for IBuilderStatus: getPendingBuilds, subscribe/unsubscribe handles for requestSubmitted and requestCancelled, and IStatus's buildSetSubmitted notification Fixes #730 Signed-off-by: Dustin J. Mitchell From noreply at github.com Wed Apr 28 20:50:07 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 28 Apr 2010 13:50:07 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 61a8a5: DB.get_pending_brids_for_builder(): oops, return b... Message-ID: <20100428205007.01CD8422A5@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 61a8a5e1d3023988fbdc686da34bd99017b8f5a7 http://github.com/djmitche/buildbot/commit/61a8a5e1d3023988fbdc686da34bd99017b8f5a7 Author: Brian Warner Date: 2010-04-28 (Wed, 28 Apr 2010) Changed paths: M buildbot/db/connector.py Log Message: ----------- DB.get_pending_brids_for_builder(): oops, return brids, not bsids. Thanks to Chris Atlee for the catch. Commit: e908b5621dc9ce2bfb7b2fcfb5b4ed8eef1d2e7b http://github.com/djmitche/buildbot/commit/e908b5621dc9ce2bfb7b2fcfb5b4ed8eef1d2e7b Author: Brian Warner Date: 2010-04-28 (Wed, 28 Apr 2010) Changed paths: M buildbot/status/builder.py Log Message: ----------- status.builder.BuildRequestStatus: don't use .source, it doesn't exist anymore From noreply at github.com Wed Apr 28 20:54:03 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 28 Apr 2010 13:54:03 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 8b6b1b: don't use computeRepositoryURL in __init__, as sel... Message-ID: <20100428205403.40A63422AB@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 8b6b1b30d50c9694bf6f9447c025e7d4ce1d4cb6 http://github.com/djmitche/buildbot/commit/8b6b1b30d50c9694bf6f9447c025e7d4ce1d4cb6 Author: Dustin J. Mitchell Date: 2010-04-28 (Wed, 28 Apr 2010) Changed paths: M buildbot/steps/source.py Log Message: ----------- don't use computeRepositoryURL in __init__, as self.build doesn't exist yet From buildbot-devel at lists.sourceforge.net Thu Apr 29 16:50:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 29 Apr 2010 16:50:04 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #748: Exception when adding change In-Reply-To: <038.0a891b248946fa2b747fa7f7b902a668@lists.sourceforge.net> References: <038.0a891b248946fa2b747fa7f7b902a668@lists.sourceforge.net> Message-ID: <047.9ed7314a39a99ddad91860b6445e65a1@lists.sourceforge.net> #748: Exception when adding change --------------------+------------------------------------------------------- Reporter: catlee | Owner: warner Type: defect | Status: assigned Priority: blocker | Milestone: 0.8.1 Version: master | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * owner: dustin => warner * milestone: 0.8.0 => 0.8.1 Comment: From what I understand.. Replying to [comment:5 catlee]: > * Connections to mysql should be expired after a configurable amount of time. I'm working on this. Fixed. > * Certain DB operations need to be retried regardless of connection state. Brian is working on this. Not fixed yet, but may not be necessary. So I'm bumping this to 0.8.1 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Apr 29 16:58:06 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 29 Apr 2010 09:58:06 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 54b7fc: update NEWS Message-ID: <20100429165806.421DF4205A@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: 54b7fc6c25734ae706632aa398192c175265550c http://github.com/djmitche/buildbot/commit/54b7fc6c25734ae706632aa398192c175265550c Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: M NEWS Log Message: ----------- update NEWS Commit: 9d2fd33cc9f40da63a31c808ae33bba1ff18a575 http://github.com/djmitche/buildbot/commit/9d2fd33cc9f40da63a31c808ae33bba1ff18a575 Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: M setup.py Log Message: ----------- add buildbot.test.util From noreply at github.com Thu Apr 29 16:58:09 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 29 Apr 2010 09:58:09 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] 31759f: update VERSION to 0.8.1rc1 Message-ID: <20100429165809.965E24229B@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: 31759fda42282814e9830e232331e20d4630336f http://github.com/djmitche/buildbot/commit/31759fda42282814e9830e232331e20d4630336f Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- update VERSION to 0.8.1rc1 From noreply at github.com Thu Apr 29 17:00:00 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 29 Apr 2010 10:00:00 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] de00b6: update VERSION to 0.8.0rc1 Message-ID: <20100429170000.410F4422C6@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: de00b670d98c37939fcff78e2230ad6d3e37404b http://github.com/djmitche/buildbot/commit/de00b670d98c37939fcff78e2230ad6d3e37404b Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: M buildbot/__init__.py Log Message: ----------- update VERSION to 0.8.0rc1 From buildbot-devel at lists.sourceforge.net Thu Apr 29 17:43:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 29 Apr 2010 17:43:45 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #809: build properties should let scheduler overwrite change properties Message-ID: <036.b3b4cafd367230f493632e187bf939e6@lists.sourceforge.net> #809: build properties should let scheduler overwrite change properties ----------------------+----------------------------------------------------- Reporter: Pike | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Right now, build properties first ask the build request, aka, the scheduler, and then the change properties. From a information flow, I think it'd be more logical to do it the other way around. It also breaks the use-case I'd have for properties, which is, attaching the locale to a change, and then have the scheduler determine which locales it'd build for that change. Right now, I'd have to put the locale of the change into a different property, and ignore that one in the build. I have a hard time figuring out a use case for the opposite, or maybe just a hard time trying :-) Original code is by bhearsum, so putting him on CC. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Apr 29 17:49:52 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 29 Apr 2010 17:49:52 -0000 Subject: [Buildbot-commits] [SPAM] Re: [Buildbot] #809: build properties should let scheduler overwrite change properties In-Reply-To: <036.b3b4cafd367230f493632e187bf939e6@lists.sourceforge.net> References: <036.b3b4cafd367230f493632e187bf939e6@lists.sourceforge.net> Message-ID: <045.af117da374faa343635cfb690440a418@lists.sourceforge.net> #809: build properties should let scheduler overwrite change properties ----------------------+----------------------------------------------------- Reporter: Pike | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Comment(by bhearsum): I don't think that configuration-time objects should override runtime ones. Scheduler, Builder, and BuildSlave properties should always take a back seat to Change and other run-time set properties. Can the thing that is generating the Changes deal with the properties, or can that logic be in the build system itself rather than Buildbot? I'm interested in other people's thoughts on the matter, though. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Apr 29 18:19:48 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 29 Apr 2010 11:19:48 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] caf99a: remove spurious file Message-ID: <20100429181948.73FC9422A9@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/djmitche/buildbot Commit: caf99ac2a2a4798d9cf21160c415ce313b074554 http://github.com/djmitche/buildbot/commit/caf99ac2a2a4798d9cf21160c415ce313b074554 Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: R NOTES-0.8.1.txt Log Message: ----------- remove spurious file Commit: 39c1a7411438fa15be186a4cda0b4216fb230dfe http://github.com/djmitche/buildbot/commit/39c1a7411438fa15be186a4cda0b4216fb230dfe Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: M NEWS Log Message: ----------- add news about mercurial revision ids From noreply at github.com Thu Apr 29 18:20:18 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 29 Apr 2010 11:20:18 -0700 Subject: [Buildbot-commits] [djmitche/buildbot] ff313e: remove spurious file Message-ID: <20100429182018.403FE422A9@smtp1.rs.github.com> Branch: refs/heads/buildbot-0.8.0 Home: http://github.com/djmitche/buildbot Commit: ff313e4092477fbf5831bf5f72a88b6a399315db http://github.com/djmitche/buildbot/commit/ff313e4092477fbf5831bf5f72a88b6a399315db Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: R NOTES-0.8.1.txt Log Message: ----------- remove spurious file Signed-off-by: Dustin J. Mitchell Commit: c512b5bcb529eac091d8185afadd28433064aafc http://github.com/djmitche/buildbot/commit/c512b5bcb529eac091d8185afadd28433064aafc Author: Dustin J. Mitchell Date: 2010-04-29 (Thu, 29 Apr 2010) Changed paths: M NEWS Log Message: ----------- add news about mercurial revision ids Signed-off-by: Dustin J. Mitchell From buildbot-devel at lists.sourceforge.net Fri Apr 30 01:11:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 30 Apr 2010 01:11:01 -0000 Subject: [Buildbot-commits] [SPAM] [Buildbot] #810: add UPGRADING or ReleaseNotes info for the db upgrade Message-ID: <038.c11079f8a3412f7ee4d2d4feac3f2e77@lists.sourceforge.net> #810: add UPGRADING or ReleaseNotes info for the db upgrade ----------------------+----------------------------------------------------- Reporter: dustin | Owner: Type: undecided | Status: new Priority: major | Milestone: 0.8.0 Version: 0.7.12 | Keywords: ----------------------+----------------------------------------------------- Upgrading to this release is a big deal, and we should highlight the new requirements and the upgrade procedure. -- Ticket URL: Buildbot Buildbot: build/test automation