From trac at buildbot.net Thu Oct 3 06:51:18 2013 From: trac at buildbot.net (Buildbot trac) Date: Thu, 03 Oct 2013 06:51:18 -0000 Subject: [Buildbot-commits] [Buildbot] #2566: 0.8.8 breaks SlaveLock compability with 0.7.12 In-Reply-To: <038.7a0940f48508888b26666f793176a914@buildbot.net> References: <038.7a0940f48508888b26666f793176a914@buildbot.net> Message-ID: <053.30680de1c608d9666642aa9ea4d47606@buildbot.net> #2566: 0.8.8 breaks SlaveLock compability with 0.7.12 -------------------+-------------------- Reporter: knirch | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.9 Version: 0.8.8 | Resolution: Keywords: locks | -------------------+-------------------- Comment (by jaredgrubb): I know I had to shift around a lot of this logic, so I dont think there is a reason for this ... this looks like a mistake and getLockFromAccess should be in that spot. -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Wed Oct 9 01:32:37 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 09 Oct 2013 01:32:37 -0000 Subject: [Buildbot-commits] [Buildbot] #2566: 0.8.8 breaks SlaveLock compability with 0.7.12 In-Reply-To: <038.7a0940f48508888b26666f793176a914@buildbot.net> References: <038.7a0940f48508888b26666f793176a914@buildbot.net> Message-ID: <053.78ca92893f7c9d678a0a9725bb7b0bc5@buildbot.net> #2566: 0.8.8 breaks SlaveLock compability with 0.7.12 -------------------+-------------------- Reporter: knirch | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.9 Version: 0.8.8 | Resolution: Keywords: locks | -------------------+-------------------- Comment (by dustin): knirch, do you want to try the patch I suggested in comment 1 and let us know whether it works? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Oct 9 01:36:20 2013 From: noreply at github.com (GitHub) Date: Tue, 08 Oct 2013 18:36:20 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 1209b7: replaced depricated 'disable-msg' pylint pragma wi... Message-ID: <5254b314f1_592e88dd5886548@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 1209b72c7e7d357d14dcf16e6710a51afccb2082 https://github.com/buildbot/buildbot/commit/1209b72c7e7d357d14dcf16e6710a51afccb2082 Author: Elmir Jagudin Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M master/buildbot/interfaces.py Log Message: ----------- replaced depricated 'disable-msg' pylint pragma with 'disable' Commit: 326f678a8235c810a305f6d5026ef245d409b835 https://github.com/buildbot/buildbot/commit/326f678a8235c810a305f6d5026ef245d409b835 Author: Elmir Jagudin Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M master/buildbot/status/persistent_queue.py M slave/buildslave/interfaces.py Log Message: ----------- locally disable pylint warnings triggered by interface definitions Commit: 77a395d23c11c3cfedcab9ad7666b203ecb96d46 https://github.com/buildbot/buildbot/commit/77a395d23c11c3cfedcab9ad7666b203ecb96d46 Author: Elmir Jagudin Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_svn.py Log Message: ----------- unit tests: make _makeSUCTest() a local function The TestGetUnversionedFiles._makeSUCTest() looks like a method but is used as a local function. Change it to a proper function, to make it less confusing. This also fixes 'no-self-argument' pylint warning. Commit: 1c4a542d4e6f3be81f65eaf1a93e5ccd99bb610a https://github.com/buildbot/buildbot/commit/1c4a542d4e6f3be81f65eaf1a93e5ccd99bb610a Author: Elmir Jagudin Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M common/pylintrc Log Message: ----------- enable no-self-argument and no-method-argument pylint checks Commit: c048e24d5a86d654e46979655bb42bb0742986a3 https://github.com/buildbot/buildbot/commit/c048e24d5a86d654e46979655bb42bb0742986a3 Author: Dustin J. Mitchell Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M common/pylintrc M master/buildbot/interfaces.py M master/buildbot/status/persistent_queue.py M master/buildbot/test/unit/test_steps_source_svn.py M slave/buildslave/interfaces.py Log Message: ----------- Merge branch 'pylint-interfaces' of git://github.com/elmirjagudin/buildbot Compare: https://github.com/buildbot/buildbot/compare/43fe12589639...c048e24d5a86 From noreply at github.com Wed Oct 9 01:36:23 2013 From: noreply at github.com (GitHub) Date: Tue, 08 Oct 2013 18:36:23 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3652f4: fix cancelAfter and its tests Message-ID: <5254b31745034_59168abd581426ef@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 3652f4caa230b65818560de5a1df7f8fcf03c329 https://github.com/buildbot/buildbot/commit/3652f4caa230b65818560de5a1df7f8fcf03c329 Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/test/unit/test_util_misc.py M master/buildbot/util/misc.py Log Message: ----------- fix cancelAfter and its tests Commit: 25a014941597f8bbba8ef1f36d24c845332dbb9e https://github.com/buildbot/buildbot/commit/25a014941597f8bbba8ef1f36d24c845332dbb9e Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- fix duplicate slave tests to wait for the correct detach to complete Commit: 0af3c4a77b7bcb74d37d180e747ab9daaa00ed7f https://github.com/buildbot/buildbot/commit/0af3c4a77b7bcb74d37d180e747ab9daaa00ed7f Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/unit/test_util_misc.py M master/buildbot/util/misc.py Log Message: ----------- Merge branch 'slave-proto' into nine Compare: https://github.com/buildbot/buildbot/compare/d13c05308789...0af3c4a77b7b From noreply at github.com Wed Oct 9 11:58:40 2013 From: noreply at github.com (GitHub) Date: Wed, 09 Oct 2013 04:58:40 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 09fdd8: Fix pyflakes warnings on post_build_request.py Message-ID: <525544f0661c9_7e15102fd54112897@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 09fdd804a7c10f52f1cefe0ea985d34559ea764c https://github.com/buildbot/buildbot/commit/09fdd804a7c10f52f1cefe0ea985d34559ea764c Author: Graham Markall Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M master/contrib/post_build_request.py Log Message: ----------- Fix pyflakes warnings on post_build_request.py Commit: 6c9bd1446305975547791e9a008cc53654009422 https://github.com/buildbot/buildbot/commit/6c9bd1446305975547791e9a008cc53654009422 Author: Graham Markall Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M master/contrib/post_build_request.py Log Message: ----------- Update post_build_request to match change_hook Since 2e25ec71 change_hook no longer returns a JSON object with a 200 OK response code. Instead it returns a 202 Accepted code with no data. This commit updates post_build_request.py to match this behaviour. Commit: 3e28e2ec6c071d63a271e101331284b34b4414f4 https://github.com/buildbot/buildbot/commit/3e28e2ec6c071d63a271e101331284b34b4414f4 Author: Dustin J. Mitchell Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M master/contrib/post_build_request.py Log Message: ----------- Merge branch 'master' of git://github.com/gmarkall/buildbot Compare: https://github.com/buildbot/buildbot/compare/c048e24d5a86...3e28e2ec6c07 From trac at buildbot.net Wed Oct 9 22:09:59 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 09 Oct 2013 22:09:59 -0000 Subject: [Buildbot-commits] [Buildbot] #2522: test_changes_mail_CVSMaildirSource fails in some timezones In-Reply-To: <038.1caa23f1ad143c235ef01364850ad217@buildbot.net> References: <038.1caa23f1ad143c235ef01364850ad217@buildbot.net> Message-ID: <053.5f7dda2822facf37032d244cbb0311a1@buildbot.net> #2522: test_changes_mail_CVSMaildirSource fails in some timezones ----------------------+------------------------ Reporter: rutsky | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: master | Resolution: Keywords: | ----------------------+------------------------ Comment (by rutsky): Replying to [comment:7 dustin]: > rutsky, any update? Sorry for the late response, Dustin, I was on vacation. I agree with code flow described in comment:3. On my system `email.utils.parsedate_tz` returns correct tuple as on your's; problem observed in result of `email.utils.mktime_tz`, as you noticed. Source of the problem in `email.utils.mktime_tz` implementation. In this code {{{ #!python t = time.mktime(data[:8] + (0,)) return t - data[9] - time.timezone }}} `data` tuple interpreted as local time in current time zone without DST correction (isdst=0) and converted to POSIX time. Then from POSIX time subtracted local time zone offset (lets assume that `data[9] == 0`). This code would work correctly if offset from UTC to standard local time (without DST correction) would be constant, but this isn't true. E.g. standard local time of Europe/Moscow was GMT+3 in 1996--2010, but since 2011 it's GMT+4 --- this gives that 1 hour of difference, because current `time.timezone` of my system corresponds to GMT+4, but `time.mktime` returns POSIX time on the assumption of GMT+3 standard local time. I believe that this behaviour of `email.utils.mktime_tz` was meant by "Minor deficiency" comment in documentation. Fortunately this strange and unexpected behavior was reported to Python and already fixed in Python 2.7.4: http://bugs.python.org/issue14653 (but I didn't tested it on 2.7.4 actually). Other case when this bug can not be reproduced is if you have old version of tzdata package that doesn't include such timezone changes for year 2010. -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Thu Oct 10 07:20:41 2013 From: trac at buildbot.net (Buildbot trac) Date: Thu, 10 Oct 2013 07:20:41 -0000 Subject: [Buildbot-commits] [Buildbot] #2522: test_changes_mail_CVSMaildirSource fails in some timezones In-Reply-To: <038.1caa23f1ad143c235ef01364850ad217@buildbot.net> References: <038.1caa23f1ad143c235ef01364850ad217@buildbot.net> Message-ID: <053.b57ab8a436b7b769b58badd6a7d71428@buildbot.net> #2522: test_changes_mail_CVSMaildirSource fails in some timezones ----------------------+------------------------ Reporter: rutsky | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: master | Resolution: Keywords: | ----------------------+------------------------ Comment (by rutsky): I made pull request with monkeypatch for Python < 2.7.4: https://github.com/buildbot/buildbot/pull/903 Tested with Python 2.5, 2.6, 2.7 on Ubuntu 12.04 system on Travis VMs: https://travis-ci.org/vrutsky/buildbot/builds/12356082 (not on Python 2.7.4, but I think it should work :) ). -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Thu Oct 10 10:09:23 2013 From: trac at buildbot.net (Buildbot trac) Date: Thu, 10 Oct 2013 10:09:23 -0000 Subject: [Buildbot-commits] [Buildbot] #2403: buildbot.test.unit.test_scripts_start.TestStart.{test_start, test_start_no_daemon, test_start_quiet} failures In-Reply-To: <040.0547c4e917286934c92d3579a8715d57@buildbot.net> References: <040.0547c4e917286934c92d3579a8715d57@buildbot.net> Message-ID: <055.bf12c97341d5b4508e92b71ba244b4d2@buildbot.net> #2403: buildbot.test.unit.test_scripts_start.TestStart.{test_start,test_start_no_daemon,test_start_quiet} failures ---------------------+------------------------ Reporter: Arfrever | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.8.7p1 | Resolution: Keywords: | ---------------------+------------------------ Changes (by jollyroger): * cc: jolly_roger@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Oct 10 13:10:27 2013 From: noreply at github.com (GitHub) Date: Thu, 10 Oct 2013 06:10:27 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e6cbb0: Monkeypatch Python to fix Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e6cbb0068a1f6991008b70ef5343a5a3c267b391 https://github.com/buildbot/buildbot/commit/e6cbb0068a1f6991008b70ef5343a5a3c267b391 Author: Vladimir Rutsky Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/python14653.py Log Message: ----------- Monkeypatch Python to fix Fixes Commit: e1531f0ac93a61a5b2ab9f19df1aa861f4468dae https://github.com/buildbot/buildbot/commit/e1531f0ac93a61a5b2ab9f19df1aa861f4468dae Author: Dustin J. Mitchell Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/python14653.py Log Message: ----------- Merge branch 'bug2522_mktime_tz' of git://github.com/vrutsky/buildbot With the addition of 'import time' Compare: https://github.com/buildbot/buildbot/compare/3e28e2ec6c07...e1531f0ac93a From trac at buildbot.net Thu Oct 10 19:11:17 2013 From: trac at buildbot.net (Buildbot trac) Date: Thu, 10 Oct 2013 19:11:17 -0000 Subject: [Buildbot-commits] [Buildbot] #2522: test_changes_mail_CVSMaildirSource fails in some timezones In-Reply-To: <038.1caa23f1ad143c235ef01364850ad217@buildbot.net> References: <038.1caa23f1ad143c235ef01364850ad217@buildbot.net> Message-ID: <053.a0d540bf854087b2f904b5a89cd84d7a@buildbot.net> #2522: test_changes_mail_CVSMaildirSource fails in some timezones ----------------------+------------------------ Reporter: rutsky | Owner: rutsky Type: undecided | Status: accepted Priority: major | Milestone: undecided Version: master | Resolution: Keywords: | ----------------------+------------------------ Changes (by rutsky): * owner: => rutsky * status: new => accepted -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Thu Oct 10 19:12:14 2013 From: trac at buildbot.net (Buildbot trac) Date: Thu, 10 Oct 2013 19:12:14 -0000 Subject: [Buildbot-commits] [Buildbot] #2522: test_changes_mail_CVSMaildirSource fails in some timezones In-Reply-To: <038.1caa23f1ad143c235ef01364850ad217@buildbot.net> References: <038.1caa23f1ad143c235ef01364850ad217@buildbot.net> Message-ID: <053.8f6b35bdab1f8811a916c112852bbaec@buildbot.net> #2522: test_changes_mail_CVSMaildirSource fails in some timezones ----------------------+------------------------ Reporter: rutsky | Owner: rutsky Type: undecided | Status: closed Priority: major | Milestone: undecided Version: master | Resolution: fixed Keywords: | ----------------------+------------------------ Changes (by rutsky): * status: accepted => closed * resolution: => fixed Comment: Fixed: https://github.com/buildbot/buildbot/commit/e1531f0ac93a61a5b2ab9f19df1aa861f4468dae -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Thu Oct 10 19:31:24 2013 From: trac at buildbot.net (Buildbot trac) Date: Thu, 10 Oct 2013 19:31:24 -0000 Subject: [Buildbot-commits] [Buildbot] #2562: Interpolate got_revision property doesn't work when using multiple codebases In-Reply-To: <038.05e22d32065dd1415ba9420408caa5be@buildbot.net> References: <038.05e22d32065dd1415ba9420408caa5be@buildbot.net> Message-ID: <053.8692bfd5a9cc360192a02a4a5fbfb6f2@buildbot.net> #2562: Interpolate got_revision property doesn't work when using multiple codebases -------------------+-------------------- Reporter: yasser | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.8 | Resolution: Keywords: | -------------------+-------------------- Changes (by rutsky): * cc: rutsky.vladimir@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Fri Oct 11 15:51:59 2013 From: trac at buildbot.net (Buildbot trac) Date: Fri, 11 Oct 2013 15:51:59 -0000 Subject: [Buildbot-commits] [Buildbot] #2568: buildbot-www sdist tarball doesn't contain most data Message-ID: <038.290b0fa409229bcc66a24657f73bef12@buildbot.net> #2568: buildbot-www sdist tarball doesn't contain most data -------------------+------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.0 Version: 0.8.8 | Keywords: -------------------+------------------- The sdist command is pulling data from www/buildbot-www, based on the MANIFEST.in: {{{ recursive-include buildbot_www * }}} but that's not what we want - the data for that sdist ends up in .temp after the grunt run. -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Fri Oct 11 16:38:56 2013 From: trac at buildbot.net (Buildbot trac) Date: Fri, 11 Oct 2013 16:38:56 -0000 Subject: [Buildbot-commits] [Buildbot] #581: Automatic builder creation for new branches In-Reply-To: <041.279f3c2d7a648bd6f8a842c8d5c1c124@buildbot.net> References: <041.279f3c2d7a648bd6f8a842c8d5c1c124@buildbot.net> Message-ID: <056.d84d581351555bbb6b582714fd1c0c70@buildbot.net> #581: Automatic builder creation for new branches ------------------------+--------------------- Reporter: mhoermann | Owner: warner Type: enhancement | Status: new Priority: major | Milestone: 0.9.+ Version: 0.7.10 | Resolution: Keywords: | ------------------------+--------------------- Changes (by bak1an): * cc: antonbaklanov@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Fri Oct 11 20:41:03 2013 From: trac at buildbot.net (Buildbot trac) Date: Fri, 11 Oct 2013 20:41:03 -0000 Subject: [Buildbot-commits] [Buildbot] #2568: buildbot-www sdist tarball doesn't contain most data In-Reply-To: <038.290b0fa409229bcc66a24657f73bef12@buildbot.net> References: <038.290b0fa409229bcc66a24657f73bef12@buildbot.net> Message-ID: <053.dcbd1dab658397442d00d227b4cde529@buildbot.net> #2568: buildbot-www sdist tarball doesn't contain most data -------------------+-------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.0 Version: 0.8.8 | Resolution: Keywords: | -------------------+-------------------- Comment (by tardyp): No, the data we want is really what is in buildbot_www, as sdist is not really sdist, it contains the grunt processed data. That said. I know we have a regression on the grunt prod target, the index.htm, and require.js file is not correctly copied in buildbot_www. Also, I did not test for a while if setup.py was able to run from sdist tarball. -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Fri Oct 11 20:51:34 2013 From: trac at buildbot.net (Buildbot trac) Date: Fri, 11 Oct 2013 20:51:34 -0000 Subject: [Buildbot-commits] [Buildbot] #2568: buildbot-www sdist tarball doesn't contain most data In-Reply-To: <038.290b0fa409229bcc66a24657f73bef12@buildbot.net> References: <038.290b0fa409229bcc66a24657f73bef12@buildbot.net> Message-ID: <053.c2b16371ee7ff2542dfc7579e2557cfa@buildbot.net> #2568: buildbot-www sdist tarball doesn't contain most data -------------------+-------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.0 Version: 0.8.8 | Resolution: Keywords: | -------------------+-------------------- Comment (by dustin): OK, we're seeing the same problem here. Is this something you'll have a chance to fix, or shoudl I look? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Oct 12 11:33:11 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 04:33:11 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 869077: Add interface tests for protocol connections Message-ID: <52593377f547_37a27e7d541073f@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/slave-proto Home: https://github.com/buildbot/buildbot Commit: 869077f2debd60ab96da4bf88e4d0af21d4636de https://github.com/buildbot/buildbot/commit/869077f2debd60ab96da4bf88e4d0af21d4636de Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py A master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Add interface tests for protocol connections Commit: da678e48ea7565504ee54ca67acdace74cc5bf6c https://github.com/buildbot/buildbot/commit/da678e48ea7565504ee54ca67acdace74cc5bf6c Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Remove remoteShutdown's buildslave argument The connection already has that object from the constructor. Commit: 183d78c7e2083ee4e79dee0ffe15beceea8d7c16 https://github.com/buildbot/buildbot/commit/183d78c7e2083ee4e79dee0ffe15beceea8d7c16 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- use proper reference to slave name Commit: 2d9a342fd156d42915db092db11d698615b53972 https://github.com/buildbot/buildbot/commit/2d9a342fd156d42915db092db11d698615b53972 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py A master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'protocols-remoteShutdown-arg' of git://github.com/djmitche/buildbot into slave-proto Commit: 29a2b25ec9ad9f16bb036efd51e66526ffffff7f https://github.com/buildbot/buildbot/commit/29a2b25ec9ad9f16bb036efd51e66526ffffff7f Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_status_web_statuspng.py Log Message: ----------- fix pyflakes, pylint Compare: https://github.com/buildbot/buildbot/compare/25a014941597...29a2b25ec9ad From noreply at github.com Sat Oct 12 17:29:27 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 10:29:27 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 869077: Add interface tests for protocol connections Message-ID: <525986f71a4fc_2cb3fe7d4c162e8@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 869077f2debd60ab96da4bf88e4d0af21d4636de https://github.com/buildbot/buildbot/commit/869077f2debd60ab96da4bf88e4d0af21d4636de Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py A master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Add interface tests for protocol connections Commit: da678e48ea7565504ee54ca67acdace74cc5bf6c https://github.com/buildbot/buildbot/commit/da678e48ea7565504ee54ca67acdace74cc5bf6c Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Remove remoteShutdown's buildslave argument The connection already has that object from the constructor. Commit: 183d78c7e2083ee4e79dee0ffe15beceea8d7c16 https://github.com/buildbot/buildbot/commit/183d78c7e2083ee4e79dee0ffe15beceea8d7c16 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- use proper reference to slave name Commit: 2d9a342fd156d42915db092db11d698615b53972 https://github.com/buildbot/buildbot/commit/2d9a342fd156d42915db092db11d698615b53972 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py A master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'protocols-remoteShutdown-arg' of git://github.com/djmitche/buildbot into slave-proto Commit: 29a2b25ec9ad9f16bb036efd51e66526ffffff7f https://github.com/buildbot/buildbot/commit/29a2b25ec9ad9f16bb036efd51e66526ffffff7f Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_status_web_statuspng.py Log Message: ----------- fix pyflakes, pylint Commit: 4494c72440c394e0fbcda4fda73faa20848b5719 https://github.com/buildbot/buildbot/commit/4494c72440c394e0fbcda4fda73faa20848b5719 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/buildstep.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py A master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'slave-proto' into nine Conflicts: master/buildbot/test/unit/test_status_web_statuspng.py Compare: https://github.com/buildbot/buildbot/compare/0af3c4a77b7b...4494c72440c3 From trac at buildbot.net Sat Oct 12 19:59:33 2013 From: trac at buildbot.net (Buildbot trac) Date: Sat, 12 Oct 2013 19:59:33 -0000 Subject: [Buildbot-commits] [Buildbot] #2569: Make travis test logs less verbose Message-ID: <038.66cd1925c31409ae9a362228008d11e2@buildbot.net> #2569: Make travis test logs less verbose ------------------------+--------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: ongoing Version: 0.8.8 | Keywords: travis ------------------------+--------------------- The travis builds for Buildbot are voluminous, and it's very difficult to find the failure amidst the successes. It's probably possible to use a different trial reporter, perhaps `text`, that will log a lot less but still show any failures. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Oct 12 20:00:58 2013 From: noreply at github.com (GitHub) Date: Sat, 12 Oct 2013 13:00:58 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5c3043: fix pyflake Message-ID: <5259aa7a188_39bd85fd543846f@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/slave-proto Home: https://github.com/buildbot/buildbot Commit: 5c3043873566319b8a825bdfa7cc573f4dc895c1 https://github.com/buildbot/buildbot/commit/5c3043873566319b8a825bdfa7cc573f4dc895c1 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- fix pyflake From trac at buildbot.net Sat Oct 12 20:01:09 2013 From: trac at buildbot.net (Buildbot trac) Date: Sat, 12 Oct 2013 20:01:09 -0000 Subject: [Buildbot-commits] [Buildbot] #2569: Make travis test logs less verbose In-Reply-To: <038.66cd1925c31409ae9a362228008d11e2@buildbot.net> References: <038.66cd1925c31409ae9a362228008d11e2@buildbot.net> Message-ID: <053.b343beb12e76ef6c89182e7714f1f28e@buildbot.net> #2569: Make travis test logs less verbose ------------------------+---------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: ongoing Version: 0.8.8 | Resolution: Keywords: travis | ------------------------+---------------------- Changes (by dustin): * cc: vrutsky (added) -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Sat Oct 12 20:01:33 2013 From: trac at buildbot.net (Buildbot trac) Date: Sat, 12 Oct 2013 20:01:33 -0000 Subject: [Buildbot-commits] [Buildbot] #2569: Make travis test logs less verbose In-Reply-To: <038.66cd1925c31409ae9a362228008d11e2@buildbot.net> References: <038.66cd1925c31409ae9a362228008d11e2@buildbot.net> Message-ID: <053.a33a914a4dfa0f4719ced4b8fed77816@buildbot.net> #2569: Make travis test logs less verbose ------------------------+---------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: ongoing Version: 0.8.8 | Resolution: Keywords: travis | ------------------------+---------------------- Changes (by dustin): * cc: vrutsky (removed) * cc: rutsky.vladimir@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Sat Oct 12 20:30:51 2013 From: trac at buildbot.net (Buildbot trac) Date: Sat, 12 Oct 2013 20:30:51 -0000 Subject: [Buildbot-commits] [Buildbot] #2568: buildbot-www sdist tarball doesn't contain most data In-Reply-To: <038.290b0fa409229bcc66a24657f73bef12@buildbot.net> References: <038.290b0fa409229bcc66a24657f73bef12@buildbot.net> Message-ID: <053.22efa880746a7a7ba7eab3b53f51ba86@buildbot.net> #2568: buildbot-www sdist tarball doesn't contain most data -------------------+-------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.0 Version: 0.8.8 | Resolution: Keywords: | -------------------+-------------------- Comment (by tardyp): updated https://github.com/buildbot/buildbot/pull/898 with a fix to this bug -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Sat Oct 12 22:55:42 2013 From: trac at buildbot.net (Buildbot trac) Date: Sat, 12 Oct 2013 22:55:42 -0000 Subject: [Buildbot-commits] [Buildbot] #2570: Cannot connect to master from a reactor script: invalid login from unknown user Message-ID: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> #2570: Cannot connect to master from a reactor script: invalid login from unknown user -----------------------+------------------- Reporter: jollyroger | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.+ Version: master | Keywords: -----------------------+------------------- This is related to the nine branch. While using custom script based on `contrib/git_buildbot.py` to connect to master I get the following error: {{{ ERROR:root:Could not connect to master: [Failure instance: Traceback from remote host -- Traceback (most recent call last): Failure: twisted.cred.error.UnauthorizedLogin: twisted.cred.error.UnauthorizedLogin: ] }}} The following is the relevant part of `twistd.log`: {{{ 2013-10-13 01:30:36+0300 [Broker,5,127.0.0.1] invalid login from unknown user 'change' 2013-10-13 01:30:36+0300 [Broker,5,127.0.0.1] Peer will receive following PB traceback: 2013-10-13 01:30:36+0300 [Broker,5,127.0.0.1] Unhandled Error Traceback (most recent call last): Failure: twisted.cred.error.UnauthorizedLogin: }}} This is weird, because I have PBChangeSource with mentioned user and password in my master.cfg: {{{ from buildbot.changes.pb import PBChangeSource c['change_source'] = [] c['change_source'].append(PBChangeSource(user="change", passwd="changepw")) }}} Minimal script to test the behaviour attached. -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Sat Oct 12 22:58:21 2013 From: trac at buildbot.net (Buildbot trac) Date: Sat, 12 Oct 2013 22:58:21 -0000 Subject: [Buildbot-commits] [Buildbot] #2570: Cannot connect to master from a reactor script: invalid login from unknown user In-Reply-To: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> References: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> Message-ID: <057.286827e47e3810d5f9ba7d034d180b13@buildbot.net> #2570: Cannot connect to master from a reactor script: invalid login from unknown user -----------------------+-------------------- Reporter: jollyroger | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.+ Version: master | Resolution: Keywords: | -----------------------+-------------------- Comment (by jollyroger): I have to note that this script worked agains master from 0.8.8 and before. -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Sat Oct 12 23:36:43 2013 From: trac at buildbot.net (Buildbot trac) Date: Sat, 12 Oct 2013 23:36:43 -0000 Subject: [Buildbot-commits] [Buildbot] #2571: buildbot_www package does not include html files and require.js Message-ID: <042.29b88767d02ffd6139944ce9f8835d98@buildbot.net> #2571: buildbot_www package does not include html files and require.js -----------------------+------------------- Reporter: jollyroger | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.+ Version: master | Keywords: web -----------------------+------------------- When building buildbot_www package on Debian unstable (node v0.10.20, node-gyp v0.10.10) the produced sdist tarball as well as the `www/buildbot_www` directory does not contain the following files required to run the new web interface: * index.html * require.js * views directory (with add other html files) All these files can be found in `www/.temp` directory after succesfull build. However there is one more issue with `require.js`: The new web interface expects it to be in the root directory, i.e. in `www/buildbot_www`, but in fact this file is located under `www/.temp/scrips/libs/` directory. This means that even if all files were to be copied to `www/buildbot_www` during build, web interface won't find require.js and fail to display anything as the result. Attaching build logs in case of any interest. Sorry for some command sequences (node just cannot stop to use colors). -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Sun Oct 13 08:53:29 2013 From: trac at buildbot.net (Buildbot trac) Date: Sun, 13 Oct 2013 08:53:29 -0000 Subject: [Buildbot-commits] [Buildbot] #2569: Make travis test logs less verbose In-Reply-To: <038.66cd1925c31409ae9a362228008d11e2@buildbot.net> References: <038.66cd1925c31409ae9a362228008d11e2@buildbot.net> Message-ID: <053.b46a77b810c3d173645d7dff95096c0a@buildbot.net> #2569: Make travis test logs less verbose ------------------------+---------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: ongoing Version: 0.8.8 | Resolution: Keywords: travis | ------------------------+---------------------- Comment (by rutsky): Made pull request with `text` trial reporter: https://github.com/buildbot/buildbot/pull/909 Now test output takes few pages of output instead four thousand lines, which is definitely much preferable: https://travis- ci.org/vrutsky/buildbot/jobs/12478365 Still there is problem that we want to run in Travis heterogeneous tasks: run `trial`, `pylint`, `pyflakes` and build documentation, but Travis designed only for homogeneous tasks. To accomplish running most stuff that conveniently runs on http://buildbot.buildbot.net I made hack with "latest" configuration: other tasks than `trial` tests are being run only in "latest" configuration; so failure in "latest" configuration means that failed one or more different tasks: `trial`, `pylint`, `pyflakes` or documentation building, which isn't very convenient. I don't think that we can do much to solve this issue (and test/`pylint`/`pyflakes` results for all commits in official git repository can be conveniently seen on http://buildbot.buildbot.net) so I suggest to ignore it for now. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Oct 14 11:08:01 2013 From: noreply at github.com (GitHub) Date: Mon, 14 Oct 2013 04:08:01 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0ed16d: make test_slave_comm more robust against broker le... Message-ID: <525bd091cff9c_1d641353d5030974@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/slave-proto Home: https://github.com/buildbot/buildbot Commit: 0ed16dcde8204281f17ce685083e723124326efb https://github.com/buildbot/buildbot/commit/0ed16dcde8204281f17ce685083e723124326efb Author: Dustin J. Mitchell Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- make test_slave_comm more robust against broker leaks From noreply at github.com Mon Oct 14 11:08:40 2013 From: noreply at github.com (GitHub) Date: Mon, 14 Oct 2013 04:08:40 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5c3043: fix pyflake Message-ID: <525bd0b85a272_1d8ee25d4c10577a@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 5c3043873566319b8a825bdfa7cc573f4dc895c1 https://github.com/buildbot/buildbot/commit/5c3043873566319b8a825bdfa7cc573f4dc895c1 Author: Dustin J. Mitchell Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py Log Message: ----------- fix pyflake Commit: 0ed16dcde8204281f17ce685083e723124326efb https://github.com/buildbot/buildbot/commit/0ed16dcde8204281f17ce685083e723124326efb Author: Dustin J. Mitchell Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- make test_slave_comm more robust against broker leaks Commit: f8359f6d9ab6ba0c1ae937c9036942ea31c52b9a https://github.com/buildbot/buildbot/commit/f8359f6d9ab6ba0c1ae937c9036942ea31c52b9a Author: Dustin J. Mitchell Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/integration/test_slave_comm.py Log Message: ----------- Merge branch 'slave-proto' into nine Compare: https://github.com/buildbot/buildbot/compare/4494c72440c3...f8359f6d9ab6 From noreply at github.com Mon Oct 14 11:37:36 2013 From: noreply at github.com (GitHub) Date: Mon, 14 Oct 2013 04:37:36 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b37488: better logging for start/stopService failures Message-ID: <525bd780eca2f_269d8dbd507299@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b374882fbae53a41a038e97232b9bea3709d66e1 https://github.com/buildbot/buildbot/commit/b374882fbae53a41a038e97232b9bea3709d66e1 Author: Dustin J. Mitchell Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M master/buildbot/monkeypatches/servicechecks.py Log Message: ----------- better logging for start/stopService failures From noreply at github.com Mon Oct 14 11:37:36 2013 From: noreply at github.com (GitHub) Date: Mon, 14 Oct 2013 04:37:36 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0f9b2c: Filter bulider's slavenames when reconfiguring Message-ID: <525bd7809e7ec_1d7ab6dd4813083@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 0f9b2ccfc8056e666b711009a55faeddcd229e0a https://github.com/buildbot/buildbot/commit/0f9b2ccfc8056e666b711009a55faeddcd229e0a Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/process/builder.py Log Message: ----------- Filter bulider's slavenames when reconfiguring Fixes #2507. Note that a build which has its builder/slave pair removed whlie it is executing will still hang indefinitely, but that's a much larger problem. Commit: 43fe1258963907ba9442ef7e63099ffb7ba1c306 https://github.com/buildbot/buildbot/commit/43fe1258963907ba9442ef7e63099ffb7ba1c306 Author: Dustin J. Mitchell Date: 2013-09-29 (Sun, 29 Sep 2013) Changed paths: M master/buildbot/test/unit/test_status_web_statuspng.py Log Message: ----------- fix pyflakes Commit: 1209b72c7e7d357d14dcf16e6710a51afccb2082 https://github.com/buildbot/buildbot/commit/1209b72c7e7d357d14dcf16e6710a51afccb2082 Author: Elmir Jagudin Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M master/buildbot/interfaces.py Log Message: ----------- replaced depricated 'disable-msg' pylint pragma with 'disable' Commit: 326f678a8235c810a305f6d5026ef245d409b835 https://github.com/buildbot/buildbot/commit/326f678a8235c810a305f6d5026ef245d409b835 Author: Elmir Jagudin Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M master/buildbot/status/persistent_queue.py M slave/buildslave/interfaces.py Log Message: ----------- locally disable pylint warnings triggered by interface definitions Commit: 77a395d23c11c3cfedcab9ad7666b203ecb96d46 https://github.com/buildbot/buildbot/commit/77a395d23c11c3cfedcab9ad7666b203ecb96d46 Author: Elmir Jagudin Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_svn.py Log Message: ----------- unit tests: make _makeSUCTest() a local function The TestGetUnversionedFiles._makeSUCTest() looks like a method but is used as a local function. Change it to a proper function, to make it less confusing. This also fixes 'no-self-argument' pylint warning. Commit: 1c4a542d4e6f3be81f65eaf1a93e5ccd99bb610a https://github.com/buildbot/buildbot/commit/1c4a542d4e6f3be81f65eaf1a93e5ccd99bb610a Author: Elmir Jagudin Date: 2013-09-30 (Mon, 30 Sep 2013) Changed paths: M common/pylintrc Log Message: ----------- enable no-self-argument and no-method-argument pylint checks Commit: 09fdd804a7c10f52f1cefe0ea985d34559ea764c https://github.com/buildbot/buildbot/commit/09fdd804a7c10f52f1cefe0ea985d34559ea764c Author: Graham Markall Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M master/contrib/post_build_request.py Log Message: ----------- Fix pyflakes warnings on post_build_request.py Commit: 6c9bd1446305975547791e9a008cc53654009422 https://github.com/buildbot/buildbot/commit/6c9bd1446305975547791e9a008cc53654009422 Author: Graham Markall Date: 2013-10-04 (Fri, 04 Oct 2013) Changed paths: M master/contrib/post_build_request.py Log Message: ----------- Update post_build_request to match change_hook Since 2e25ec71 change_hook no longer returns a JSON object with a 200 OK response code. Instead it returns a 202 Accepted code with no data. This commit updates post_build_request.py to match this behaviour. Commit: c048e24d5a86d654e46979655bb42bb0742986a3 https://github.com/buildbot/buildbot/commit/c048e24d5a86d654e46979655bb42bb0742986a3 Author: Dustin J. Mitchell Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M common/pylintrc M master/buildbot/interfaces.py M master/buildbot/status/persistent_queue.py M master/buildbot/test/unit/test_steps_source_svn.py M slave/buildslave/interfaces.py Log Message: ----------- Merge branch 'pylint-interfaces' of git://github.com/elmirjagudin/buildbot Commit: 3e28e2ec6c071d63a271e101331284b34b4414f4 https://github.com/buildbot/buildbot/commit/3e28e2ec6c071d63a271e101331284b34b4414f4 Author: Dustin J. Mitchell Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M master/contrib/post_build_request.py Log Message: ----------- Merge branch 'master' of git://github.com/gmarkall/buildbot Commit: e6cbb0068a1f6991008b70ef5343a5a3c267b391 https://github.com/buildbot/buildbot/commit/e6cbb0068a1f6991008b70ef5343a5a3c267b391 Author: Vladimir Rutsky Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/python14653.py Log Message: ----------- Monkeypatch Python to fix Fixes Commit: e1531f0ac93a61a5b2ab9f19df1aa861f4468dae https://github.com/buildbot/buildbot/commit/e1531f0ac93a61a5b2ab9f19df1aa861f4468dae Author: Dustin J. Mitchell Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/python14653.py Log Message: ----------- Merge branch 'bug2522_mktime_tz' of git://github.com/vrutsky/buildbot With the addition of 'import time' Commit: b374882fbae53a41a038e97232b9bea3709d66e1 https://github.com/buildbot/buildbot/commit/b374882fbae53a41a038e97232b9bea3709d66e1 Author: Dustin J. Mitchell Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M master/buildbot/monkeypatches/servicechecks.py Log Message: ----------- better logging for start/stopService failures Commit: b8cecfe5a312d9d7a9b2763e50ee8000559d4a55 https://github.com/buildbot/buildbot/commit/b8cecfe5a312d9d7a9b2763e50ee8000559d4a55 Author: Dustin J. Mitchell Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M common/pylintrc M master/buildbot/buildslave/base.py M master/buildbot/interfaces.py M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/python14653.py M master/buildbot/monkeypatches/servicechecks.py M master/buildbot/process/builder.py M master/buildbot/status/persistent_queue.py M master/buildbot/test/unit/test_steps_source_svn.py M master/contrib/post_build_request.py M slave/buildslave/interfaces.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/builder.py master/buildbot/test/unit/test_status_web_statuspng.py Compare: https://github.com/buildbot/buildbot/compare/f8359f6d9ab6...b8cecfe5a312 From trac at buildbot.net Wed Oct 16 12:57:15 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 16 Oct 2013 12:57:15 -0000 Subject: [Buildbot-commits] [Buildbot] #2562: Interpolate got_revision property doesn't work when using multiple codebases In-Reply-To: <038.05e22d32065dd1415ba9420408caa5be@buildbot.net> References: <038.05e22d32065dd1415ba9420408caa5be@buildbot.net> Message-ID: <053.002ff98cd95fa453260703a60ae9d850@buildbot.net> #2562: Interpolate got_revision property doesn't work when using multiple codebases -------------------+-------------------- Reporter: yasser | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.8 | Resolution: Keywords: | -------------------+-------------------- Changes (by maleadt): * cc: tim.besard@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Oct 16 16:51:30 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 09:51:30 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ddb758: Use UI-router instead of ng-router Message-ID: <525ec412535e9_4dd8601d5077218@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: ddb758b21057a2307651315b9e6a0414c9f5d339 https://github.com/buildbot/buildbot/commit/ddb758b21057a2307651315b9e6a0414c9f5d339 Author: Pierre Tardy Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M www/Gruntfile.coffee M www/setup.py M www/src/index.jade M www/src/scripts/app.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee M www/src/scripts/controllers/schedulersController.coffee M www/src/scripts/directives/topmenu.coffee R www/src/scripts/libs/angular-route.js A www/src/scripts/libs/angular-ui-router.js M www/src/scripts/routes.coffee M www/src/scripts/services/alertService.coffee M www/src/views/directives/topmenu.jade Log Message: ----------- Use UI-router instead of ng-router ui-router offers nested routes, which is useful for forcesched dialogs and direct access to the dialog >From the URL of the builder, you can add /forceched/myforcesched to go to the forcesched dialog Some impact on how the plugins should register new routes. Plugins just have to use ui-router api to declare new routes. Simplifies the top menu Signed-off-by: Pierre Tardy Commit: 7081d9087f7dff39bcb18dd26afddf3cd9aa4ae5 https://github.com/buildbot/buildbot/commit/7081d9087f7dff39bcb18dd26afddf3cd9aa4ae5 Author: Pierre Tardy Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/buildbot/data/connector.py A master/buildbot/data/forceschedulers.py M master/buildbot/schedulers/forcesched.py M master/buildbot/test/unit/test_schedulers_forcesched.py M www/src/scripts/controllers/builderController.coffee A www/src/scripts/controllers/forcedialogController.coffee A www/src/scripts/directives/forcefields.coffee M www/src/styles/styles.less M www/src/views/build.jade M www/src/views/builder.jade A www/src/views/directives/boolfield.jade A www/src/views/directives/forcedialog.jade A www/src/views/directives/intfield.jade A www/src/views/directives/listfield.jade A www/src/views/directives/nestedfield.jade A www/src/views/directives/textareafield.jade A www/src/views/directives/textfield.jade A www/src/views/forcedialog.jade M www/src/views/schedulers.jade Log Message: ----------- forcesched base UI First base UI for forcesched. fullscreen ui-modal is used Simple column layout, taking advantage of NestedParameter custom field types can be implemented via plugins, using standard angularjs directives Promotion UI is still stubbed, and the command part is not yet implemented. Signed-off-by: Pierre Tardy Commit: efb4bce982d0a2e7ca34d9e6cca0f10b7486b365 https://github.com/buildbot/buildbot/commit/efb4bce982d0a2e7ca34d9e6cca0f10b7486b365 Author: Pierre Tardy Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M www/Gruntfile.coffee M www/setup.py Log Message: ----------- fix grunt prod, and sdist mode make sure we can use python setup.py develop on sdist too. fix: http://trac.buildbot.net/ticket/2568 Signed-off-by: Pierre Tardy Commit: ddc90d470ecbc32628e065a8550b406361841f58 https://github.com/buildbot/buildbot/commit/ddc90d470ecbc32628e065a8550b406361841f58 Author: Pierre Tardy Date: 2013-10-12 (Sat, 12 Oct 2013) Changed paths: M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- fix warning reported by travisCI looks like added only in nine by merge: a6ec211df118c739d2e7b7355577da07e42cc7b3 Commit: 3ed72e769e72be5fbba2d02dab6c7fda9a5059e1 https://github.com/buildbot/buildbot/commit/3ed72e769e72be5fbba2d02dab6c7fda9a5059e1 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/data/connector.py A master/buildbot/data/forceschedulers.py M master/buildbot/schedulers/forcesched.py M master/buildbot/test/unit/test_schedulers_forcesched.py M master/docs/manual/cfg-buildsteps.rst M www/Gruntfile.coffee M www/setup.py M www/src/index.jade M www/src/scripts/app.coffee M www/src/scripts/controllers/buildController.coffee M www/src/scripts/controllers/builderController.coffee A www/src/scripts/controllers/forcedialogController.coffee M www/src/scripts/controllers/schedulersController.coffee A www/src/scripts/directives/forcefields.coffee M www/src/scripts/directives/topmenu.coffee R www/src/scripts/libs/angular-route.js A www/src/scripts/libs/angular-ui-router.js M www/src/scripts/routes.coffee M www/src/scripts/services/alertService.coffee M www/src/styles/styles.less M www/src/views/build.jade M www/src/views/builder.jade A www/src/views/directives/boolfield.jade A www/src/views/directives/forcedialog.jade A www/src/views/directives/intfield.jade A www/src/views/directives/listfield.jade A www/src/views/directives/nestedfield.jade A www/src/views/directives/textareafield.jade A www/src/views/directives/textfield.jade M www/src/views/directives/topmenu.jade A www/src/views/forcedialog.jade M www/src/views/schedulers.jade Log Message: ----------- Merge pull request #898 from tardyp/forcesched Forcesched UI Compare: https://github.com/buildbot/buildbot/compare/b8cecfe5a312...3ed72e769e72 From noreply at github.com Wed Oct 16 16:56:33 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 09:56:33 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fcb2fb: fix docs, pyflakes Message-ID: <525ec540f3f11_4b66fd9d50888b1@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: fcb2fb0fe0a7f130e7e5c040c1a5bade59fe4e34 https://github.com/buildbot/buildbot/commit/fcb2fb0fe0a7f130e7e5c040c1a5bade59fe4e34 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/schedulers/forcesched.py M master/docs/manual/cfg-buildsteps.rst Log Message: ----------- fix docs, pyflakes From noreply at github.com Wed Oct 16 17:16:52 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 10:16:52 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 811e50: Add completion scripts to the sdist Message-ID: <525eca042e068_4a8996fd4858687@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 811e50c75356681583d91949679112b3d66b5cd0 https://github.com/buildbot/buildbot/commit/811e50c75356681583d91949679112b3d66b5cd0 Author: Andrii Senkovych Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M master/MANIFEST.in M slave/MANIFEST.in Log Message: ----------- Add completion scripts to the sdist Commit: 35a5805d13e93d479627adf6acda7eb799977363 https://github.com/buildbot/buildbot/commit/35a5805d13e93d479627adf6acda7eb799977363 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/MANIFEST.in M slave/MANIFEST.in Log Message: ----------- Merge branch 'sdist-completions' of git://github.com/jollyroger/buildbot Compare: https://github.com/buildbot/buildbot/compare/b374882fbae5...35a5805d13e9 From noreply at github.com Wed Oct 16 17:27:08 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 10:27:08 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5d5b32: timed: support codebases for Periodic scheduler Message-ID: <525ecc6cca371_6139e19d5840512@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5d5b32fb43b7badec77f601bfd3b4ab0334e652f https://github.com/buildbot/buildbot/commit/5d5b32fb43b7badec77f601bfd3b4ab0334e652f Author: Bernhard Urban Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- timed: support codebases for Periodic scheduler Commit: b134c735a5ab9572f483a924a21bd3372e299a97 https://github.com/buildbot/buildbot/commit/b134c735a5ab9572f483a924a21bd3372e299a97 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Merge branch 'periodic_codebases' of git://github.com/lewurm/buildbot Compare: https://github.com/buildbot/buildbot/compare/35a5805d13e9...b134c735a5ab From noreply at github.com Wed Oct 16 17:33:24 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 10:33:24 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b6d7f7: create, test, and use a fake Connection class Message-ID: <525ecde43bf6d_6559971d5013485@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/slave-proto Home: https://github.com/buildbot/buildbot Commit: b6d7f74d489f24800d4ab70c544350d56fb201c7 https://github.com/buildbot/buildbot/commit/b6d7f74d489f24800d4ab70c544350d56fb201c7 Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py A master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/fake/slave.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_process_build.py Log Message: ----------- create, test, and use a fake Connection class Commit: deb9f6e238cb302635bf88cb2652c1979db7db21 https://github.com/buildbot/buildbot/commit/deb9f6e238cb302635bf88cb2652c1979db7db21 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py A master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/fake/slave.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_process_build.py Log Message: ----------- Merge branch 'protocols-fakeconnection' of git://github.com/djmitche/buildbot into slave-proto Compare: https://github.com/buildbot/buildbot/compare/0ed16dcde820...deb9f6e238cb From trac at buildbot.net Wed Oct 16 17:34:17 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 16 Oct 2013 17:34:17 -0000 Subject: [Buildbot-commits] [Buildbot] #2568: buildbot-www sdist tarball doesn't contain most data In-Reply-To: <038.290b0fa409229bcc66a24657f73bef12@buildbot.net> References: <038.290b0fa409229bcc66a24657f73bef12@buildbot.net> Message-ID: <053.095ed336c11b3d3733cf7d4a26e7c508@buildbot.net> #2568: buildbot-www sdist tarball doesn't contain most data -------------------+--------------------- Reporter: dustin | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.9.0 Version: 0.8.8 | Resolution: fixed Keywords: | -------------------+--------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: ..which is now merged -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Oct 16 17:45:00 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 10:45:00 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 6f1e47: test NoMethodError for getInfo; fix async tests Message-ID: <525ed09c245f8_611eacfd501671f7@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/slave-proto Home: https://github.com/buildbot/buildbot Commit: 6f1e47844212f53467e18428d63db292d9d742d0 https://github.com/buildbot/buildbot/commit/6f1e47844212f53467e18428d63db292d9d742d0 Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/docs/developer/cls-protocols.rst Log Message: ----------- test NoMethodError for getInfo; fix async tests This also updates the docs for remoteSetBuilderList, which is leaking PB references out of the API. Commit: 65bc10004ab44441f7c762e1c92b1cb7ad2f9ab6 https://github.com/buildbot/buildbot/commit/65bc10004ab44441f7c762e1c92b1cb7ad2f9ab6 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'protocols-noinfo' of git://github.com/djmitche/buildbot into slave-proto With pyflakes fixes Compare: https://github.com/buildbot/buildbot/compare/deb9f6e238cb...65bc10004ab4 From noreply at github.com Wed Oct 16 17:45:11 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 10:45:11 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b6d7f7: create, test, and use a fake Connection class Message-ID: <525ed0a7d6cbf_4082a59d58108836@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: b6d7f74d489f24800d4ab70c544350d56fb201c7 https://github.com/buildbot/buildbot/commit/b6d7f74d489f24800d4ab70c544350d56fb201c7 Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py A master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/fake/slave.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_process_build.py Log Message: ----------- create, test, and use a fake Connection class Commit: 6f1e47844212f53467e18428d63db292d9d742d0 https://github.com/buildbot/buildbot/commit/6f1e47844212f53467e18428d63db292d9d742d0 Author: Dustin J. Mitchell Date: 2013-09-28 (Sat, 28 Sep 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/docs/developer/cls-protocols.rst Log Message: ----------- test NoMethodError for getInfo; fix async tests This also updates the docs for remoteSetBuilderList, which is leaking PB references out of the API. Commit: deb9f6e238cb302635bf88cb2652c1979db7db21 https://github.com/buildbot/buildbot/commit/deb9f6e238cb302635bf88cb2652c1979db7db21 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py A master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/fake/slave.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_process_build.py Log Message: ----------- Merge branch 'protocols-fakeconnection' of git://github.com/djmitche/buildbot into slave-proto Commit: 65bc10004ab44441f7c762e1c92b1cb7ad2f9ab6 https://github.com/buildbot/buildbot/commit/65bc10004ab44441f7c762e1c92b1cb7ad2f9ab6 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'protocols-noinfo' of git://github.com/djmitche/buildbot into slave-proto With pyflakes fixes Commit: dcef7524668a802d523dd22f66460bef2c6a8e02 https://github.com/buildbot/buildbot/commit/dcef7524668a802d523dd22f66460bef2c6a8e02 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/pb.py A master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/fake/slave.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_protocols_base.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/unit/test_process_build.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'slave-proto' into nine Compare: https://github.com/buildbot/buildbot/compare/fcb2fb0fe0a7...dcef7524668a From trac at buildbot.net Wed Oct 16 19:22:54 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 16 Oct 2013 19:22:54 -0000 Subject: [Buildbot-commits] [Buildbot] #2570: Cannot connect to master from a reactor script: invalid login from unknown user In-Reply-To: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> References: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> Message-ID: <057.f5415f174d0c8faca12b7aa911f1f722@buildbot.net> #2570: Cannot connect to master from a reactor script: invalid login from unknown user -----------------------+-------------------- Reporter: jollyroger | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.+ Version: master | Resolution: Keywords: | -----------------------+-------------------- Comment (by dustin): I can't replicate this - the script works fine for me with master and with nine. I do get errors from the script if I use the wrong username or password. Is it possible that your config later has `c['change_source'] = [..]`? -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Wed Oct 16 19:29:01 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 16 Oct 2013 19:29:01 -0000 Subject: [Buildbot-commits] [Buildbot] #2571: buildbot_www package does not include html files and require.js In-Reply-To: <042.29b88767d02ffd6139944ce9f8835d98@buildbot.net> References: <042.29b88767d02ffd6139944ce9f8835d98@buildbot.net> Message-ID: <057.8e5fbf1ba42bd73432475afc67eacf76@buildbot.net> #2571: buildbot_www package does not include html files and require.js -----------------------+--------------------- Reporter: jollyroger | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.9.+ Version: master | Resolution: fixed Keywords: web | -----------------------+--------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: I believe this is a dupe of #2568, which tardyp fixed in a patch I merged a few hours ago. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Oct 16 19:45:38 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 12:45:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] df73fd: Use trial's less verbose "text" reporter on Travis Message-ID: <525eece27ef3e_4207d43d48521a0@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: df73fdf45eb4b56a422c041f6b26854e88f7ddc7 https://github.com/buildbot/buildbot/commit/df73fdf45eb4b56a422c041f6b26854e88f7ddc7 Author: Vladimir Rutsky Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Use trial's less verbose "text" reporter on Travis Plus use "--rterrors" flag: "Print tracebacks to standard output as soon as they occur". Commit: aef7f211dd07d5db3874a9dfb1935c1c3ff5c698 https://github.com/buildbot/buildbot/commit/aef7f211dd07d5db3874a9dfb1935c1c3ff5c698 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #909 from vrutsky/bug2569_travis_less_verbose_output Use trial's less verbose "text" reporter on Travis (fixes http://trac.buildbot.net/ticket/2569) Compare: https://github.com/buildbot/buildbot/compare/b134c735a5ab...aef7f211dd07 From trac at buildbot.net Wed Oct 16 19:47:02 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 16 Oct 2013 19:47:02 -0000 Subject: [Buildbot-commits] [Buildbot] #2569: Make travis test logs less verbose In-Reply-To: <038.66cd1925c31409ae9a362228008d11e2@buildbot.net> References: <038.66cd1925c31409ae9a362228008d11e2@buildbot.net> Message-ID: <053.803cf67c190993460c001181c039710f@buildbot.net> #2569: Make travis test logs less verbose ------------------------+---------------------- Reporter: dustin | Owner: Type: enhancement | Status: closed Priority: major | Milestone: ongoing Version: 0.8.8 | Resolution: fixed Keywords: travis | ------------------------+---------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: I agree - it's fine to have multiple tasks bundled in one logfile. Pull 909 is now merged. Thanks! -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Oct 16 20:19:28 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 13:19:28 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 6965c6: tryclient: Fix off-by-one error when finding curre... Message-ID: <525ef4d0779ee_4a8813ddd481526d3@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6965c6f8268158b155b98591dbcacd66125a453a https://github.com/buildbot/buildbot/commit/6965c6f8268158b155b98591dbcacd66125a453a Author: Robin Sonefors Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- tryclient: Fix off-by-one error when finding current git branch Git branches' complete names follow the form "refs/heads/". Branchnames may contain additional slashes. Therefore, we need to split up to two times (three pieces) if the last piece is to contain the complete branch name. Without this patch, when the branch "dev/newstuff" ("refs/heads/dev/newstuff", to be exact) has the remote "origin", it would get mangled into "origin/newstuff" - as that's not the same branch, the try job would fail. Commit: 1b4b68fdf9416cf00e1c348c3a899a2b160bb01f https://github.com/buildbot/buildbot/commit/1b4b68fdf9416cf00e1c348c3a899a2b160bb01f Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Merge branch 'master' of git://github.com/ozamosi/buildbot Compare: https://github.com/buildbot/buildbot/compare/aef7f211dd07...1b4b68fdf941 From noreply at github.com Wed Oct 16 20:24:49 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 13:24:49 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3ed321: removed duplicate keys assignments in a dictionary Message-ID: <525ef611ef8b7_6128499d501801c8@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 3ed3216d9e60a2fcee2622b85be6dfc1a8299e81 https://github.com/buildbot/buildbot/commit/3ed3216d9e60a2fcee2622b85be6dfc1a8299e81 Author: Elmir Jagudin Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_gerritchangesource.py Log Message: ----------- removed duplicate keys assignments in a dictionary This fixes 'duplicate-key (W0109)' pylint warning. Commit: 4435ef636ddf4096ace130af69b5e9d7a4b2af47 https://github.com/buildbot/buildbot/commit/4435ef636ddf4096ace130af69b5e9d7a4b2af47 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_gerritchangesource.py Log Message: ----------- Merge branch 'pylint-duplicate-key-nine' of git://github.com/elmirjagudin/buildbot into nine Compare: https://github.com/buildbot/buildbot/compare/dcef7524668a...4435ef636ddf From noreply at github.com Wed Oct 16 20:25:30 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 13:25:30 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] f20309: removed duplicate key assignment in dictionary Message-ID: <525ef63aaeac9_4c5e102fd541125e8@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: f20309a3182372e51625cc486bd2a06a9cbf51af https://github.com/buildbot/buildbot/commit/f20309a3182372e51625cc486bd2a06a9cbf51af Author: Elmir Jagudin Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M master/buildbot/status/web/base.py Log Message: ----------- removed duplicate key assignment in dictionary Remove second assignment to 'text' key. It seems that buildbot.status.builder.BuildStatus.getText() always returns a list of strings, so the first assignment: 'text': " ".join(build.getText()), should be sufficient. This fixes 'duplicate-key (W0109)' pylint warning. Commit: 979f1ba0c3b4e3fe904f543197fb0e5c7885d4f3 https://github.com/buildbot/buildbot/commit/979f1ba0c3b4e3fe904f543197fb0e5c7885d4f3 Author: Elmir Jagudin Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M common/pylintrc Log Message: ----------- enable duplicate-key (W0109) pylint check Commit: 6e24ca112e1e65d4915d7b5d9138aceaa7d672cc https://github.com/buildbot/buildbot/commit/6e24ca112e1e65d4915d7b5d9138aceaa7d672cc Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M common/pylintrc M master/buildbot/status/web/base.py Log Message: ----------- Merge branch 'pylint-duplicate-key' of git://github.com/elmirjagudin/buildbot Compare: https://github.com/buildbot/buildbot/compare/1b4b68fdf941...6e24ca112e1e From trac at buildbot.net Wed Oct 16 20:47:53 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 16 Oct 2013 20:47:53 -0000 Subject: [Buildbot-commits] [Buildbot] #2562: Interpolate got_revision property doesn't work when using multiple codebases In-Reply-To: <038.05e22d32065dd1415ba9420408caa5be@buildbot.net> References: <038.05e22d32065dd1415ba9420408caa5be@buildbot.net> Message-ID: <053.8ed9f8d8d28429bfa4baaed5de605359@buildbot.net> #2562: Interpolate got_revision property doesn't work when using multiple codebases -------------------+-------------------- Reporter: yasser | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.8 | Resolution: Keywords: | -------------------+-------------------- Comment (by dustin): `got_revision` is a property, not a source stamp attribute, so `src:..` won't work here. However, its value is a dictionary in multi-codebase builds. I don't know if we have a natural way to represent a dictionary lookup. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Oct 16 21:31:29 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 14:31:29 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 811e50: Add completion scripts to the sdist Message-ID: <525f05b199c36_625df21d54787e3@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 811e50c75356681583d91949679112b3d66b5cd0 https://github.com/buildbot/buildbot/commit/811e50c75356681583d91949679112b3d66b5cd0 Author: Andrii Senkovych Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M master/MANIFEST.in M slave/MANIFEST.in Log Message: ----------- Add completion scripts to the sdist Commit: 5d5b32fb43b7badec77f601bfd3b4ab0334e652f https://github.com/buildbot/buildbot/commit/5d5b32fb43b7badec77f601bfd3b4ab0334e652f Author: Bernhard Urban Date: 2013-10-10 (Thu, 10 Oct 2013) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- timed: support codebases for Periodic scheduler Commit: df73fdf45eb4b56a422c041f6b26854e88f7ddc7 https://github.com/buildbot/buildbot/commit/df73fdf45eb4b56a422c041f6b26854e88f7ddc7 Author: Vladimir Rutsky Date: 2013-10-13 (Sun, 13 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Use trial's less verbose "text" reporter on Travis Plus use "--rterrors" flag: "Print tracebacks to standard output as soon as they occur". Commit: f20309a3182372e51625cc486bd2a06a9cbf51af https://github.com/buildbot/buildbot/commit/f20309a3182372e51625cc486bd2a06a9cbf51af Author: Elmir Jagudin Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M master/buildbot/status/web/base.py Log Message: ----------- removed duplicate key assignment in dictionary Remove second assignment to 'text' key. It seems that buildbot.status.builder.BuildStatus.getText() always returns a list of strings, so the first assignment: 'text': " ".join(build.getText()), should be sufficient. This fixes 'duplicate-key (W0109)' pylint warning. Commit: 979f1ba0c3b4e3fe904f543197fb0e5c7885d4f3 https://github.com/buildbot/buildbot/commit/979f1ba0c3b4e3fe904f543197fb0e5c7885d4f3 Author: Elmir Jagudin Date: 2013-10-14 (Mon, 14 Oct 2013) Changed paths: M common/pylintrc Log Message: ----------- enable duplicate-key (W0109) pylint check Commit: 6965c6f8268158b155b98591dbcacd66125a453a https://github.com/buildbot/buildbot/commit/6965c6f8268158b155b98591dbcacd66125a453a Author: Robin Sonefors Date: 2013-10-15 (Tue, 15 Oct 2013) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- tryclient: Fix off-by-one error when finding current git branch Git branches' complete names follow the form "refs/heads/". Branchnames may contain additional slashes. Therefore, we need to split up to two times (three pieces) if the last piece is to contain the complete branch name. Without this patch, when the branch "dev/newstuff" ("refs/heads/dev/newstuff", to be exact) has the remote "origin", it would get mangled into "origin/newstuff" - as that's not the same branch, the try job would fail. Commit: 35a5805d13e93d479627adf6acda7eb799977363 https://github.com/buildbot/buildbot/commit/35a5805d13e93d479627adf6acda7eb799977363 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/MANIFEST.in M slave/MANIFEST.in Log Message: ----------- Merge branch 'sdist-completions' of git://github.com/jollyroger/buildbot Commit: b134c735a5ab9572f483a924a21bd3372e299a97 https://github.com/buildbot/buildbot/commit/b134c735a5ab9572f483a924a21bd3372e299a97 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Merge branch 'periodic_codebases' of git://github.com/lewurm/buildbot Commit: aef7f211dd07d5db3874a9dfb1935c1c3ff5c698 https://github.com/buildbot/buildbot/commit/aef7f211dd07d5db3874a9dfb1935c1c3ff5c698 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Merge pull request #909 from vrutsky/bug2569_travis_less_verbose_output Use trial's less verbose "text" reporter on Travis (fixes http://trac.buildbot.net/ticket/2569) Commit: 1b4b68fdf9416cf00e1c348c3a899a2b160bb01f https://github.com/buildbot/buildbot/commit/1b4b68fdf9416cf00e1c348c3a899a2b160bb01f Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Merge branch 'master' of git://github.com/ozamosi/buildbot Commit: 6e24ca112e1e65d4915d7b5d9138aceaa7d672cc https://github.com/buildbot/buildbot/commit/6e24ca112e1e65d4915d7b5d9138aceaa7d672cc Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M common/pylintrc M master/buildbot/status/web/base.py Log Message: ----------- Merge branch 'pylint-duplicate-key' of git://github.com/elmirjagudin/buildbot Commit: 8084a080e1384536802fbc18006b6b7882a3e54b https://github.com/buildbot/buildbot/commit/8084a080e1384536802fbc18006b6b7882a3e54b Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M .travis.yml M common/pylintrc M master/MANIFEST.in M master/buildbot/clients/tryclient.py M master/buildbot/schedulers/timed.py M slave/MANIFEST.in Log Message: ----------- Merge branch 'master' into nine Conflicts: master/MANIFEST.in master/buildbot/status/web/base.py Commit: 136b260332f5a96ccb029491d07b3089c5fd9d67 https://github.com/buildbot/buildbot/commit/136b260332f5a96ccb029491d07b3089c5fd9d67 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- DefaultCodebases -> DEFAULT_CODEBASES Compare: https://github.com/buildbot/buildbot/compare/4435ef636ddf...136b260332f5 From trac at buildbot.net Wed Oct 16 21:52:57 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 16 Oct 2013 21:52:57 -0000 Subject: [Buildbot-commits] [Buildbot] #2571: buildbot_www package does not include html files and require.js In-Reply-To: <042.29b88767d02ffd6139944ce9f8835d98@buildbot.net> References: <042.29b88767d02ffd6139944ce9f8835d98@buildbot.net> Message-ID: <057.ecf107cccb9345c3ddef1975bd05ea9b@buildbot.net> #2571: buildbot_www package does not include html files and require.js -----------------------+--------------------- Reporter: jollyroger | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.9.+ Version: master | Resolution: fixed Keywords: web | -----------------------+--------------------- Comment (by jollyroger): Yep. Thanks. -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Wed Oct 16 22:21:34 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 16 Oct 2013 22:21:34 -0000 Subject: [Buildbot-commits] [Buildbot] #2570: Cannot connect to master from a reactor script: invalid login from unknown user In-Reply-To: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> References: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> Message-ID: <057.37a7291e22705cf16ebaac235877c662@buildbot.net> #2570: Cannot connect to master from a reactor script: invalid login from unknown user -----------------------+-------------------- Reporter: jollyroger | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.+ Version: master | Resolution: Keywords: | -----------------------+-------------------- Comment (by jollyroger): No, that is why I told that it worked with 0.8.8. Ok, I've found the reason. In 0.8.8 and before you could specify PBChangeSource with no separate port and connect to the port where slaves are connecting to: But in 0.9 you've got the following during startup: {{{ 2013-10-17 01:11:12+0300 [-] PBChangeSource has no port to listen on }}} After setting port to PBChangeSource, everything started to work, except that we have now one more open port. {{{ 2013-10-17 01:14:35+0300 [-] PBServerFactory starting on 9990 2013-10-17 01:14:35+0300 [-] Starting factory 2013-10-17 01:14:35+0300 [-] adding scheduler 'debuild' 2013-10-17 01:14:35+0300 [-] Site starting on 8011 2013-10-17 01:14:35+0300 [-] Starting factory 2013-10-17 01:14:35+0300 [-] PBServerFactory starting on 9998 2013-10-17 01:14:35+0300 [-] Starting factory 2013-10-17 01:14:35+0300 [-] BuildMaster is running }}} Is it possible to avoid using another port by buildbot (i.e. keep things as they were before)? -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Wed Oct 16 22:28:05 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 16 Oct 2013 22:28:05 -0000 Subject: [Buildbot-commits] [Buildbot] #2570: Cannot connect to master from a reactor script: invalid login from unknown user In-Reply-To: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> References: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> Message-ID: <057.534f5383cc9490509d5a3b9e8f159dbd@buildbot.net> #2570: Cannot connect to master from a reactor script: invalid login from unknown user -----------------------+-------------------- Reporter: jollyroger | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.+ Version: master | Resolution: Keywords: | -----------------------+-------------------- Comment (by dustin): Oh, I completely missed that! Yes, it should be possible for PBChangeSource to find the port from c['protocols'] or, for legacy purposes, c['slavePortnum']. It'd be great if it did more than log a message when it couldn't find its port number, too! -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Oct 16 22:42:42 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 15:42:42 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 56de0f: increase timeout for change import tests Message-ID: <525f1662408c4_430788fd4c4353b@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 56de0f36177173aded770f26e9402a36ea600311 https://github.com/buildbot/buildbot/commit/56de0f36177173aded770f26e9402a36ea600311 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/util/change_import.py Log Message: ----------- increase timeout for change import tests From noreply at github.com Thu Oct 17 01:59:47 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 18:59:47 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 219865: Add tests for buildbot.process.buildstep.RemoteShe... Message-ID: <525f4493ec2d7_6266e95d54170932@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2198650a9ba648f4114af8f75b89d98a2b7aa209 https://github.com/buildbot/buildbot/commit/2198650a9ba648f4114af8f75b89d98a2b7aa209 Author: Vladimir Rutsky Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Add tests for buildbot.process.buildstep.RemoteShellCommand command obfuscation Currently fails. Commit: c9e0290216cb0ac407657a8997ae16471c6b3fac https://github.com/buildbot/buildbot/commit/c9e0290216cb0ac407657a8997ae16471c6b3fac Author: Vladimir Rutsky Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Fix obfuscation of single string commands Commit: 84584024f423ae9802da19a725b1c30d1d986b95 https://github.com/buildbot/buildbot/commit/84584024f423ae9802da19a725b1c30d1d986b95 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/util/change_import.py Log Message: ----------- update timeouts for upgrade tests Commit: 79b98a3b5e2a8e00083d6d343d3265a939d0d9cc https://github.com/buildbot/buildbot/commit/79b98a3b5e2a8e00083d6d343d3265a939d0d9cc Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Merge branch 'invalid_fake_command' of git://github.com/vrutsky/buildbot Compare: https://github.com/buildbot/buildbot/compare/56de0f361771...79b98a3b5e2a From noreply at github.com Thu Oct 17 01:59:51 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 18:59:51 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 56de0f: increase timeout for change import tests Message-ID: <525f449730ba0_4a8813ddd4818022d@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 56de0f36177173aded770f26e9402a36ea600311 https://github.com/buildbot/buildbot/commit/56de0f36177173aded770f26e9402a36ea600311 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/util/change_import.py Log Message: ----------- increase timeout for change import tests Commit: 2198650a9ba648f4114af8f75b89d98a2b7aa209 https://github.com/buildbot/buildbot/commit/2198650a9ba648f4114af8f75b89d98a2b7aa209 Author: Vladimir Rutsky Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Add tests for buildbot.process.buildstep.RemoteShellCommand command obfuscation Currently fails. Commit: c9e0290216cb0ac407657a8997ae16471c6b3fac https://github.com/buildbot/buildbot/commit/c9e0290216cb0ac407657a8997ae16471c6b3fac Author: Vladimir Rutsky Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Fix obfuscation of single string commands Commit: 9571c897e3ae24a2038e4b5671dab1ce3a5ea8d3 https://github.com/buildbot/buildbot/commit/9571c897e3ae24a2038e4b5671dab1ce3a5ea8d3 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/process/remotecommand.py M master/buildbot/test/unit/test_process_buildstep.py A master/buildbot/test/unit/test_process_remotecommand.py Log Message: ----------- Merge branch 'invalid_fake_command' of git://github.com/vrutsky/buildbot into nine Commit: 1a4493922e25db6b443a541e3d4c3cac102245f0 https://github.com/buildbot/buildbot/commit/1a4493922e25db6b443a541e3d4c3cac102245f0 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/util/change_import.py Log Message: ----------- update timeouts for upgrade tests Compare: https://github.com/buildbot/buildbot/compare/136b260332f5...1a4493922e25 From noreply at github.com Thu Oct 17 02:03:06 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 19:03:06 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 845840: update timeouts for upgrade tests Message-ID: <525f455adb566_615e13f9d5475948@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 84584024f423ae9802da19a725b1c30d1d986b95 https://github.com/buildbot/buildbot/commit/84584024f423ae9802da19a725b1c30d1d986b95 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/util/change_import.py Log Message: ----------- update timeouts for upgrade tests Commit: 79b98a3b5e2a8e00083d6d343d3265a939d0d9cc https://github.com/buildbot/buildbot/commit/79b98a3b5e2a8e00083d6d343d3265a939d0d9cc Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Merge branch 'invalid_fake_command' of git://github.com/vrutsky/buildbot Commit: d4c219aea6feaae484f24b7dc5c3a87465d19cd6 https://github.com/buildbot/buildbot/commit/d4c219aea6feaae484f24b7dc5c3a87465d19cd6 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Log Message: ----------- Merge branch 'master' into nine Compare: https://github.com/buildbot/buildbot/compare/1a4493922e25...d4c219aea6fe From noreply at github.com Thu Oct 17 04:36:28 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 21:36:28 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7437e9: minor cleanup of slavePortnum config Message-ID: <525f694c7ee8_619f5a3d5424446e@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/slave-proto Home: https://github.com/buildbot/buildbot Commit: 7437e9ac27261550ae81eb8e1bfe465376260ecc https://github.com/buildbot/buildbot/commit/7437e9ac27261550ae81eb8e1bfe465376260ecc Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/changes/pb.py M master/buildbot/config.py M master/buildbot/test/unit/test_config.py Log Message: ----------- minor cleanup of slavePortnum config From trac at buildbot.net Thu Oct 17 04:38:56 2013 From: trac at buildbot.net (Buildbot trac) Date: Thu, 17 Oct 2013 04:38:56 -0000 Subject: [Buildbot-commits] [Buildbot] #2570: Cannot connect to master from a reactor script: invalid login from unknown user In-Reply-To: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> References: <042.fb30d124c30daf79ae656b97ad756ea4@buildbot.net> Message-ID: <057.f17a102c8a31f3790368c15de9f8d9b7@buildbot.net> #2570: Cannot connect to master from a reactor script: invalid login from unknown user -----------------------+-------------------- Reporter: jollyroger | Owner: Type: defect | Status: new Priority: major | Milestone: 0.9.+ Version: master | Resolution: Keywords: | -----------------------+-------------------- Comment (by dustin): To answer your question, yes, PBChangeSource gets along just fine with buildslaves - just assign it the same port. I still can't replicate the error you're seeing. `PBChangeSource.reconfigService` contains code to default to the PB port used for slaves if its own port isn't set, and in my testing that works fine. Can you include a sanitized but still effective master script that shows this problem? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Oct 17 05:08:19 2013 From: noreply at github.com (GitHub) Date: Wed, 16 Oct 2013 22:08:19 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ec7d6c: adjust tests for cleanup Message-ID: <525f70c2f2915_4b66fd9d50144388@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/slave-proto Home: https://github.com/buildbot/buildbot Commit: ec7d6c56425970aaca28d5612fbbff2e17580580 https://github.com/buildbot/buildbot/commit/ec7d6c56425970aaca28d5612fbbff2e17580580 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_config.py Log Message: ----------- adjust tests for cleanup From noreply at github.com Thu Oct 17 22:24:41 2013 From: noreply at github.com (GitHub) Date: Thu, 17 Oct 2013 15:24:41 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] aa2a0d: Ignore unavailable images for EC2 buildslaves Message-ID: <526063a939ef2_756010c7d481392c3@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: aa2a0dccae286921512aeb2254bc2cb4ad078349 https://github.com/buildbot/buildbot/commit/aa2a0dccae286921512aeb2254bc2cb4ad078349 Author: Patrick Lucas Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M master/buildbot/buildslave/ec2.py Log Message: ----------- Ignore unavailable images for EC2 buildslaves Commit: 3c0fcde93db82b47839992ee161ab3da74b6fcd5 https://github.com/buildbot/buildbot/commit/3c0fcde93db82b47839992ee161ab3da74b6fcd5 Author: Dustin J. Mitchell Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M master/buildbot/buildslave/ec2.py Log Message: ----------- Merge branch 'only_choose_available_image' of git://github.com/patricklucas/buildbot Compare: https://github.com/buildbot/buildbot/compare/79b98a3b5e2a...3c0fcde93db8 From noreply at github.com Fri Oct 18 17:56:19 2013 From: noreply at github.com (GitHub) Date: Fri, 18 Oct 2013 10:56:19 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 129a73: Add an AsyncMultiService that waits for all child ... Message-ID: <526176434c586_7c3d3fd4c970cf@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 129a7314f69a4852f295f3dc6b40b6df0a4e6ed8 https://github.com/buildbot/buildbot/commit/129a7314f69a4852f295f3dc6b40b6df0a4e6ed8 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/changes/manager.py M master/buildbot/db/connector.py M master/buildbot/manhole.py M master/buildbot/master.py M master/buildbot/mq/connector.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/debug.py M master/buildbot/process/users/manual.py M master/buildbot/status/base.py M master/buildbot/status/master.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/fake/pbmanager.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_users_manager.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/maildir.py M master/buildbot/util/service.py M master/buildbot/www/service.py M master/contrib/fakemaster.py M master/docs/developer/classes.rst R master/docs/developer/cls-clusteredservice.rst M master/docs/developer/utils.rst Log Message: ----------- Add an AsyncMultiService that waits for all child services to start Commit: f47b506f81c58ddc24e47ff00604657e86d535e0 https://github.com/buildbot/buildbot/commit/f47b506f81c58ddc24e47ff00604657e86d535e0 Author: Dustin J. Mitchell Date: 2013-10-16 (Wed, 16 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/changes/manager.py M master/buildbot/data/connector.py M master/buildbot/mq/base.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py M master/buildbot/process/users/manager.py M master/buildbot/schedulers/manager.py M master/buildbot/status/base.py M master/buildbot/status/client.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/words.py M master/buildbot/test/unit/test_changes_manager.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/buildbot/test/unit/test_process_debug.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/service.py M master/buildbot/www/service.py M master/contrib/fakemaster.py M master/contrib/webhook_status.py M master/docs/developer/mq.rst M master/docs/developer/utils.rst Log Message: ----------- Add AsyncService and handle Deferreds for setServiceParent Commit: e63658dce9379ee030e9aeb645504a10a34abd1e https://github.com/buildbot/buildbot/commit/e63658dce9379ee030e9aeb645504a10a34abd1e Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/test/unit/test_util_service.py Log Message: ----------- fix pyflake Commit: 2d73fa5914ad32758daf85b6a49dbd8b42b8a29b https://github.com/buildbot/buildbot/commit/2d73fa5914ad32758daf85b6a49dbd8b42b8a29b Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/manhole.py M master/buildbot/master.py M master/buildbot/process/botmaster.py M master/buildbot/process/debug.py M master/buildbot/util/maildir.py M master/contrib/fakemaster.py Log Message: ----------- fix a few places where startService deferreds were unhandled Commit: 6d8183ac83e4dd8f4d5b9d995213e99205df80e3 https://github.com/buildbot/buildbot/commit/6d8183ac83e4dd8f4d5b9d995213e99205df80e3 Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/protocols/base.py M master/buildbot/changes/manager.py M master/buildbot/data/connector.py M master/buildbot/db/connector.py M master/buildbot/manhole.py M master/buildbot/master.py M master/buildbot/mq/base.py M master/buildbot/mq/connector.py M master/buildbot/pbmanager.py M master/buildbot/process/botmaster.py M master/buildbot/process/buildrequestdistributor.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py M master/buildbot/process/users/manager.py M master/buildbot/process/users/manual.py M master/buildbot/schedulers/manager.py M master/buildbot/status/base.py M master/buildbot/status/client.py M master/buildbot/status/mail.py M master/buildbot/status/master.py M master/buildbot/status/words.py M master/buildbot/test/fake/botmaster.py M master/buildbot/test/fake/bslavemanager.py M master/buildbot/test/fake/pbmanager.py M master/buildbot/test/unit/test_changes_manager.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/buildbot/test/unit/test_process_debug.py M master/buildbot/test/unit/test_process_users_manager.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/util/maildir.py M master/buildbot/util/service.py M master/buildbot/www/service.py M master/contrib/fakemaster.py M master/contrib/webhook_status.py M master/docs/developer/classes.rst R master/docs/developer/cls-clusteredservice.rst M master/docs/developer/mq.rst M master/docs/developer/utils.rst Log Message: ----------- Merge branch '9/asyncmultiservice' into nine Compare: https://github.com/buildbot/buildbot/compare/d4c219aea6fe...6d8183ac83e4 From trac at buildbot.net Fri Oct 18 23:59:02 2013 From: trac at buildbot.net (Buildbot trac) Date: Fri, 18 Oct 2013 23:59:02 -0000 Subject: [Buildbot-commits] [Buildbot] #2572: Use pep8 on Buildbot source Message-ID: <038.c4941612919c9880a2d2160ef4224632@buildbot.net> #2572: Use pep8 on Buildbot source ----------------------+----------------------- Reporter: rutsky | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.8.8 | Keywords: ----------------------+----------------------- Buildbot should use pep8 (or other) code style analysis tool. -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Sat Oct 19 00:11:36 2013 From: trac at buildbot.net (Buildbot trac) Date: Sat, 19 Oct 2013 00:11:36 -0000 Subject: [Buildbot-commits] [Buildbot] #2572: Use pep8 on Buildbot source In-Reply-To: <038.c4941612919c9880a2d2160ef4224632@buildbot.net> References: <038.c4941612919c9880a2d2160ef4224632@buildbot.net> Message-ID: <053.cc8e578140e1bfab281f2d1036815162@buildbot.net> #2572: Use pep8 on Buildbot source ----------------------+------------------------ Reporter: rutsky | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.8.8 | Resolution: Keywords: | ----------------------+------------------------ Comment (by rutsky): Attached output of `pep8 --first .`, it also duplicated [https://gist.github.com/vrutsky/7049271 here]. Detailed log of all pep8 errors that occures in Buildbot sources: https://gist.github.com/vrutsky/7049307 . I made pull requests for [https://github.com/buildbot/buildbot/pull/921 master] and [https://github.com/buildbot/buildbot/pull/923 nine] branches that: 1) adds `pep8` target to `Makefile`; 2) adds all currently reported pep8 errors to ignore list (so that we can incrementally fix these issues one by one, without breaking whole build); 3) runs `make pep8` on Travis; 4) fixes E101 (indentation contains mixed spaces and tabs), E111 (indentation is not a multiple of four) pep8 errors. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sat Oct 19 14:55:35 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 07:55:35 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ac5b18: On Python 2.5 and 2.7 install txrequests Message-ID: <52629d6763b71_5bad13edd4c22257@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ac5b189aa7ee684f2c40d2a12e5e3873b733fa1a https://github.com/buildbot/buildbot/commit/ac5b189aa7ee684f2c40d2a12e5e3873b733fa1a Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- On Python 2.5 and 2.7 install txrequests Required for several tests: buildbot.test.unit.test_steps_http.TestHTTPStep.test_404 buildbot.test.unit.test_steps_http.TestHTTPStep.test_POST buildbot.test.unit.test_steps_http.TestHTTPStep.test_basic buildbot.test.unit.test_steps_http.TestHTTPStep.test_header Commit: ad0784d2007577d45a0732ef0e6be1da3e3024fe https://github.com/buildbot/buildbot/commit/ad0784d2007577d45a0732ef0e6be1da3e3024fe Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Merge branch 'travis_install_txrequests' of git://github.com/vrutsky/buildbot Compare: https://github.com/buildbot/buildbot/compare/3c0fcde93db8...ad0784d20075 From noreply at github.com Sat Oct 19 19:38:41 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 12:38:41 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b40ac1: Check for sticky dates. Message-ID: <5262dfc1991c_5bbd12a3d4c100555@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b40ac183aa10a47357d6b15cd4e5271daba5918c https://github.com/buildbot/buildbot/commit/b40ac183aa10a47357d6b15cd4e5271daba5918c Author: Jonas Pommerening Date: 2013-10-09 (Wed, 09 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py Log Message: ----------- Check for sticky dates. If a previous build did check out a specific "revision" (timestamp) we can't update the directory with cvs update (unless we use -A). Upload the CVS/Entries file from the slave and check for any sticky dates. Entries look like this: /Filename/1.1/Fri May 17 23:20:00 2013//D2013.10.08.11.20.33 D Just make sure the last field of each line does not start with D (and skip the final line) Commit: 3f13afa5b710cdd0e02df63e3fd46cec7ca5939a https://github.com/buildbot/buildbot/commit/3f13afa5b710cdd0e02df63e3fd46cec7ca5939a Author: Jonas Pommerening Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_cvs.py Log Message: ----------- Fix the tests, add a test for sticky dates. Commit: b7913ba34310615ad937d547d05bf383d865d562 https://github.com/buildbot/buildbot/commit/b7913ba34310615ad937d547d05bf383d865d562 Author: Jonas Pommerening Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py Log Message: ----------- Refactored CVS step copy method. Pulled out CVS/Entries parsing into "_cvsEntriesContainStickyDates(entries)". Tests should still pass. Commit: 2442b41aa5ff07c76113046045dde611b571732e https://github.com/buildbot/buildbot/commit/2442b41aa5ff07c76113046045dde611b571732e Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_cvs.py Log Message: ----------- Fixed tests broken by b40ac18 Commit: d158a5ae1eb6722949c5dd8d4b581349141304ba https://github.com/buildbot/buildbot/commit/d158a5ae1eb6722949c5dd8d4b581349141304ba Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_cvs.py Log Message: ----------- Added test for _cvsEntriesContainStickyDates Commit: ecd34310aeaf822e70315823599bc18071ee579a https://github.com/buildbot/buildbot/commit/ecd34310aeaf822e70315823599bc18071ee579a Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Release notes Commit: 8efbee5b886ae31799fc9434bcac8a7211790696 https://github.com/buildbot/buildbot/commit/8efbee5b886ae31799fc9434bcac8a7211790696 Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'cvs-check-sticky-dates' of git://github.com/jpommerening/buildbot Compare: https://github.com/buildbot/buildbot/compare/ad0784d20075...8efbee5b886a From noreply at github.com Sat Oct 19 19:38:52 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 12:38:52 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 16b32f: Install buildbot-www on Travis Message-ID: <5262dfcc8dad3_49195f7d507224c@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 16b32fe25101130b8089cd5bbf7416c1184c9988 https://github.com/buildbot/buildbot/commit/16b32fe25101130b8089cd5bbf7416c1184c9988 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Install buildbot-www on Travis Commit: 4969b011a68923357d96ca85b0f874fd69d6ac03 https://github.com/buildbot/buildbot/commit/4969b011a68923357d96ca85b0f874fd69d6ac03 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Fetch objects and tags from upstream git repository on Travis Required for proper work of `git describe`. Commit: 74b3f5b36857db29b23204cf3354756ca3eb722b https://github.com/buildbot/buildbot/commit/74b3f5b36857db29b23204cf3354756ca3eb722b Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Disable SSH host key checking on Travis Otherwize ssh will ask confirmation from command prompt. Commit: f9ff82d1d2475a5241452e3d90a3ee7059f81004 https://github.com/buildbot/buildbot/commit/f9ff82d1d2475a5241452e3d90a3ee7059f81004 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Fix wrong Travis section Commit: 5547aba2a19f1a7c15ca0a2aeaed6cd36fc8e7d1 https://github.com/buildbot/buildbot/commit/5547aba2a19f1a7c15ca0a2aeaed6cd36fc8e7d1 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Use HTTPS protocol instead SSH Travis VM doesn't have account with valid SSH key on github.com Commit: 74be587ab22a085fca61e6eb6bf0a76d524eac90 https://github.com/buildbot/buildbot/commit/74be587ab22a085fca61e6eb6bf0a76d524eac90 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Use git protocol Commit: 1fc19b8ef9b7c862d29646ec4d0ef0adc9c6ad89 https://github.com/buildbot/buildbot/commit/1fc19b8ef9b7c862d29646ec4d0ef0adc9c6ad89 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Install fresh Node.js With Node.js v0.10.12 buildvot-www installation failed. Currently new version is v0.10.20. Commit: db32066dbdd0ec91668fc9d8ca991fc11b8d55ff https://github.com/buildbot/buildbot/commit/db32066dbdd0ec91668fc9d8ca991fc11b8d55ff Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Merge branch 'travis_install_buildbot_www' of git://github.com/vrutsky/buildbot into nine Compare: https://github.com/buildbot/buildbot/compare/6d8183ac83e4...db32066dbdd0 From noreply at github.com Sat Oct 19 22:54:46 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 15:54:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 960835: Add Makefile target for running pep8 and pep8 conf... Message-ID: <52630db6e5917_4a64a13d586986c@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 960835edd77cbe46aded2e03a87c81364c6edbb1 https://github.com/buildbot/buildbot/commit/960835edd77cbe46aded2e03a87c81364c6edbb1 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M Makefile A common/pep8rc Log Message: ----------- Add Makefile target for running pep8 and pep8 configuration Currently pep8 configured to ignore ALL errors that occures in Buildbot code. Commit: d0043f3171c2b33115fcc8e6ddc95d469b760f88 https://github.com/buildbot/buildbot/commit/d0043f3171c2b33115fcc8e6ddc95d469b760f88 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Run pep8 on Travis Commit: ba14162482d03758c198b3da02d63fad5f100a7a https://github.com/buildbot/buildbot/commit/ba14162482d03758c198b3da02d63fad5f100a7a Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/status/web/base.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py Log Message: ----------- Fix pep8 issue E101: indentation contains mixed spaces and tabs Commit: 848bec3b85fdf7a4e2fa099d61ff06f2b5c01310 https://github.com/buildbot/buildbot/commit/848bec3b85fdf7a4e2fa099d61ff06f2b5c01310 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M Makefile Log Message: ----------- Check only master and slave subdirectories with pep8 www/ subdirectory contains third party Python scripts which coding style is not interesting to us. Commit: 85800580d478b73da2b24d7f6a6d512e245a0f57 https://github.com/buildbot/buildbot/commit/85800580d478b73da2b24d7f6a6d512e245a0f57 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/mail.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py M master/buildbot/process/properties.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/stop.py M master/buildbot/sourcestamp.py M master/buildbot/status/web/builder.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_sourcestamp.py M master/buildbot/test/unit/test_status_mail.py M master/contrib/SimpleConfig.py M master/contrib/buildbot_cvs_mail.py M slave/buildslave/commands/repo.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Fix pep8 error E111: indentation is not a multiple of four File master/contrib/buildbot_json.py was completely excluded from pep8 analysis because it uses two spaces for indentation. Commit: 5118be2ae9b54f2095a4c719a7e2da3fe28eaba6 https://github.com/buildbot/buildbot/commit/5118be2ae9b54f2095a4c719a7e2da3fe28eaba6 Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml M Makefile A common/pep8rc M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/mail.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py M master/buildbot/process/properties.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/stop.py M master/buildbot/sourcestamp.py M master/buildbot/status/web/base.py M master/buildbot/status/web/builder.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_sourcestamp.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py M master/contrib/SimpleConfig.py M master/contrib/buildbot_cvs_mail.py M slave/buildslave/commands/repo.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Merge branch 'use_pep8' of git://github.com/vrutsky/buildbot Commit: 9dbcb9f43b6470e78b90e596747a3cb4da603d6d https://github.com/buildbot/buildbot/commit/9dbcb9f43b6470e78b90e596747a3cb4da603d6d Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M common/validate.sh Log Message: ----------- add pep8 to validate Compare: https://github.com/buildbot/buildbot/compare/8efbee5b886a...9dbcb9f43b64 From noreply at github.com Sat Oct 19 22:59:12 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 15:59:12 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e6b90f: Add Makefile target for running pep8 and pep8 conf... Message-ID: <52630ec0157d3_2fe3813d5044952@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: e6b90f6a40891082785ed049d6984bce648a5caa https://github.com/buildbot/buildbot/commit/e6b90f6a40891082785ed049d6984bce648a5caa Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M Makefile A common/pep8rc Log Message: ----------- Add Makefile target for running pep8 and pep8 configuration Currently pep8 configured to ignore ALL errors that occures in Buildbot code. Commit: d823574a52a7561266c6aa41e5896c6bd3f877d8 https://github.com/buildbot/buildbot/commit/d823574a52a7561266c6aa41e5896c6bd3f877d8 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Run pep8 on Travis Commit: 9a233aeaa3beb3af6216a7a1bb25892e6bb530e0 https://github.com/buildbot/buildbot/commit/9a233aeaa3beb3af6216a7a1bb25892e6bb530e0 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py Log Message: ----------- Fix pep8 issue E101: indentation contains mixed spaces and tabs Commit: 4102d8f3f1f7bf504e4771382356c844c965bfd7 https://github.com/buildbot/buildbot/commit/4102d8f3f1f7bf504e4771382356c844c965bfd7 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M Makefile Log Message: ----------- Check only master and slave subdirectories with pep8 www/ subdirectory contains third party Python scripts which coding style is not interesting to us. Commit: 37efd76b3879a5fe8cb12201421256280b48a678 https://github.com/buildbot/buildbot/commit/37efd76b3879a5fe8cb12201421256280b48a678 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/mail.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py M master/buildbot/process/properties.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/stop.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_status_mail.py M master/contrib/SimpleConfig.py M master/contrib/buildbot_cvs_mail.py M slave/buildslave/commands/repo.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Fix pep8 error E111: indentation is not a multiple of four File master/contrib/buildbot_json.py was completely excluded from pep8 analysis because it uses two spaces for indentation. Commit: 9507d33fc078d8d4a3d50895c56b52db7ba39144 https://github.com/buildbot/buildbot/commit/9507d33fc078d8d4a3d50895c56b52db7ba39144 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Fix buildbot.test.unit.test_changes_p4poller tests Not sure is strings format is critical. Is P4 have fixed output format with mandatory tabs? Commit: 16a027ef42b8a2e53cb488a6f72d8ee4d2358628 https://github.com/buildbot/buildbot/commit/16a027ef42b8a2e53cb488a6f72d8ee4d2358628 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/db/changesources.py M master/buildbot/db/schedulers.py M master/buildbot/process/buildstep.py Log Message: ----------- Fix raised during merge pep8 error E111: indentation is not a multiple of four Commit: 1fc652cb5ce351546b197b62c235962619ed2966 https://github.com/buildbot/buildbot/commit/1fc652cb5ce351546b197b62c235962619ed2966 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M Makefile Log Message: ----------- Check with pep8 www subdirectory Commit: c14c93cb86f4b722314b6d2067c81df404700bfd https://github.com/buildbot/buildbot/commit/c14c93cb86f4b722314b6d2067c81df404700bfd Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml M Makefile A common/pep8rc M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/mail.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py M master/buildbot/db/changesources.py M master/buildbot/db/schedulers.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/stop.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py M master/contrib/SimpleConfig.py M master/contrib/buildbot_cvs_mail.py M slave/buildslave/commands/repo.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Merge branch 'nine_use_pep8' of git://github.com/vrutsky/buildbot into nine Compare: https://github.com/buildbot/buildbot/compare/db32066dbdd0...c14c93cb86f4 From trac at buildbot.net Sat Oct 19 23:42:33 2013 From: trac at buildbot.net (Buildbot trac) Date: Sat, 19 Oct 2013 23:42:33 -0000 Subject: [Buildbot-commits] [Buildbot] #2303: Connectivity to Jenkins for CI In-Reply-To: <038.5025ae697dee531c6770edcfd6bbafbd@buildbot.net> References: <038.5025ae697dee531c6770edcfd6bbafbd@buildbot.net> Message-ID: <053.1ae8701202e18779c419e1fb11df57af@buildbot.net> #2303: Connectivity to Jenkins for CI ----------------------------+---------------------- Reporter: kkc4al | Owner: Type: support-request | Status: new Priority: major | Milestone: ongoing Version: 0.8.6p1 | Resolution: Keywords: | ----------------------------+---------------------- Changes (by rutsky): * cc: rutsky.vladimir@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Sat Oct 19 23:44:20 2013 From: trac at buildbot.net (Buildbot trac) Date: Sat, 19 Oct 2013 23:44:20 -0000 Subject: [Buildbot-commits] [Buildbot] #2573: Run pep8 on Buildbot source code on buildbot.buildbot.net Message-ID: <038.02dc34266b9de81c2093489d989e620f@buildbot.net> #2573: Run pep8 on Buildbot source code on buildbot.buildbot.net ----------------------+----------------------- Reporter: rutsky | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.8.8 | Keywords: ----------------------+----------------------- Currently pep8 runs for new commits on Travis, it should be run on buildbot.buildbot.net too. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Oct 20 01:02:18 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 18:02:18 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7a3c04: Use proper workdir and srcdir. Message-ID: <52632b9aba657_1ed59edd4c157ef@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 7a3c04043c5853f2378b3d629e670d4e8560ada6 https://github.com/buildbot/buildbot/commit/7a3c04043c5853f2378b3d629e670d4e8560ada6 Author: Jonas Pommerening Date: 2013-10-09 (Wed, 09 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py Log Message: ----------- Use proper workdir and srcdir. - Use this.srcdir for 'copy' method's source checkout. - Keep track of the workdir, don't assume its called 'build' Commit: a674fbb5499510926b967967d80d2fb46500f797 https://github.com/buildbot/buildbot/commit/a674fbb5499510926b967967d80d2fb46500f797 Author: Jonas Pommerening Date: 2013-10-09 (Wed, 09 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/git.py Log Message: ----------- same fix for git. use "old_workdir" as in svn.py Commit: b5d941f7df3b61d0c613dc1a6d69c24d0b79b503 https://github.com/buildbot/buildbot/commit/b5d941f7df3b61d0c613dc1a6d69c24d0b79b503 Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_git.py Log Message: ----------- Fixed CVS, Git source step "copy" method tests. Commit: 209e30bf0992f0296efe7df6f5a5c439ae585257 https://github.com/buildbot/buildbot/commit/209e30bf0992f0296efe7df6f5a5c439ae585257 Author: Jonas Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Release notes: Git and CVS silently changed workdir Commit: ecb830bfb9cf15530431e37961f700830f7de82e https://github.com/buildbot/buildbot/commit/ecb830bfb9cf15530431e37961f700830f7de82e Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_git.py M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'source-method-copy-srcdir' of git://github.com/jpommerening/buildbot Compare: https://github.com/buildbot/buildbot/compare/9dbcb9f43b64...ecb830bfb9cf From noreply at github.com Sun Oct 20 01:13:28 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 18:13:28 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2700f4: update validate.sh to only warn about long lines, ... Message-ID: <52632e3833bd6_498ee3bd5411750@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2700f4eff11d9e505e39a2e92fed896b7b7cfb55 https://github.com/buildbot/buildbot/commit/2700f4eff11d9e505e39a2e92fed896b7b7cfb55 Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M common/validate.sh Log Message: ----------- update validate.sh to only warn about long lines, relnotes From noreply at github.com Sun Oct 20 01:19:17 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 18:19:17 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fffae5: Use bash commands grouping with parentheses instea... Message-ID: <52632f952aa3a_4920140dd5490071@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: fffae548935824b6ad56591780335cb5690e4159 https://github.com/buildbot/buildbot/commit/fffae548935824b6ad56591780335cb5690e4159 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Use bash commands grouping with parentheses instead pushd/popd Commit: 071ebee2a62983dc23b07aabbd00feedfaa69a1e https://github.com/buildbot/buildbot/commit/071ebee2a62983dc23b07aabbd00feedfaa69a1e Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Merge branch 'nine_travis_group_instead_popd' of git://github.com/vrutsky/buildbot into nine Compare: https://github.com/buildbot/buildbot/compare/c14c93cb86f4...071ebee2a629 From noreply at github.com Sun Oct 20 01:19:43 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 18:19:43 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c868f8: Use bash commands grouping with parentheses instea... Message-ID: <52632fafe0f91_317bc49d48705a2@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c868f8f924a3306d5a316785d5a15c7988820cdd https://github.com/buildbot/buildbot/commit/c868f8f924a3306d5a316785d5a15c7988820cdd Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Use bash commands grouping with parentheses instead pushd/popd Commit: 63f1260183e8cf813aa3acde31ffd127076b0c2d https://github.com/buildbot/buildbot/commit/63f1260183e8cf813aa3acde31ffd127076b0c2d Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Merge branch 'travis_group_instead_popd' of git://github.com/vrutsky/buildbot Compare: https://github.com/buildbot/buildbot/compare/2700f4eff11d...63f1260183e8 From noreply at github.com Sun Oct 20 01:26:19 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 18:26:19 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] be7b5e: fix typo Message-ID: <5263313ba7094_490f11b3d4c1109ce@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: be7b5eb830e8d5b1e526bcb4919b8eac965e08fa https://github.com/buildbot/buildbot/commit/be7b5eb830e8d5b1e526bcb4919b8eac965e08fa Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix typo From noreply at github.com Sun Oct 20 01:26:22 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 18:26:22 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 7d93f5: Revert "Fix buildbot.test.unit.test_changes_p4poll... Message-ID: <5263313e596c3_305d81dd5080424@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 7d93f589a5f44606ab6f360c8690f25d8f805570 https://github.com/buildbot/buildbot/commit/7d93f589a5f44606ab6f360c8690f25d8f805570 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Revert "Fix buildbot.test.unit.test_changes_p4poller tests" Instead tuning tests for modified input, I'll try not to modify input. This reverts commit 9507d33fc078d8d4a3d50895c56b52db7ba39144. Commit: 2d3024aa7256b59ba31468200c0b5c82aa76c027 https://github.com/buildbot/buildbot/commit/2d3024aa7256b59ba31468200c0b5c82aa76c027 Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Revert replacing tabs with spaces Commit: ccee49fda80fbe3327392848cb841996d70f27aa https://github.com/buildbot/buildbot/commit/ccee49fda80fbe3327392848cb841996d70f27aa Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Use \t instead tabs to make pep8 happy Commit: b1c9e0064c6774d60bdf1d4f27de74d45b1e0afb https://github.com/buildbot/buildbot/commit/b1c9e0064c6774d60bdf1d4f27de74d45b1e0afb Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_changes_p4poller.py Log Message: ----------- Merge branch 'revert_p4_change_log_tabs' of git://github.com/vrutsky/buildbot into nine Compare: https://github.com/buildbot/buildbot/compare/071ebee2a629...b1c9e0064c67 From noreply at github.com Sun Oct 20 02:49:18 2013 From: noreply at github.com (GitHub) Date: Sat, 19 Oct 2013 19:49:18 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fdeaae: Use --init when updating submodules of a repo. Message-ID: <526344aeec47_311dda9d5042664@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: fdeaae1f3220e5fc09c53602e411cc878c1c86b5 https://github.com/buildbot/buildbot/commit/fdeaae1f3220e5fc09c53602e411cc878c1c86b5 Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/steps/source/git.py Log Message: ----------- Use --init when updating submodules of a repo. Commit: 2319a1534560ea1f6d0e690f6be048a15a8d92b8 https://github.com/buildbot/buildbot/commit/2319a1534560ea1f6d0e690f6be048a15a8d92b8 Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_git.py Log Message: ----------- Test that submodule update --init is used. Commit: 73d62ec63421f420908dd7acef82ae6d0fbc1bf5 https://github.com/buildbot/buildbot/commit/73d62ec63421f420908dd7acef82ae6d0fbc1bf5 Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Release notes for git submodule update --init. Commit: a3ce064a77edb4eab82b2346475e68d1cd78dcd9 https://github.com/buildbot/buildbot/commit/a3ce064a77edb4eab82b2346475e68d1cd78dcd9 Author: Amber Yust Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #925 from jpommerening/git-submodule-update-init Use `--init` when updating Git submodules Compare: https://github.com/buildbot/buildbot/compare/be7b5eb830e8...a3ce064a77ed From noreply at github.com Sun Oct 20 14:48:22 2013 From: noreply at github.com (GitHub) Date: Sun, 20 Oct 2013 07:48:22 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 579f6a: rename startCommands to remoteStartCommand Message-ID: <5263ed3653d20_4d91943d4c773cf@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/slave-proto Home: https://github.com/buildbot/buildbot Commit: 579f6a9d258268f0523cba7b33e699691baff75a https://github.com/buildbot/buildbot/commit/579f6a9d258268f0523cba7b33e699691baff75a Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/remotecommand.py M master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- rename startCommands to remoteStartCommand Commit: df0065d04ae72f122042233cd6f9300ace84c352 https://github.com/buildbot/buildbot/commit/df0065d04ae72f122042233cd6f9300ace84c352 Author: Dustin J. Mitchell Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/buildslave/protocols/base.py M master/buildbot/buildslave/protocols/pb.py M master/buildbot/process/remotecommand.py M master/buildbot/test/fake/fakeprotocol.py M master/buildbot/test/unit/test_buildslave_protocols_pb.py M master/buildbot/test/util/protocols.py M master/docs/developer/cls-protocols.rst Log Message: ----------- Merge branch 'p/rename-startCommands' of git://github.com/djmitche/buildbot into slave-proto Compare: https://github.com/buildbot/buildbot/compare/ec7d6c564259...df0065d04ae7 From trac at buildbot.net Sun Oct 20 15:19:51 2013 From: trac at buildbot.net (Buildbot trac) Date: Sun, 20 Oct 2013 15:19:51 -0000 Subject: [Buildbot-commits] [Buildbot] #2501: Web status breakage when giving name=None buildstep to addStep() In-Reply-To: <047.fa705b5c0a9067200f6257dec72ca707@buildbot.net> References: <047.fa705b5c0a9067200f6257dec72ca707@buildbot.net> Message-ID: <062.df64791085251bdccbcd6237ae668b6f@buildbot.net> #2501: Web status breakage when giving name=None buildstep to addStep() ----------------------------+--------------------- Reporter: esben.haabendal | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.8.7p1 | Resolution: fixed Keywords: simple | ----------------------------+--------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: This was fixed by {{{ commit 72def90af75117c1573f9bd5d03481e1fe25f4c7 Author: Tom Prince Date: Fri Jan 25 17:41:19 2013 -0700 Add some sanity checks to BuildStep.__init__. Fixes #2271. }}} but https://github.com/buildbot/buildbot/pull/929 checks that internal steps set name correctly, too. -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Sun Oct 20 17:24:56 2013 From: trac at buildbot.net (Buildbot trac) Date: Sun, 20 Oct 2013 17:24:56 -0000 Subject: [Buildbot-commits] [Buildbot] #2574: GerritChangeSource extracts wrong branch name when using Gerrit 2.7 Message-ID: <040.320f2c64771d332f5061cd35d901520b@buildbot.net> #2574: GerritChangeSource extracts wrong branch name when using Gerrit 2.7 ---------------------+----------------------- Reporter: dluntzer | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.8 | Keywords: gerrit ---------------------+----------------------- When using GerritChangeSource builds are triggered correctly but Git checkout fails due to invalid branch-names. This happens when a new change is created or an existing change is upgraded in gerrit. When a build is submitted in gerrit the build is triggered with the correct branch name. The logs below show the serverlogs for the described bug. When adding a new change the invalid branch "master/5" is used (should be "refs/changes/05/5/1" instead). When adding a new patchset to the change created above the invalid branch "master/5" is used again (should be "refs/changes/05/5/2" instead). In my opinion the "ref"-entry in the delivered json should be choosen as branch because this seems to be the correct branch when using Gerrit 2.7. Anyway, I don't know how this has been handled in previous gerrit versions and if this possible solution would break support to older gerrit versions. buildbot log when creating new change: 2013-10-20 18:23:07+0200 [-] gerrit: {"type":"patchset- created","change":{"project":"test","b ranch":"master","id":"If4d248479d037ed69b04b834eb3a5cd04590f520","number":"5","subject":"msg" ,"owner":{"name":"COOLEST_USER","email":"buildbot at vm","username":"buildbot"},"url":"http://ub untu64vm:8080/5"},"patchSet":{"number":"1","revision":"5785b15baa109170a44c7349b69b1ec297b563 10","parents":["9f42aa3c218c7e3e29eccefdac2f43d296d4575e"],"ref":"refs/changes/05/5/1","uploa der":{"name":"COOLEST_USER","email":"buildbot at vm","username":"buildbot"},"createdOn":13822861 87,"author":{"name":"COOLEST_USER","email":"buildbot at vm","username":"buildbot"},"sizeInsertio ns":1,"sizeDeletions":-1},"uploader":{"name":"COOLEST_USER","email":"buildbot at vm","username": "buildbot"}} 2013-10-20 18:23:07+0200 [-] added change Change(revision=u'5785b15baa109170a44c7349b69b1ec29 7b56310', who=u'COOLEST_USER ', branch=u'master/5', comments=u'msg', when=138228 6187, category=u'patchset-created', project=u'test', repository=u'ssh://buildbot at localhost:29 418/test', codebase=u'') to database buildbot log when creating a new patchset for an existing change: 2013-10-20 18:31:11+0200 [-] gerrit: {"type":"patchset- created","change":{"project":"test","branch":"master","id":"If4d248479d037ed69b04b834eb3a5cd04590f520","number":"5","subject":"msg new","owner":{"name":"COOLEST_USER","email":"buildbot at vm","username":"buildbot"},"url":"http://ubuntu64vm:8080/5"},"patchSet":{"number":"2","revision":"77a86936ff64ee4fabdb92a615c1c5cfa659751f","parents":["9f42aa3c218c7e3e29eccefdac2f43d296d4575e"],"ref":"refs/changes/05/5/2","uploader":{"name":"COOLEST_USER","email":"buildbot at vm","username":"buildbot"},"createdOn":1382286671,"author":{"name":"COOLEST_USER","email":"buildbot at vm","username":"buildbot"},"sizeInsertions":1,"sizeDeletions":-1},"uploader":{"name":"COOLEST_USER","email":"buildbot at vm","username":"buildbot"}} 2013-10-20 18:31:11+0200 [-] gerrit: {"type":"ref- updated","submitter":{"name":"COOLEST_USER","email":"buildbot at vm","username":"buildbot"},"refUpdate":{"oldRev":"0000000000000000000000000000000000000000","newRev":"77a86936ff64ee4fabdb92a615c1c5cfa659751f","refName":"refs/changes/5","project":"test"}} 2013-10-20 18:31:11+0200 [-] added change Change(revision=u'77a86936ff64ee4fabdb92a615c1c5cfa659751f', who=u'COOLEST_USER ', branch=u'master/5', comments=u'msg new', when=1382286671, category=u'patchset-created', project=u'test', repository=u'ssh://buildbot at localhost:29418/test', codebase=u'') to database -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Sun Oct 20 17:33:24 2013 From: trac at buildbot.net (Buildbot trac) Date: Sun, 20 Oct 2013 17:33:24 -0000 Subject: [Buildbot-commits] [Buildbot] #2574: GerritChangeSource extracts wrong branch name when using Gerrit 2.7 In-Reply-To: <040.320f2c64771d332f5061cd35d901520b@buildbot.net> References: <040.320f2c64771d332f5061cd35d901520b@buildbot.net> Message-ID: <055.ab49e153d4fff8b3938a0edede61d815@buildbot.net> #2574: GerritChangeSource extracts wrong branch name when using Gerrit 2.7 ---------------------+-------------------- Reporter: dluntzer | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.9 Version: 0.8.8 | Resolution: Keywords: gerrit | ---------------------+-------------------- Changes (by dustin): * cc: PiotrSikora, tardyp (added) * milestone: undecided => 0.8.9 Comment: Piotr, Pierre - what do you think? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Oct 21 00:31:29 2013 From: noreply at github.com (GitHub) Date: Sun, 20 Oct 2013 17:31:29 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c6c147: Check that all steps have a non-None name (fixes #... Message-ID: <526475e131092_7430fd5d54104718@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c6c147774fa8f1169cf5065ae68bf913165b7421 https://github.com/buildbot/buildbot/commit/c6c147774fa8f1169cf5065ae68bf913165b7421 Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/test/util/steps.py Log Message: ----------- Check that all steps have a non-None name (fixes #2501) Commit: 69da807b830424c1cb957931b72e3ad99eb34dee https://github.com/buildbot/buildbot/commit/69da807b830424c1cb957931b72e3ad99eb34dee Author: Dustin J. Mitchell Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/test/util/steps.py Log Message: ----------- Merge branch 'check-step-names' of git://github.com/djmitche/buildbot Compare: https://github.com/buildbot/buildbot/compare/a3ce064a77ed...69da807b8304 From noreply at github.com Mon Oct 21 00:35:39 2013 From: noreply at github.com (GitHub) Date: Sun, 20 Oct 2013 17:35:39 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 79e137: render flunkOnFailure and related attributes of Bu... Message-ID: <526476db6e570_6cfe1445d5870966@hookshot-fe3-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 79e137b5bf6be153ac4b6ddfdf53bfa4c2f6f6f6 https://github.com/buildbot/buildbot/commit/79e137b5bf6be153ac4b6ddfdf53bfa4c2f6f6f6 Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- render flunkOnFailure and related attributes of BuildStep; fixes #2486 Commit: 8d6d3a2e20e0ea21ec022106532cacfaf3744963 https://github.com/buildbot/buildbot/commit/8d6d3a2e20e0ea21ec022106532cacfaf3744963 Author: Dustin J. Mitchell Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Merge branch 'render-onFailures' of git://github.com/djmitche/buildbot Compare: https://github.com/buildbot/buildbot/compare/69da807b8304...8d6d3a2e20e0 From trac at buildbot.net Mon Oct 21 16:36:25 2013 From: trac at buildbot.net (Buildbot trac) Date: Mon, 21 Oct 2013 16:36:25 -0000 Subject: [Buildbot-commits] [Buildbot] #624: Add Latent BuildSlave for DRMAA supporting systems In-Reply-To: <041.3430041265de70991f979b41faaacc48@buildbot.net> References: <041.3430041265de70991f979b41faaacc48@buildbot.net> Message-ID: <056.0704e1004446e9c8ade7df24bb8e5df2@buildbot.net> #624: Add Latent BuildSlave for DRMAA supporting systems ---------------------------+---------------------- Reporter: smackware | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: | Resolution: wontfix Keywords: virtualization | ---------------------------+---------------------- Comment (by mvpel): Yeah, let's reopen, why not? I got the attached code working with just a small bit of change to fix the lack of a delay and status-checking mechanism that caused the master to not wait for the slave to be scheduled and dispatched before giving up on it, and reporting that it failed to substantiate. I'll provide an updated file later. I also adapted the sgebuildslave.py into an htcondorbuildslave.py, though my lack of familiarity with Python is tripping me up a bit - I need to figure out how to pass arguments to the buildslave_setup_command, or set environment variables, since I need to provide it with the slave name. I've got an ugly little hack in there at the moment. For the slave names, I'm using "LatentSlave01" through "LatentSlave16" (we have several different builds), rather than host names (hence my need for a setup-command argument), since a given latent slave could wind up running on any of the exec hosts in the pool (we'll have 42 when finished), and it's preferable to avoid having to update the slave list every time an exec host is added or removed. The slave is created fresh by the buildslave_setup_command script each time a latent slave starts. The setup command runs "buildslave create- slave" using the HTCondor-managed scratch directory, and then execs the buildslave in there. HTCondor takes care of deleting that directory when the job exits or is terminated. I also have a bit of code that creates the info/host file so you can tell which exec host the slave wound up on. I've noticed that when the slave terminates, it's marked as "removed" in the HTCondor history. I'd prefer to have the slave shut itself down gracefully rather than being killed off through the scheduler, so that HTCondor will see it as "completed," rather than "removed." I'm also trying to figure out if it's possible to have the slave do the checkout and build in the buildslave's HTCondor scratch directory, and then use the file transfer for anything that needs to go back to the master. The catch is that the master won't know the name of that directory, and in fact it won't be created at all until the slave starts up, so the master-side checkouts from buildbot.steps.source.svn.SVN may not play well. I'm not entirely clear on how the checkout mechanism works yet. -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Mon Oct 21 21:33:08 2013 From: trac at buildbot.net (Buildbot trac) Date: Mon, 21 Oct 2013 21:33:08 -0000 Subject: [Buildbot-commits] [Buildbot] #624: Add Latent BuildSlave for DRMAA supporting systems In-Reply-To: <041.3430041265de70991f979b41faaacc48@buildbot.net> References: <041.3430041265de70991f979b41faaacc48@buildbot.net> Message-ID: <056.05cb102ca43fc6aa92741843f3a7cebe@buildbot.net> #624: Add Latent BuildSlave for DRMAA supporting systems ---------------------------+---------------------- Reporter: smackware | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: | Resolution: wontfix Keywords: virtualization | ---------------------------+---------------------- Comment (by mvpel): When creating the DRMAA session in the master.cfg, the reconfig doesn't work because the session was already established at startup. You have to do: {{{ Session = drmaa.Session() try: Session.contact except: Session.initialize() }}} -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Tue Oct 22 12:44:50 2013 From: trac at buildbot.net (Buildbot trac) Date: Tue, 22 Oct 2013 12:44:50 -0000 Subject: [Buildbot-commits] [Buildbot] #2562: Interpolate got_revision property doesn't work when using multiple codebases In-Reply-To: <038.05e22d32065dd1415ba9420408caa5be@buildbot.net> References: <038.05e22d32065dd1415ba9420408caa5be@buildbot.net> Message-ID: <053.32c969c63838ebf0e25ed826021cbc3d@buildbot.net> #2562: Interpolate got_revision property doesn't work when using multiple codebases -------------------+-------------------- Reporter: yasser | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.8 | Resolution: Keywords: | -------------------+-------------------- Comment (by maleadt): Is there any other way to interpolate such a property then? -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Tue Oct 22 15:47:44 2013 From: trac at buildbot.net (Buildbot trac) Date: Tue, 22 Oct 2013 15:47:44 -0000 Subject: [Buildbot-commits] [Buildbot] #2562: Interpolate got_revision property doesn't work when using multiple codebases In-Reply-To: <038.05e22d32065dd1415ba9420408caa5be@buildbot.net> References: <038.05e22d32065dd1415ba9420408caa5be@buildbot.net> Message-ID: <053.d3f48e9e49d4cf76d27f96225c4b2677@buildbot.net> #2562: Interpolate got_revision property doesn't work when using multiple codebases -------------------+-------------------- Reporter: yasser | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.8 | Resolution: Keywords: | -------------------+-------------------- Comment (by rutsky): I managed to work with `got_revision` at runtime by writing custom renderer: {{{ #!python @properties.renderer def render_output_dir(props): ss_tw = props.getBuild().getSourceStamp('TW').asDict() ss_content = props.getBuild().getSourceStamp('Content').asDict() tw_part = "TW_{branch}_r{rev}".format( branch=ss_tw['branch'], rev=props.getProperty('got_revision')['TW']) content_part = "Content_{branch}_r{rev}".format( branch=ss_content['branch'], rev=props.getProperty('got_revision')['content']) return tw_part + "_" + content_part }}} And use render_output_dir instead Interpolate in builder configuration: {{{ #!python f.addStep(FileUpload( slavesrc=build_out_dir + "/" + name, masterdest=render_output_dir, )) }}} -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Tue Oct 22 16:59:57 2013 From: trac at buildbot.net (Buildbot trac) Date: Tue, 22 Oct 2013 16:59:57 -0000 Subject: [Buildbot-commits] [Buildbot] #624: Add Latent BuildSlave for DRMAA supporting systems In-Reply-To: <041.3430041265de70991f979b41faaacc48@buildbot.net> References: <041.3430041265de70991f979b41faaacc48@buildbot.net> Message-ID: <056.37a9fff8e5208921d7a90906753bfd15@buildbot.net> #624: Add Latent BuildSlave for DRMAA supporting systems ---------------------------+---------------------- Reporter: smackware | Owner: Type: enhancement | Status: closed Priority: major | Milestone: 0.8.+ Version: | Resolution: wontfix Keywords: virtualization | ---------------------------+---------------------- Changes (by rutsky): * cc: rutsky.vladimir@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Oct 22 20:04:46 2013 From: noreply at github.com (GitHub) Date: Tue, 22 Oct 2013 13:04:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3c5931: Explicitly state that used /bin/bash shell in Make... Message-ID: <5266da5e95496_61931039d54105285@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 3c593164c652f0189992527051887e6b18fd439e https://github.com/buildbot/buildbot/commit/3c593164c652f0189992527051887e6b18fd439e Author: Vladimir Rutsky Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M master/docs/Makefile Log Message: ----------- Explicitly state that used /bin/bash shell in Makefile Code $(shell if [[ `tar --version` =~ "bsdtar" ]]; ... written using Bash double-bracket conditions syntax. When (default on some platforms) /bin/sh interpreter used this code outputs error (but luckily works as required): /bin/sh: 1: [[: not found Commit: 7b1d4d833a3d425d4b8b0617d16a0f9ed8d7e8ca https://github.com/buildbot/buildbot/commit/7b1d4d833a3d425d4b8b0617d16a0f9ed8d7e8ca Author: Vladimir Rutsky Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M master/docs/Makefile Log Message: ----------- Use declaration-time expansion assignment for $(shell ...) variables Not important in this case actually, but recommended for such cases in general (so that shell expression evaluated only once). Commit: c377e20eb2585702d9d25d16fd2a2e1cf0e329a2 https://github.com/buildbot/buildbot/commit/c377e20eb2585702d9d25d16fd2a2e1cf0e329a2 Author: Vladimir Rutsky Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M master/docs/Makefile Log Message: ----------- Use make conditions instead bash conditions Suggested by @jpommerening. Commit: 281faae2acb4a79baa056ccf7dbd62253fe3156c https://github.com/buildbot/buildbot/commit/281faae2acb4a79baa056ccf7dbd62253fe3156c Author: Vladimir Rutsky Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M master/docs/Makefile Log Message: ----------- Add missed spaces around ':=' Commit: ab7d62fb70eb048528ce3bf71d517dbab79669e6 https://github.com/buildbot/buildbot/commit/ab7d62fb70eb048528ce3bf71d517dbab79669e6 Author: Dustin J. Mitchell Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M master/docs/Makefile Log Message: ----------- Merge branch 'fix_docs_makefile' of git://github.com/vrutsky/buildbot Compare: https://github.com/buildbot/buildbot/compare/8d6d3a2e20e0...ab7d62fb70eb From trac at buildbot.net Wed Oct 23 11:10:51 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 23 Oct 2013 11:10:51 -0000 Subject: [Buildbot-commits] [Buildbot] #1057: produce a PDF version of the manual In-Reply-To: <038.1f142af6eaf79aabc7323d9c3647d37a@buildbot.net> References: <038.1f142af6eaf79aabc7323d9c3647d37a@buildbot.net> Message-ID: <053.2f5b6abe1af37ea8d770b20873c9cc54@buildbot.net> #1057: produce a PDF version of the manual -------------------------+---------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: closed Priority: major | Milestone: 0.8.3 Version: 0.8.2 | Resolution: wontfix Keywords: docs, simple | -------------------------+---------------------- Comment (by dagobert): I just wanted to emphasize that a pdf manual would be really awesome. Maybe the pdf production has become easier in the past 3 years? -- Ticket URL: Buildbot Buildbot: build/test automation From trac at buildbot.net Wed Oct 23 18:08:05 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 23 Oct 2013 18:08:05 -0000 Subject: [Buildbot-commits] [Buildbot] #1057: produce a PDF version of the manual In-Reply-To: <038.1f142af6eaf79aabc7323d9c3647d37a@buildbot.net> References: <038.1f142af6eaf79aabc7323d9c3647d37a@buildbot.net> Message-ID: <053.45a0a1b47d53ff91cb809321b95ac62a@buildbot.net> #1057: produce a PDF version of the manual -------------------+----------------------- Reporter: dustin | Owner: dustin Type: task | Status: reopened Priority: major | Milestone: ongoing Version: 0.8.2 | Resolution: Keywords: | -------------------+----------------------- Changes (by dustin): * keywords: docs, simple => * status: closed => reopened * type: enhancement => task * resolution: wontfix => * milestone: 0.8.3 => ongoing Comment: !ReadTheDocs actually produces these: https://media.readthedocs.org/pdf/buildbot/v0.8.8/buildbot.pdf We could certainly link to those from http://docs.buildbot.net/, which is built from https://github.com/buildbot/bbdocs. Do you want to make a pull request adding those links? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Oct 24 02:05:38 2013 From: noreply at github.com (GitHub) Date: Wed, 23 Oct 2013 19:05:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] cd51ac: Don't overwrite RETRY status when handling interru... Message-ID: <5268807255d18_3820b0dd588889f@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: cd51ac6c3e4273e1493902c5bc3c5b51fa233f2e https://github.com/buildbot/buildbot/commit/cd51ac6c3e4273e1493902c5bc3c5b51fa233f2e Author: Ben Hearsum Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Don't overwrite RETRY status when handling interrupts. Commit: c28276fb5cbadbe9af8f4cb934139159c827667e https://github.com/buildbot/buildbot/commit/c28276fb5cbadbe9af8f4cb934139159c827667e Author: Dustin J. Mitchell Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Merge branch 'dont-override-retry' of git://github.com/bhearsum/buildbot Compare: https://github.com/buildbot/buildbot/compare/ab7d62fb70eb...c28276fb5cba From noreply at github.com Thu Oct 24 11:35:11 2013 From: noreply at github.com (GitHub) Date: Thu, 24 Oct 2013 04:35:11 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e210fe: ignore http proxy env variables during http step t... Message-ID: <526905efd7dad_3fa6549d545569d@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e210fec02c13025bd593cb0568e1cf48d5a7f8d5 https://github.com/buildbot/buildbot/commit/e210fec02c13025bd593cb0568e1cf48d5a7f8d5 Author: Elmir Jagudin Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_http.py Log Message: ----------- ignore http proxy env variables during http step tests When running unit tests of buildbot.steps.http, ignore http proxy environment variables. Otherwise tests will try to make http requests via proxy if for example 'http_proxy' variable is set. Commit: d234e2757ef1a5f192df9f36bc2134b300efca6d https://github.com/buildbot/buildbot/commit/d234e2757ef1a5f192df9f36bc2134b300efca6d Author: Dustin J. Mitchell Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_http.py Log Message: ----------- Merge branch 'http-step-proxy' of git://github.com/elmirjagudin/buildbot Compare: https://github.com/buildbot/buildbot/compare/c28276fb5cba...d234e2757ef1 From noreply at github.com Sun Oct 27 21:31:50 2013 From: noreply at github.com (GitHub) Date: Sun, 27 Oct 2013 14:31:50 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] aa2a0d: Ignore unavailable images for EC2 buildslaves Message-ID: <526d864647bb4_6d481123d5066780@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: aa2a0dccae286921512aeb2254bc2cb4ad078349 https://github.com/buildbot/buildbot/commit/aa2a0dccae286921512aeb2254bc2cb4ad078349 Author: Patrick Lucas Date: 2013-10-08 (Tue, 08 Oct 2013) Changed paths: M master/buildbot/buildslave/ec2.py Log Message: ----------- Ignore unavailable images for EC2 buildslaves Commit: b40ac183aa10a47357d6b15cd4e5271daba5918c https://github.com/buildbot/buildbot/commit/b40ac183aa10a47357d6b15cd4e5271daba5918c Author: Jonas Pommerening Date: 2013-10-09 (Wed, 09 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py Log Message: ----------- Check for sticky dates. If a previous build did check out a specific "revision" (timestamp) we can't update the directory with cvs update (unless we use -A). Upload the CVS/Entries file from the slave and check for any sticky dates. Entries look like this: /Filename/1.1/Fri May 17 23:20:00 2013//D2013.10.08.11.20.33 D Just make sure the last field of each line does not start with D (and skip the final line) Commit: 7a3c04043c5853f2378b3d629e670d4e8560ada6 https://github.com/buildbot/buildbot/commit/7a3c04043c5853f2378b3d629e670d4e8560ada6 Author: Jonas Pommerening Date: 2013-10-09 (Wed, 09 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py Log Message: ----------- Use proper workdir and srcdir. - Use this.srcdir for 'copy' method's source checkout. - Keep track of the workdir, don't assume its called 'build' Commit: a674fbb5499510926b967967d80d2fb46500f797 https://github.com/buildbot/buildbot/commit/a674fbb5499510926b967967d80d2fb46500f797 Author: Jonas Pommerening Date: 2013-10-09 (Wed, 09 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/git.py Log Message: ----------- same fix for git. use "old_workdir" as in svn.py Commit: 3c0fcde93db82b47839992ee161ab3da74b6fcd5 https://github.com/buildbot/buildbot/commit/3c0fcde93db82b47839992ee161ab3da74b6fcd5 Author: Dustin J. Mitchell Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M master/buildbot/buildslave/ec2.py Log Message: ----------- Merge branch 'only_choose_available_image' of git://github.com/patricklucas/buildbot Commit: 3c593164c652f0189992527051887e6b18fd439e https://github.com/buildbot/buildbot/commit/3c593164c652f0189992527051887e6b18fd439e Author: Vladimir Rutsky Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M master/docs/Makefile Log Message: ----------- Explicitly state that used /bin/bash shell in Makefile Code $(shell if [[ `tar --version` =~ "bsdtar" ]]; ... written using Bash double-bracket conditions syntax. When (default on some platforms) /bin/sh interpreter used this code outputs error (but luckily works as required): /bin/sh: 1: [[: not found Commit: 7b1d4d833a3d425d4b8b0617d16a0f9ed8d7e8ca https://github.com/buildbot/buildbot/commit/7b1d4d833a3d425d4b8b0617d16a0f9ed8d7e8ca Author: Vladimir Rutsky Date: 2013-10-17 (Thu, 17 Oct 2013) Changed paths: M master/docs/Makefile Log Message: ----------- Use declaration-time expansion assignment for $(shell ...) variables Not important in this case actually, but recommended for such cases in general (so that shell expression evaluated only once). Commit: c6c147774fa8f1169cf5065ae68bf913165b7421 https://github.com/buildbot/buildbot/commit/c6c147774fa8f1169cf5065ae68bf913165b7421 Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/test/util/steps.py Log Message: ----------- Check that all steps have a non-None name (fixes #2501) Commit: 79e137b5bf6be153ac4b6ddfdf53bfa4c2f6f6f6 https://github.com/buildbot/buildbot/commit/79e137b5bf6be153ac4b6ddfdf53bfa4c2f6f6f6 Author: Dustin J. Mitchell Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- render flunkOnFailure and related attributes of BuildStep; fixes #2486 Commit: 3f13afa5b710cdd0e02df63e3fd46cec7ca5939a https://github.com/buildbot/buildbot/commit/3f13afa5b710cdd0e02df63e3fd46cec7ca5939a Author: Jonas Pommerening Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_cvs.py Log Message: ----------- Fix the tests, add a test for sticky dates. Commit: b7913ba34310615ad937d547d05bf383d865d562 https://github.com/buildbot/buildbot/commit/b7913ba34310615ad937d547d05bf383d865d562 Author: Jonas Pommerening Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py Log Message: ----------- Refactored CVS step copy method. Pulled out CVS/Entries parsing into "_cvsEntriesContainStickyDates(entries)". Tests should still pass. Commit: ac5b189aa7ee684f2c40d2a12e5e3873b733fa1a https://github.com/buildbot/buildbot/commit/ac5b189aa7ee684f2c40d2a12e5e3873b733fa1a Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- On Python 2.5 and 2.7 install txrequests Required for several tests: buildbot.test.unit.test_steps_http.TestHTTPStep.test_404 buildbot.test.unit.test_steps_http.TestHTTPStep.test_POST buildbot.test.unit.test_steps_http.TestHTTPStep.test_basic buildbot.test.unit.test_steps_http.TestHTTPStep.test_header Commit: 960835edd77cbe46aded2e03a87c81364c6edbb1 https://github.com/buildbot/buildbot/commit/960835edd77cbe46aded2e03a87c81364c6edbb1 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M Makefile A common/pep8rc Log Message: ----------- Add Makefile target for running pep8 and pep8 configuration Currently pep8 configured to ignore ALL errors that occures in Buildbot code. Commit: d0043f3171c2b33115fcc8e6ddc95d469b760f88 https://github.com/buildbot/buildbot/commit/d0043f3171c2b33115fcc8e6ddc95d469b760f88 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Run pep8 on Travis Commit: ba14162482d03758c198b3da02d63fad5f100a7a https://github.com/buildbot/buildbot/commit/ba14162482d03758c198b3da02d63fad5f100a7a Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/status/web/base.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py Log Message: ----------- Fix pep8 issue E101: indentation contains mixed spaces and tabs Commit: 848bec3b85fdf7a4e2fa099d61ff06f2b5c01310 https://github.com/buildbot/buildbot/commit/848bec3b85fdf7a4e2fa099d61ff06f2b5c01310 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M Makefile Log Message: ----------- Check only master and slave subdirectories with pep8 www/ subdirectory contains third party Python scripts which coding style is not interesting to us. Commit: 85800580d478b73da2b24d7f6a6d512e245a0f57 https://github.com/buildbot/buildbot/commit/85800580d478b73da2b24d7f6a6d512e245a0f57 Author: Vladimir Rutsky Date: 2013-10-18 (Fri, 18 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/mail.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py M master/buildbot/process/properties.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/stop.py M master/buildbot/sourcestamp.py M master/buildbot/status/web/builder.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_sourcestamp.py M master/buildbot/test/unit/test_status_mail.py M master/contrib/SimpleConfig.py M master/contrib/buildbot_cvs_mail.py M slave/buildslave/commands/repo.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Fix pep8 error E111: indentation is not a multiple of four File master/contrib/buildbot_json.py was completely excluded from pep8 analysis because it uses two spaces for indentation. Commit: 2442b41aa5ff07c76113046045dde611b571732e https://github.com/buildbot/buildbot/commit/2442b41aa5ff07c76113046045dde611b571732e Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_cvs.py Log Message: ----------- Fixed tests broken by b40ac18 Commit: d158a5ae1eb6722949c5dd8d4b581349141304ba https://github.com/buildbot/buildbot/commit/d158a5ae1eb6722949c5dd8d4b581349141304ba Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_cvs.py Log Message: ----------- Added test for _cvsEntriesContainStickyDates Commit: ecd34310aeaf822e70315823599bc18071ee579a https://github.com/buildbot/buildbot/commit/ecd34310aeaf822e70315823599bc18071ee579a Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Release notes Commit: b5d941f7df3b61d0c613dc1a6d69c24d0b79b503 https://github.com/buildbot/buildbot/commit/b5d941f7df3b61d0c613dc1a6d69c24d0b79b503 Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_git.py Log Message: ----------- Fixed CVS, Git source step "copy" method tests. Commit: fdeaae1f3220e5fc09c53602e411cc878c1c86b5 https://github.com/buildbot/buildbot/commit/fdeaae1f3220e5fc09c53602e411cc878c1c86b5 Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/steps/source/git.py Log Message: ----------- Use --init when updating submodules of a repo. Commit: 2319a1534560ea1f6d0e690f6be048a15a8d92b8 https://github.com/buildbot/buildbot/commit/2319a1534560ea1f6d0e690f6be048a15a8d92b8 Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_source_git.py Log Message: ----------- Test that submodule update --init is used. Commit: 73d62ec63421f420908dd7acef82ae6d0fbc1bf5 https://github.com/buildbot/buildbot/commit/73d62ec63421f420908dd7acef82ae6d0fbc1bf5 Author: Jonas Pommerening Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Release notes for git submodule update --init. Commit: ad0784d2007577d45a0732ef0e6be1da3e3024fe https://github.com/buildbot/buildbot/commit/ad0784d2007577d45a0732ef0e6be1da3e3024fe Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Merge branch 'travis_install_txrequests' of git://github.com/vrutsky/buildbot Commit: 209e30bf0992f0296efe7df6f5a5c439ae585257 https://github.com/buildbot/buildbot/commit/209e30bf0992f0296efe7df6f5a5c439ae585257 Author: Jonas Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Release notes: Git and CVS silently changed workdir Commit: 8efbee5b886ae31799fc9434bcac8a7211790696 https://github.com/buildbot/buildbot/commit/8efbee5b886ae31799fc9434bcac8a7211790696 Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'cvs-check-sticky-dates' of git://github.com/jpommerening/buildbot Commit: c868f8f924a3306d5a316785d5a15c7988820cdd https://github.com/buildbot/buildbot/commit/c868f8f924a3306d5a316785d5a15c7988820cdd Author: Vladimir Rutsky Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Use bash commands grouping with parentheses instead pushd/popd Commit: 5118be2ae9b54f2095a4c719a7e2da3fe28eaba6 https://github.com/buildbot/buildbot/commit/5118be2ae9b54f2095a4c719a7e2da3fe28eaba6 Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml M Makefile A common/pep8rc M master/buildbot/changes/changes.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/changes/mail.py M master/buildbot/db/buildrequests.py M master/buildbot/db/buildsets.py M master/buildbot/process/properties.py M master/buildbot/schedulers/forcesched.py M master/buildbot/scripts/stop.py M master/buildbot/sourcestamp.py M master/buildbot/status/web/base.py M master/buildbot/status/web/builder.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_changes_p4poller.py M master/buildbot/test/unit/test_db_buildrequests.py M master/buildbot/test/unit/test_db_buildsets.py M master/buildbot/test/unit/test_sourcestamp.py M master/buildbot/test/unit/test_status_mail.py M master/buildbot/test/unit/test_steps_package_rpm_rpmbuild.py M master/contrib/SimpleConfig.py M master/contrib/buildbot_cvs_mail.py M slave/buildslave/commands/repo.py M slave/contrib/windows/buildbot_service.py Log Message: ----------- Merge branch 'use_pep8' of git://github.com/vrutsky/buildbot Commit: 9dbcb9f43b6470e78b90e596747a3cb4da603d6d https://github.com/buildbot/buildbot/commit/9dbcb9f43b6470e78b90e596747a3cb4da603d6d Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M common/validate.sh Log Message: ----------- add pep8 to validate Commit: ecb830bfb9cf15530431e37961f700830f7de82e https://github.com/buildbot/buildbot/commit/ecb830bfb9cf15530431e37961f700830f7de82e Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_git.py M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'source-method-copy-srcdir' of git://github.com/jpommerening/buildbot Commit: 2700f4eff11d9e505e39a2e92fed896b7b7cfb55 https://github.com/buildbot/buildbot/commit/2700f4eff11d9e505e39a2e92fed896b7b7cfb55 Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M common/validate.sh Log Message: ----------- update validate.sh to only warn about long lines, relnotes Commit: 63f1260183e8cf813aa3acde31ffd127076b0c2d https://github.com/buildbot/buildbot/commit/63f1260183e8cf813aa3acde31ffd127076b0c2d Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M .travis.yml Log Message: ----------- Merge branch 'travis_group_instead_popd' of git://github.com/vrutsky/buildbot Commit: be7b5eb830e8d5b1e526bcb4919b8eac965e08fa https://github.com/buildbot/buildbot/commit/be7b5eb830e8d5b1e526bcb4919b8eac965e08fa Author: Dustin J. Mitchell Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix typo Commit: a3ce064a77edb4eab82b2346475e68d1cd78dcd9 https://github.com/buildbot/buildbot/commit/a3ce064a77edb4eab82b2346475e68d1cd78dcd9 Author: Amber Yust Date: 2013-10-19 (Sat, 19 Oct 2013) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #925 from jpommerening/git-submodule-update-init Use `--init` when updating Git submodules Commit: 69da807b830424c1cb957931b72e3ad99eb34dee https://github.com/buildbot/buildbot/commit/69da807b830424c1cb957931b72e3ad99eb34dee Author: Dustin J. Mitchell Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/test/util/steps.py Log Message: ----------- Merge branch 'check-step-names' of git://github.com/djmitche/buildbot Commit: 8d6d3a2e20e0ea21ec022106532cacfaf3744963 https://github.com/buildbot/buildbot/commit/8d6d3a2e20e0ea21ec022106532cacfaf3744963 Author: Dustin J. Mitchell Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Merge branch 'render-onFailures' of git://github.com/djmitche/buildbot Commit: c377e20eb2585702d9d25d16fd2a2e1cf0e329a2 https://github.com/buildbot/buildbot/commit/c377e20eb2585702d9d25d16fd2a2e1cf0e329a2 Author: Vladimir Rutsky Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M master/docs/Makefile Log Message: ----------- Use make conditions instead bash conditions Suggested by @jpommerening. Commit: 281faae2acb4a79baa056ccf7dbd62253fe3156c https://github.com/buildbot/buildbot/commit/281faae2acb4a79baa056ccf7dbd62253fe3156c Author: Vladimir Rutsky Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M master/docs/Makefile Log Message: ----------- Add missed spaces around ':=' Commit: ab7d62fb70eb048528ce3bf71d517dbab79669e6 https://github.com/buildbot/buildbot/commit/ab7d62fb70eb048528ce3bf71d517dbab79669e6 Author: Dustin J. Mitchell Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M master/docs/Makefile Log Message: ----------- Merge branch 'fix_docs_makefile' of git://github.com/vrutsky/buildbot Commit: cd51ac6c3e4273e1493902c5bc3c5b51fa233f2e https://github.com/buildbot/buildbot/commit/cd51ac6c3e4273e1493902c5bc3c5b51fa233f2e Author: Ben Hearsum Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Don't overwrite RETRY status when handling interrupts. Commit: c28276fb5cbadbe9af8f4cb934139159c827667e https://github.com/buildbot/buildbot/commit/c28276fb5cbadbe9af8f4cb934139159c827667e Author: Dustin J. Mitchell Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Merge branch 'dont-override-retry' of git://github.com/bhearsum/buildbot Commit: e210fec02c13025bd593cb0568e1cf48d5a7f8d5 https://github.com/buildbot/buildbot/commit/e210fec02c13025bd593cb0568e1cf48d5a7f8d5 Author: Elmir Jagudin Date: 2013-10-23 (Wed, 23 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_http.py Log Message: ----------- ignore http proxy env variables during http step tests When running unit tests of buildbot.steps.http, ignore http proxy environment variables. Otherwise tests will try to make http requests via proxy if for example 'http_proxy' variable is set. Commit: d234e2757ef1a5f192df9f36bc2134b300efca6d https://github.com/buildbot/buildbot/commit/d234e2757ef1a5f192df9f36bc2134b300efca6d Author: Dustin J. Mitchell Date: 2013-10-24 (Thu, 24 Oct 2013) Changed paths: M master/buildbot/test/unit/test_steps_http.py Log Message: ----------- Merge branch 'http-step-proxy' of git://github.com/elmirjagudin/buildbot Commit: 267c7f0c9e6e349745533839f4206e6964940a46 https://github.com/buildbot/buildbot/commit/267c7f0c9e6e349745533839f4206e6964940a46 Author: Dustin J. Mitchell Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M .travis.yml M common/validate.sh M master/buildbot/buildslave/ec2.py M master/buildbot/process/buildstep.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_http.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_source_git.py M master/buildbot/test/util/steps.py M master/docs/Makefile M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'master' into nine Conflicts: .travis.yml Makefile common/validate.sh master/buildbot/db/buildrequests.py master/buildbot/process/buildstep.py master/buildbot/sourcestamp.py master/buildbot/status/web/base.py master/buildbot/status/web/builder.py master/buildbot/steps/source/cvs.py master/buildbot/steps/source/git.py master/buildbot/test/unit/test_changes_p4poller.py master/buildbot/test/unit/test_db_buildsets.py master/buildbot/test/unit/test_process_buildstep.py master/buildbot/test/unit/test_sourcestamp.py master/buildbot/test/unit/test_status_mail.py Compare: https://github.com/buildbot/buildbot/compare/b1c9e0064c67...267c7f0c9e6e From noreply at github.com Sun Oct 27 21:37:39 2013 From: noreply at github.com (GitHub) Date: Sun, 27 Oct 2013 14:37:39 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 849f4a: Changed .has_key() to using in. Message-ID: <526d87a328a28_481c8f9d5040560@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 849f4a4c30d2d1253509a8d4f49be97025f57b1b https://github.com/buildbot/buildbot/commit/849f4a4c30d2d1253509a8d4f49be97025f57b1b Author: Edmund Wong Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/changes/mail.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/config.py M master/buildbot/locks.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/status/buildstep.py M master/buildbot/status/logfile.py M master/buildbot/status/web/base.py M master/buildbot/status/web/status_json.py M master/buildbot/status/words.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_process_build.py M master/docs/examples/repo_gerrit.cfg Log Message: ----------- Changed .has_key() to using in. Commit: 1aec84afccc7368b5aa8a53a1bab56636dab96f6 https://github.com/buildbot/buildbot/commit/1aec84afccc7368b5aa8a53a1bab56636dab96f6 Author: Edmund wong Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/changes/p4poller.py M master/buildbot/steps/trigger.py Log Message: ----------- Fixed syntax errors. Commit: 0a5c8ec08a46486dfaefd22cbec1e54c5cf2173d https://github.com/buildbot/buildbot/commit/0a5c8ec08a46486dfaefd22cbec1e54c5cf2173d Author: Edmund wong Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/test/unit/test_process_build.py Log Message: ----------- Revert unnecessary change. Commit: 73d2ccc8a5c73762f92ca156dace367eb7ed4558 https://github.com/buildbot/buildbot/commit/73d2ccc8a5c73762f92ca156dace367eb7ed4558 Author: Edmund wong Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M slave/buildslave/commands/svn.py Log Message: ----------- Changed .has_key() to in for slave/ Commit: 34885aa7f31fc397df11a88c4b735a9f853ab140 https://github.com/buildbot/buildbot/commit/34885aa7f31fc397df11a88c4b735a9f853ab140 Author: Edmund wong Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M common/pep8rc Log Message: ----------- Enable W601 Commit: 7cd5e14568e7332d79cc2fd2bbba2140ac8bb391 https://github.com/buildbot/buildbot/commit/7cd5e14568e7332d79cc2fd2bbba2140ac8bb391 Author: Edmund wong Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M master/buildbot/changes/svnpoller.py Log Message: ----------- Changed |not "action" in| to |"action" not in| Commit: 6168e1f28c69f880adae05ed1b45e17cdaba35e6 https://github.com/buildbot/buildbot/commit/6168e1f28c69f880adae05ed1b45e17cdaba35e6 Author: Edmund wong Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M slave/buildslave/runprocess.py M slave/buildslave/test/util/command.py Log Message: ----------- Fixed some has_key stragglers. Commit: 03e1d28afe849090410a4a5cbb7cdfd7acdb275c https://github.com/buildbot/buildbot/commit/03e1d28afe849090410a4a5cbb7cdfd7acdb275c Author: Edmund Wong Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M master/buildbot/process/properties.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_properties.py Log Message: ----------- pep8 was being confused by properties.py's has_key property. Changed to has_propkey to avoid this confusion. Commit: 33ac56ded964af968dca34b3b3b0d3721e43cd22 https://github.com/buildbot/buildbot/commit/33ac56ded964af968dca34b3b3b0d3721e43cd22 Author: Dustin J. Mitchell Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/changes/mail.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/config.py M master/buildbot/locks.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/status/buildstep.py M master/buildbot/status/logfile.py M master/buildbot/status/web/base.py M master/buildbot/status/web/status_json.py M master/buildbot/status/words.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_properties.py M master/docs/examples/repo_gerrit.cfg M slave/buildslave/commands/svn.py M slave/buildslave/runprocess.py M slave/buildslave/test/util/command.py Log Message: ----------- Merge branch 'change_haskey' of git://github.com/ewongbb/buildbot Compare: https://github.com/buildbot/buildbot/compare/d234e2757ef1...33ac56ded964 From noreply at github.com Sun Oct 27 21:49:33 2013 From: noreply at github.com (GitHub) Date: Sun, 27 Oct 2013 14:49:33 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 849f4a: Changed .has_key() to using in. Message-ID: <526d8a6d9f419_4807afbd4c1076ef@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: 849f4a4c30d2d1253509a8d4f49be97025f57b1b https://github.com/buildbot/buildbot/commit/849f4a4c30d2d1253509a8d4f49be97025f57b1b Author: Edmund Wong Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/changes/mail.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/config.py M master/buildbot/locks.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/status/buildstep.py M master/buildbot/status/logfile.py M master/buildbot/status/web/base.py M master/buildbot/status/web/status_json.py M master/buildbot/status/words.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_process_build.py M master/docs/examples/repo_gerrit.cfg Log Message: ----------- Changed .has_key() to using in. Commit: 1aec84afccc7368b5aa8a53a1bab56636dab96f6 https://github.com/buildbot/buildbot/commit/1aec84afccc7368b5aa8a53a1bab56636dab96f6 Author: Edmund wong Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/changes/p4poller.py M master/buildbot/steps/trigger.py Log Message: ----------- Fixed syntax errors. Commit: 0a5c8ec08a46486dfaefd22cbec1e54c5cf2173d https://github.com/buildbot/buildbot/commit/0a5c8ec08a46486dfaefd22cbec1e54c5cf2173d Author: Edmund wong Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M master/buildbot/test/unit/test_process_build.py Log Message: ----------- Revert unnecessary change. Commit: 73d2ccc8a5c73762f92ca156dace367eb7ed4558 https://github.com/buildbot/buildbot/commit/73d2ccc8a5c73762f92ca156dace367eb7ed4558 Author: Edmund wong Date: 2013-10-20 (Sun, 20 Oct 2013) Changed paths: M slave/buildslave/commands/svn.py Log Message: ----------- Changed .has_key() to in for slave/ Commit: 34885aa7f31fc397df11a88c4b735a9f853ab140 https://github.com/buildbot/buildbot/commit/34885aa7f31fc397df11a88c4b735a9f853ab140 Author: Edmund wong Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M common/pep8rc Log Message: ----------- Enable W601 Commit: 7cd5e14568e7332d79cc2fd2bbba2140ac8bb391 https://github.com/buildbot/buildbot/commit/7cd5e14568e7332d79cc2fd2bbba2140ac8bb391 Author: Edmund wong Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M master/buildbot/changes/svnpoller.py Log Message: ----------- Changed |not "action" in| to |"action" not in| Commit: 6168e1f28c69f880adae05ed1b45e17cdaba35e6 https://github.com/buildbot/buildbot/commit/6168e1f28c69f880adae05ed1b45e17cdaba35e6 Author: Edmund wong Date: 2013-10-21 (Mon, 21 Oct 2013) Changed paths: M slave/buildslave/runprocess.py M slave/buildslave/test/util/command.py Log Message: ----------- Fixed some has_key stragglers. Commit: 03e1d28afe849090410a4a5cbb7cdfd7acdb275c https://github.com/buildbot/buildbot/commit/03e1d28afe849090410a4a5cbb7cdfd7acdb275c Author: Edmund Wong Date: 2013-10-22 (Tue, 22 Oct 2013) Changed paths: M master/buildbot/process/properties.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_properties.py Log Message: ----------- pep8 was being confused by properties.py's has_key property. Changed to has_propkey to avoid this confusion. Commit: 33ac56ded964af968dca34b3b3b0d3721e43cd22 https://github.com/buildbot/buildbot/commit/33ac56ded964af968dca34b3b3b0d3721e43cd22 Author: Dustin J. Mitchell Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/changes/mail.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/config.py M master/buildbot/locks.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/status/buildstep.py M master/buildbot/status/logfile.py M master/buildbot/status/web/base.py M master/buildbot/status/web/status_json.py M master/buildbot/status/words.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_properties.py M master/docs/examples/repo_gerrit.cfg M slave/buildslave/commands/svn.py M slave/buildslave/runprocess.py M slave/buildslave/test/util/command.py Log Message: ----------- Merge branch 'change_haskey' of git://github.com/ewongbb/buildbot Commit: 46ce245337a4fc438b6be1325ffea3a85acd36d5 https://github.com/buildbot/buildbot/commit/46ce245337a4fc438b6be1325ffea3a85acd36d5 Author: Dustin J. Mitchell Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/changes/mail.py M master/buildbot/changes/p4poller.py M master/buildbot/changes/pb.py M master/buildbot/changes/svnpoller.py M master/buildbot/config.py M master/buildbot/locks.py M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/process/properties.py M master/buildbot/process/remotecommand.py M master/buildbot/status/buildstep.py M master/buildbot/status/logfile.py M master/buildbot/status/words.py M master/buildbot/steps/shell.py M master/buildbot/steps/source/oldsource.py M master/buildbot/steps/trigger.py M master/buildbot/test/unit/test_process_build.py M master/buildbot/test/unit/test_process_properties.py M master/docs/examples/repo_gerrit.cfg M slave/buildslave/commands/svn.py M slave/buildslave/runprocess.py M slave/buildslave/test/util/command.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/process/buildstep.py master/buildbot/status/web/base.py master/buildbot/status/web/status_json.py Compare: https://github.com/buildbot/buildbot/compare/267c7f0c9e6e...46ce245337a4 From noreply at github.com Sun Oct 27 21:54:31 2013 From: noreply at github.com (GitHub) Date: Sun, 27 Oct 2013 14:54:31 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a0679a: fontawesome appears to be in /fonts/ now, not /fon... Message-ID: <526d8b9726682_4c24107bd58544d4@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: a0679acaacee83567c8ed8c5d38c3247d512dbeb https://github.com/buildbot/buildbot/commit/a0679acaacee83567c8ed8c5d38c3247d512dbeb Author: Dustin J. Mitchell Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M www/src/font/fontawesome-webfont.eot M www/src/font/fontawesome-webfont.svg M www/src/font/fontawesome-webfont.ttf M www/src/font/fontawesome-webfont.woff Log Message: ----------- fontawesome appears to be in /fonts/ now, not /font/ From noreply at github.com Sun Oct 27 21:59:57 2013 From: noreply at github.com (GitHub) Date: Sun, 27 Oct 2013 14:59:57 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c9286a: run setup.py in www on every commit Message-ID: <526d8cdd47d82_e8f86dd5055355@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: c9286a38b2fd172ac4e24b7775cbcfcace46bf07 https://github.com/buildbot/buildbot/commit/c9286a38b2fd172ac4e24b7775cbcfcace46bf07 Author: Dustin J. Mitchell Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M common/validate.sh Log Message: ----------- run setup.py in www on every commit From trac at buildbot.net Wed Oct 30 00:31:04 2013 From: trac at buildbot.net (Buildbot trac) Date: Wed, 30 Oct 2013 00:31:04 -0000 Subject: [Buildbot-commits] [Buildbot] #2575: Make a master-side BK step Message-ID: <038.3a179461962ce08305043c59d24efb1f@buildbot.net> #2575: Make a master-side BK step ------------------------+------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.9.0 Version: 0.8.8 | Keywords: bk ------------------------+------------------- BK is currently slave-side-only, and support for slave-side source steps will be removed soon. If we're to keep BK support, it will need a master- side implementation. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Oct 30 00:57:02 2013 From: noreply at github.com (GitHub) Date: Tue, 29 Oct 2013 17:57:02 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ad3f48: update MAINTAINERS.txt Message-ID: <5270595ee1fe0_67b39a7d4c12898d@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ad3f48fdf6d417e05139f78522ac43efbec2b6fc https://github.com/buildbot/buildbot/commit/ad3f48fdf6d417e05139f78522ac43efbec2b6fc Author: Dustin J. Mitchell Date: 2013-10-29 (Tue, 29 Oct 2013) Changed paths: M MAINTAINERS.txt Log Message: ----------- update MAINTAINERS.txt From noreply at github.com Wed Oct 30 22:42:05 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 15:42:05 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c0fa34: add a web parameter project= to filter by project ... Message-ID: <52718b3db6570_4bb91181d4c16195b@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c0fa34187978f1e15504105289ab5e007fcb7f86 https://github.com/buildbot/buildbot/commit/c0fa34187978f1e15504105289ab5e007fcb7f86 Author: Julien Pages Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M master/buildbot/interfaces.py M master/buildbot/status/builder.py M master/buildbot/status/web/feeds.py M master/buildbot/status/web/templates/waterfallhelp.html M master/buildbot/status/web/waterfall.py Log Message: ----------- add a web parameter project= to filter by project on waterfall and atom/rss feeds Commit: 6b159feecce7c871a47d1b4e9d959f227f0480ac https://github.com/buildbot/buildbot/commit/6b159feecce7c871a47d1b4e9d959f227f0480ac Author: Dustin J. Mitchell Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M master/buildbot/interfaces.py M master/buildbot/status/builder.py M master/buildbot/status/web/feeds.py M master/buildbot/status/web/templates/waterfallhelp.html M master/buildbot/status/web/waterfall.py Log Message: ----------- Merge branch 'master' of git://github.com/parcouss/buildbot Compare: https://github.com/buildbot/buildbot/compare/ad3f48fdf6d4...6b159feecce7 From noreply at github.com Wed Oct 30 22:47:40 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 15:47:40 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c0fa34: add a web parameter project= to filter by project ... Message-ID: <52718c8cdec91_4c3097fd4c1037c@hookshot-fe1-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: c0fa34187978f1e15504105289ab5e007fcb7f86 https://github.com/buildbot/buildbot/commit/c0fa34187978f1e15504105289ab5e007fcb7f86 Author: Julien Pages Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M master/buildbot/interfaces.py M master/buildbot/status/builder.py M master/buildbot/status/web/feeds.py M master/buildbot/status/web/templates/waterfallhelp.html M master/buildbot/status/web/waterfall.py Log Message: ----------- add a web parameter project= to filter by project on waterfall and atom/rss feeds Commit: ad3f48fdf6d417e05139f78522ac43efbec2b6fc https://github.com/buildbot/buildbot/commit/ad3f48fdf6d417e05139f78522ac43efbec2b6fc Author: Dustin J. Mitchell Date: 2013-10-29 (Tue, 29 Oct 2013) Changed paths: M MAINTAINERS.txt Log Message: ----------- update MAINTAINERS.txt Commit: 6b159feecce7c871a47d1b4e9d959f227f0480ac https://github.com/buildbot/buildbot/commit/6b159feecce7c871a47d1b4e9d959f227f0480ac Author: Dustin J. Mitchell Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M master/buildbot/interfaces.py M master/buildbot/status/builder.py M master/buildbot/status/web/feeds.py M master/buildbot/status/web/templates/waterfallhelp.html M master/buildbot/status/web/waterfall.py Log Message: ----------- Merge branch 'master' of git://github.com/parcouss/buildbot Commit: 302375620d71b3fa4df8e75881d418d9b66c7f6b https://github.com/buildbot/buildbot/commit/302375620d71b3fa4df8e75881d418d9b66c7f6b Author: Dustin J. Mitchell Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M MAINTAINERS.txt M master/buildbot/interfaces.py M master/buildbot/status/builder.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/feeds.py master/buildbot/status/web/templates/waterfallhelp.html master/buildbot/status/web/waterfall.py Compare: https://github.com/buildbot/buildbot/compare/c9286a38b2fd...302375620d71 From noreply at github.com Wed Oct 30 22:54:10 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 15:54:10 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] db362d: Fix E228 Message-ID: <52718e1237eed_1895a07d501389b2@hookshot-fe4-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: db362d7a1699f0249d423abfc87b53d70403a3b5 https://github.com/buildbot/buildbot/commit/db362d7a1699f0249d423abfc87b53d70403a3b5 Author: Edmund wong Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/openstack.py M master/buildbot/schedulers/forcesched.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/builder.py M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/package/rpm/rpmlint.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py M master/contrib/bitbucket_buildbot.py M master/contrib/trac/bbwatcher/api.py M master/contrib/trac/bbwatcher/model.py M master/contrib/trac/bbwatcher/web_ui.py M master/setup.py M slave/buildslave/commands/repo.py Log Message: ----------- Fix E228 Commit: 32d7c9680fc901a19f31fea772bfccb64cce51d0 https://github.com/buildbot/buildbot/commit/32d7c9680fc901a19f31fea772bfccb64cce51d0 Author: Dustin J. Mitchell Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/openstack.py M master/buildbot/schedulers/forcesched.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/builder.py M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/package/rpm/rpmlint.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py M master/contrib/bitbucket_buildbot.py M master/contrib/trac/bbwatcher/api.py M master/contrib/trac/bbwatcher/model.py M master/contrib/trac/bbwatcher/web_ui.py M master/setup.py M slave/buildslave/commands/repo.py Log Message: ----------- Merge branch 'e228' of git://github.com/ewongbb/buildbot Compare: https://github.com/buildbot/buildbot/compare/6b159feecce7...32d7c9680fc9 From noreply at github.com Wed Oct 30 23:04:22 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 16:04:22 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] db362d: Fix E228 Message-ID: <52719076aa8a6_79aa4b7d5012854f@hookshot-fe5-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: db362d7a1699f0249d423abfc87b53d70403a3b5 https://github.com/buildbot/buildbot/commit/db362d7a1699f0249d423abfc87b53d70403a3b5 Author: Edmund wong Date: 2013-10-27 (Sun, 27 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/openstack.py M master/buildbot/schedulers/forcesched.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/builder.py M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/package/rpm/rpmlint.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py M master/contrib/bitbucket_buildbot.py M master/contrib/trac/bbwatcher/api.py M master/contrib/trac/bbwatcher/model.py M master/contrib/trac/bbwatcher/web_ui.py M master/setup.py M slave/buildslave/commands/repo.py Log Message: ----------- Fix E228 Commit: 32d7c9680fc901a19f31fea772bfccb64cce51d0 https://github.com/buildbot/buildbot/commit/32d7c9680fc901a19f31fea772bfccb64cce51d0 Author: Dustin J. Mitchell Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/openstack.py M master/buildbot/schedulers/forcesched.py M master/buildbot/status/web/authz.py M master/buildbot/status/web/builder.py M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/package/rpm/rpmlint.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py M master/contrib/bitbucket_buildbot.py M master/contrib/trac/bbwatcher/api.py M master/contrib/trac/bbwatcher/model.py M master/contrib/trac/bbwatcher/web_ui.py M master/setup.py M slave/buildslave/commands/repo.py Log Message: ----------- Merge branch 'e228' of git://github.com/ewongbb/buildbot Commit: be4caed6372e42ee7448fecdc44abb837af1d2a3 https://github.com/buildbot/buildbot/commit/be4caed6372e42ee7448fecdc44abb837af1d2a3 Author: Dustin J. Mitchell Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M common/pep8rc M master/buildbot/buildslave/ec2.py M master/buildbot/buildslave/openstack.py M master/buildbot/schedulers/forcesched.py M master/buildbot/steps/package/rpm/mock.py M master/buildbot/steps/package/rpm/rpmlint.py M master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py M master/buildbot/test/unit/test_www_rest.py M master/buildbot/test/util/txghost.py M master/contrib/bitbucket_buildbot.py M master/contrib/trac/bbwatcher/api.py M master/contrib/trac/bbwatcher/model.py M master/contrib/trac/bbwatcher/web_ui.py M master/setup.py M slave/buildslave/commands/repo.py Log Message: ----------- Merge branch 'master' into nine Conflicts: master/buildbot/status/web/authz.py master/buildbot/status/web/builder.py master/buildbot/test/unit/test_process_buildrequestdistributor_BuildRequestDistributor.py Compare: https://github.com/buildbot/buildbot/compare/302375620d71...be4caed6372e From noreply at github.com Wed Oct 30 23:08:41 2013 From: noreply at github.com (GitHub) Date: Wed, 30 Oct 2013 16:08:41 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] cf07f0: remove txghost Message-ID: <52719179b30b6_4511ae9d541554c3@hookshot-fe2-pe1-prd.aws.github.net.mail> Branch: refs/heads/nine Home: https://github.com/buildbot/buildbot Commit: cf07f0ebbef5a9891ede425c5c424bcb66722134 https://github.com/buildbot/buildbot/commit/cf07f0ebbef5a9891ede425c5c424bcb66722134 Author: Dustin J. Mitchell Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: R master/buildbot/test/util/txghost.py Log Message: ----------- remove txghost From trac at buildbot.net Thu Oct 31 05:10:23 2013 From: trac at buildbot.net (Buildbot trac) Date: Thu, 31 Oct 2013 05:10:23 -0000 Subject: [Buildbot-commits] [Buildbot] #2576: set sendToInterestedUsers=True to MailNotifier not work to gerrit Message-ID: <037.d62d7e62d7b919b8c8454810cc842d8b@buildbot.net> #2576: set sendToInterestedUsers=True to MailNotifier not work to gerrit -------------------+----------------------- Reporter: clino | Owner: Type: defect | Status: new Priority: minor | Milestone: undecided Version: 0.8.7 | Keywords: mail -------------------+----------------------- I use 0.8.7 but find this param not work to gerrit, there param of extraRecipients works,but those submitter's email address does not appear in email. I try to look into source code,but can not find the key part of source code,please help,thanks! -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Oct 31 22:34:43 2013 From: noreply at github.com (GitHub) Date: Thu, 31 Oct 2013 15:34:43 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e2475b: status/words: shorten list of revisions on buildSt... Message-ID: <5272db038db14_470ea91d481054ce@hookshot-fe6-pe1-prd.aws.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e2475b04a7647606e4aebefa1751f9a6f874e90d https://github.com/buildbot/buildbot/commit/e2475b04a7647606e4aebefa1751f9a6f874e90d Author: Olof Johansson Date: 2013-10-30 (Wed, 30 Oct 2013) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_words.py M master/docs/relnotes/index.rst Log Message: ----------- status/words: shorten list of revisions on buildStarted Even when useRevisions was false, the IRC bot would under some circumstances flood the IRC channel by sending long lists of revisions. This changes shortens the list to only two revisions, and the number of additional revisions included in the build. Commit: 9ff35ef8c09bc1cdaf46b17fff7ab86a5ccab974 https://github.com/buildbot/buildbot/commit/9ff35ef8c09bc1cdaf46b17fff7ab86a5ccab974 Author: Dustin J. Mitchell Date: 2013-10-31 (Thu, 31 Oct 2013) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_words.py M master/docs/relnotes/index.rst Log Message: ----------- Merge branch 'topic/words_dont_userevisions' of git://github.com/olof/buildbot Compare: https://github.com/buildbot/buildbot/compare/32d7c9680fc9...9ff35ef8c09b From trac at buildbot.net Thu Oct 31 23:18:03 2013 From: trac at buildbot.net (Buildbot trac) Date: Thu, 31 Oct 2013 23:18:03 -0000 Subject: [Buildbot-commits] [Buildbot] #2576: set sendToInterestedUsers=True to MailNotifier not work to gerrit In-Reply-To: <037.d62d7e62d7b919b8c8454810cc842d8b@buildbot.net> References: <037.d62d7e62d7b919b8c8454810cc842d8b@buildbot.net> Message-ID: <052.41bab77a81630b3472a03930af3452de@buildbot.net> #2576: set sendToInterestedUsers=True to MailNotifier not work to gerrit -------------------+-------------------- Reporter: clino | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.9 Version: 0.8.7 | Resolution: Keywords: gerrit | -------------------+-------------------- Changes (by dustin): * keywords: mail => gerrit * milestone: undecided => 0.8.9 Comment: Do the changes produced not have their author fields set correctly? You should see that either on the web UI or in the twistd.log on the master. -- Ticket URL: Buildbot Buildbot: build/test automation