From noreply at github.com Mon Dec 1 15:17:19 2014 From: noreply at github.com (GitHub) Date: Mon, 01 Dec 2014 07:17:19 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 678d6c: Make BuildslaveManager an AsyncMultiService Message-ID: <547c867fb2bd7_1dc03fc5377932b8945bf@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 678d6c2d3b855a3acd5027a3f0f47be7deff4f80 https://github.com/buildbot/buildbot/commit/678d6c2d3b855a3acd5027a3f0f47be7deff4f80 Author: Dustin J. Mitchell Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M master/buildbot/buildslave/manager.py Log Message: ----------- Make BuildslaveManager an AsyncMultiService Without this, slow service starts (e.g., buildslave) can continue on even after the parent service has indicated it is done starting. Fixes #3066. Commit: 2eb50c2a3bc86afe40df1d263a03d8bd9ae52b21 https://github.com/buildbot/buildbot/commit/2eb50c2a3bc86afe40df1d263a03d8bd9ae52b21 Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/buildbot/buildslave/manager.py Log Message: ----------- Merge djmitche/buildbot:bug3066 (PR #1399) Compare: https://github.com/buildbot/buildbot/compare/086c81f858fe...2eb50c2a3bc8 From noreply at github.com Mon Dec 1 16:25:04 2014 From: noreply at github.com (GitHub) Date: Mon, 01 Dec 2014 08:25:04 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 7b2a54: remove empty file Message-ID: <547c966013913_64c93fbc539472b8764ab@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 7b2a543c3f5f9615d38c4ec59640b6b3fed0929c https://github.com/buildbot/buildbot-infra/commit/7b2a543c3f5f9615d38c4ec59640b6b3fed0929c Author: Mikhail Sobolev Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: R roles/base/tasks/noroot.yml Log Message: ----------- remove empty file Commit: 7264645118111c19058a2a5217547312f89533d9 https://github.com/buildbot/buildbot-infra/commit/7264645118111c19058a2a5217547312f89533d9 Author: Mikhail Sobolev Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: A roles/base-servicehost/files/authorized_keys/amar.keys A roles/base-servicehost/files/authorized_keys/dustin.keys A roles/base-servicehost/files/authorized_keys/mss.keys A roles/base-servicehost/files/authorized_keys/sean.keys A roles/base-servicehost/meta/main.yml A roles/base-servicehost/tasks/main.yml A roles/base-servicehost/tasks/users.yml R roles/base/files/authorized_keys/amar.keys R roles/base/files/authorized_keys/dustin.keys R roles/base/files/authorized_keys/mss.keys R roles/base/files/authorized_keys/sean.keys M roles/base/tasks/users.yml M servicehosts.yml Log Message: ----------- split base role into two base * create service account only * install sudo * configure passwordless sudo for wheel group users * install mandatory and utility packages base-servicehost (depends on base) * create admin accounts Commit: 6d7d4ca3a3e3cea0671505e54a9c66f73b04829d https://github.com/buildbot/buildbot-infra/commit/6d7d4ca3a3e3cea0671505e54a9c66f73b04829d Author: Mikhail Sobolev Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: A roles/base-servicehost/files/authorized_keys/amar.keys A roles/base-servicehost/files/authorized_keys/dustin.keys A roles/base-servicehost/files/authorized_keys/mss.keys A roles/base-servicehost/files/authorized_keys/sean.keys A roles/base-servicehost/meta/main.yml A roles/base-servicehost/tasks/main.yml A roles/base-servicehost/tasks/users.yml R roles/base/files/authorized_keys/amar.keys R roles/base/files/authorized_keys/dustin.keys R roles/base/files/authorized_keys/mss.keys R roles/base/files/authorized_keys/sean.keys R roles/base/tasks/noroot.yml M roles/base/tasks/users.yml M servicehosts.yml Log Message: ----------- Merge pull request #26 from sa2ajj/base-roles Split base role into two Compare: https://github.com/buildbot/buildbot-infra/compare/8316b70f6547...6d7d4ca3a3e3 From noreply at github.com Mon Dec 1 16:42:50 2014 From: noreply at github.com (GitHub) Date: Mon, 01 Dec 2014 08:42:50 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 59126e: set up test requirements with extras_require Message-ID: <547c9a8a4b45b_5ff03f83f3ebd2bc210a3@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 59126efdc7b28293cd0908e1c53f783fc377a5cc https://github.com/buildbot/buildbot/commit/59126efdc7b28293cd0908e1c53f783fc377a5cc Author: Dustin J. Mitchell Date: 2014-11-27 (Thu, 27 Nov 2014) Changed paths: M master/setup.py M slave/setup.py Log Message: ----------- set up test requirements with extras_require Fixes #3060. Commit: 8bc959299e55dfa1460918271f89fc6590619933 https://github.com/buildbot/buildbot/commit/8bc959299e55dfa1460918271f89fc6590619933 Author: Dustin J. Mitchell Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M master/setup.py M slave/setup.py Log Message: ----------- address review comments for NO_INSTALL_REQS Commit: 2b1b049ea20fb90273839e48f5daff4d3d52917f https://github.com/buildbot/buildbot/commit/2b1b049ea20fb90273839e48f5daff4d3d52917f Author: Mikhail Sobolev Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/setup.py M slave/setup.py Log Message: ----------- Merge pull request #1395 from djmitche/bug3060 set up test requirements with extras_require Compare: https://github.com/buildbot/buildbot/compare/2eb50c2a3bc8...2b1b049ea20f From noreply at github.com Mon Dec 1 17:17:33 2014 From: noreply at github.com (GitHub) Date: Mon, 01 Dec 2014 09:17:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 9604a3: add a list of host fingerprints Message-ID: <547ca2adbac7_5b1d3fed3e2792bc108d0@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 9604a3c4cea90f09182a5adeebf9e04d7f1fa95a https://github.com/buildbot/buildbot-infra/commit/9604a3c4cea90f09182a5adeebf9e04d7f1fa95a Author: Mikhail Sobolev Date: 2014-11-28 (Fri, 28 Nov 2014) Changed paths: A docs/fingerprints.txt Log Message: ----------- add a list of host fingerprints Commit: 091f75f55744e5ccfe7356d780a4e9e22dac8bc4 https://github.com/buildbot/buildbot-infra/commit/091f75f55744e5ccfe7356d780a4e9e22dac8bc4 Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: A docs/fingerprints.txt Log Message: ----------- Merge sa2ajj/buildbot-infra:add-fingerprints (PR #24) Compare: https://github.com/buildbot/buildbot-infra/compare/6d7d4ca3a3e3...091f75f55744 From noreply at github.com Mon Dec 1 18:28:12 2014 From: noreply at github.com (GitHub) Date: Mon, 01 Dec 2014 10:28:12 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0b06b5: rename reconfigService() to reconfigServiceWithBui... Message-ID: <547cb33cedc5_55263fbfe822d2a0913e7@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0b06b532f9ae3d4298797bc21e9308ac4780f080 https://github.com/buildbot/buildbot/commit/0b06b532f9ae3d4298797bc21e9308ac4780f080 Author: Pierre Tardy Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/changes/manager.py M master/buildbot/changes/pb.py M master/buildbot/db/connector.py M master/buildbot/master.py M master/buildbot/mq/connector.py M master/buildbot/mq/simple.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py M master/buildbot/process/metrics.py M master/buildbot/process/users/manager.py M master/buildbot/schedulers/manager.py M master/buildbot/status/master.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/integration/test_customservices.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_manager.py M master/buildbot/test/unit/test_changes_manager.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_db_connector.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_mq_connector.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_cache.py M master/buildbot/test/unit/test_process_debug.py M master/buildbot/test/unit/test_process_metrics.py M master/buildbot/test/unit/test_process_users_manager.py M master/buildbot/test/unit/test_schedulers_manager.py M master/buildbot/test/unit/test_status_master.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/util/service.py M master/buildbot/www/service.py M master/docs/developer/config.rst Log Message: ----------- rename reconfigService() to reconfigServiceWithBuildbotConfig In the aim of simplifying the API for BuildbotService(), we rename this method, so that the name is available for API of BuildbotService. Next task is to convert more and more services of buildbot into BuildbotService, so that: 1) they can be abstracted from where they are configured 2) they can embed their checkConfig internally, and not in config.py Signed-off-by: Pierre Tardy Commit: d567123cb53617d82cd22c40cfde6a4f4d3badd9 https://github.com/buildbot/buildbot/commit/d567123cb53617d82cd22c40cfde6a4f4d3badd9 Author: Mikhail Sobolev Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/buildbot/buildslave/base.py M master/buildbot/buildslave/manager.py M master/buildbot/changes/manager.py M master/buildbot/changes/pb.py M master/buildbot/db/connector.py M master/buildbot/master.py M master/buildbot/mq/connector.py M master/buildbot/mq/simple.py M master/buildbot/process/botmaster.py M master/buildbot/process/builder.py M master/buildbot/process/cache.py M master/buildbot/process/debug.py M master/buildbot/process/metrics.py M master/buildbot/process/users/manager.py M master/buildbot/schedulers/manager.py M master/buildbot/status/master.py M master/buildbot/test/integration/test_custom_buildstep.py M master/buildbot/test/integration/test_customservices.py M master/buildbot/test/integration/test_slave_comm.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_buildslave_base.py M master/buildbot/test/unit/test_buildslave_manager.py M master/buildbot/test/unit/test_changes_manager.py M master/buildbot/test/unit/test_changes_pb.py M master/buildbot/test/unit/test_config.py M master/buildbot/test/unit/test_db_connector.py M master/buildbot/test/unit/test_master.py M master/buildbot/test/unit/test_mq_connector.py M master/buildbot/test/unit/test_process_botmaster_BotMaster.py M master/buildbot/test/unit/test_process_builder.py M master/buildbot/test/unit/test_process_cache.py M master/buildbot/test/unit/test_process_debug.py M master/buildbot/test/unit/test_process_metrics.py M master/buildbot/test/unit/test_process_users_manager.py M master/buildbot/test/unit/test_schedulers_manager.py M master/buildbot/test/unit/test_status_master.py M master/buildbot/test/unit/test_util_service.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/util/service.py M master/buildbot/www/service.py M master/docs/developer/config.rst Log Message: ----------- Merge pull request #1394 from tardyp/services rename reconfigService() to reconfigServiceWithBuildbotConfig See ticket:3084 Compare: https://github.com/buildbot/buildbot/compare/2b1b049ea20f...d567123cb536 From noreply at github.com Mon Dec 1 21:04:15 2014 From: noreply at github.com (GitHub) Date: Mon, 01 Dec 2014 13:04:15 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 367acf: remove flaky decorators for test_master (Refs #306... Message-ID: <547cd7cf4321f_26ae3fd9f2aed2b847590@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 367acfdf736e4b332a76e2062fcb02c93a7adc81 https://github.com/buildbot/buildbot/commit/367acfdf736e4b332a76e2062fcb02c93a7adc81 Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/buildbot/test/integration/test_master.py Log Message: ----------- remove flaky decorators for test_master (Refs #3066) From noreply at github.com Tue Dec 2 16:17:02 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 08:17:02 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] d8359a: rekey secrets.yml with a real password Message-ID: <547de5fed4388_57df3fc12a7232bc1015b3@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: d8359ab792032a303f4c4ece61aad95d37241bb1 https://github.com/buildbot/buildbot-infra/commit/d8359ab792032a303f4c4ece61aad95d37241bb1 Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- rekey secrets.yml with a real password Commit: 84a069f328cd714f2b8612a656344a68bf057375 https://github.com/buildbot/buildbot-infra/commit/84a069f328cd714f2b8612a656344a68bf057375 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- Merge pull request #27 from djmitche/real-secret-password rekey secrets.yml with a real password Compare: https://github.com/buildbot/buildbot-infra/compare/091f75f55744...84a069f328cd From noreply at github.com Tue Dec 2 16:23:58 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 08:23:58 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 4327e7: add slave passwords for buildbot-linux4 and knuth Message-ID: <547de79e773c5_6e903fb62ac152bc82323@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 4327e7deaa269a0420b91ac9c2645f0b8d22c0fb https://github.com/buildbot/buildbot-infra/commit/4327e7deaa269a0420b91ac9c2645f0b8d22c0fb Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- add slave passwords for buildbot-linux4 and knuth Commit: 99a5a29622ee919af28431ddb2793ac32fbbd7ab https://github.com/buildbot/buildbot-infra/commit/99a5a29622ee919af28431ddb2793ac32fbbd7ab Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- Merge pull request #28 from djmitche/nine-slave-passwords Add nine metabuildbot slave passwords Compare: https://github.com/buildbot/buildbot-infra/compare/84a069f328cd...99a5a29622ee From noreply at github.com Tue Dec 2 16:24:32 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 08:24:32 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] a018b1: Fix bogus elements in weekly status email Message-ID: <547de7c0c681e_3ad53f9e6c1232bc22179@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: a018b1728e661923f76d330f4e66882bdceaa49f https://github.com/buildbot/buildbot-infra/commit/a018b1728e661923f76d330f4e66882bdceaa49f Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M scripts/weekly_summary.py Log Message: ----------- Fix bogus elements in weekly status email Fixes #3083. Commit: 5d872bf4abb29004a29100b80a982a2ebb695dc0 https://github.com/buildbot/buildbot-infra/commit/5d872bf4abb29004a29100b80a982a2ebb695dc0 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M scripts/weekly_summary.py Log Message: ----------- Merge pull request #29 from djmitche/bug3083 Fix bogus elements in weekly status email Compare: https://github.com/buildbot/buildbot-infra/compare/99a5a29622ee...5d872bf4abb2 From noreply at github.com Tue Dec 2 16:32:20 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 08:32:20 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] dad53e: Fix docs for appendLog Message-ID: <547de9948f6c3_38bb3f9db4dad2c099537@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: dad53e042749a56e853f33cc01863999258b717f https://github.com/buildbot/buildbot/commit/dad53e042749a56e853f33cc01863999258b717f Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/docs/developer/rtype-log.rst M master/docs/developer/rtype-logchunk.rst Log Message: ----------- Fix docs for appendLog It's a `log` update method -- not that it really matters. This also fixes the incorrect reference to `master.data.logs`. Commit: 3144ea554126a50a5092a34d7a23a5b5891e73ec https://github.com/buildbot/buildbot/commit/3144ea554126a50a5092a34d7a23a5b5891e73ec Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/docs/developer/rtype-logchunk.rst Log Message: ----------- adjust notes for new log chunks Commit: d983a260ef6c2ea3d7f1ee6d3d0060cca89e71f7 https://github.com/buildbot/buildbot/commit/d983a260ef6c2ea3d7f1ee6d3d0060cca89e71f7 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/docs/developer/rtype-log.rst M master/docs/developer/rtype-logchunk.rst Log Message: ----------- Merge pull request #1402 from djmitche/rtype-log-docs Fix docs for appendLog Compare: https://github.com/buildbot/buildbot/compare/367acfdf736e...d983a260ef6c From noreply at github.com Tue Dec 2 16:32:51 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 08:32:51 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 9cffba: Add a missing 'inlineCallbacks' decorator Message-ID: <547de9b3b0479_59d53fa114e3129c7516a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9cffbada2c1ae1117f1a7f84223de81761c275ad https://github.com/buildbot/buildbot/commit/9cffbada2c1ae1117f1a7f84223de81761c275ad Author: Beno?t Allard Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/buildbot/test/unit/test_data_logs.py Log Message: ----------- Add a missing 'inlineCallbacks' decorator Commit: b52c0ed84e8789955abdcc335d866d46d63a32b3 https://github.com/buildbot/buildbot/commit/b52c0ed84e8789955abdcc335d866d46d63a32b3 Author: Beno?t Allard Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/buildbot/test/unit/test_data_steps.py Log Message: ----------- Remove unused test method Commit: 005cf47d662829144bef3f7e86322a3e41206212 https://github.com/buildbot/buildbot/commit/005cf47d662829144bef3f7e86322a3e41206212 Author: Beno?t Allard Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/buildbot/test/unit/test_data_steps.py Log Message: ----------- Remove unused import. Commit: 2528907a57fcecca3463907e670bd3f0cfec4f08 https://github.com/buildbot/buildbot/commit/2528907a57fcecca3463907e670bd3f0cfec4f08 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/buildbot/test/unit/test_data_logs.py M master/buildbot/test/unit/test_data_steps.py Log Message: ----------- Merge pull request #1404 from benallard/test_cleanup Test cleanup Compare: https://github.com/buildbot/buildbot/compare/d983a260ef6c...2528907a57fc From noreply at github.com Tue Dec 2 16:33:15 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 08:33:15 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 6f85a8: add sourcestamps for referential integrity Message-ID: <547de9cbb6246_4ffd3ff6bab1529c95121@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 6f85a83984045db23bdd2dc1491c8de34621b29b https://github.com/buildbot/buildbot/commit/6f85a83984045db23bdd2dc1491c8de34621b29b Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/buildbot/test/unit/test_db_changes.py Log Message: ----------- add sourcestamps for referential integrity Fixes #3079. Commit: 050880ef8ebd6111fec7eda800d1b7437e098399 https://github.com/buildbot/buildbot/commit/050880ef8ebd6111fec7eda800d1b7437e098399 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/buildbot/test/unit/test_db_changes.py Log Message: ----------- Merge pull request #1401 from djmitche/bug3079 Add rows for referential integrity Compare: https://github.com/buildbot/buildbot/compare/2528907a57fc...050880ef8ebd From noreply at github.com Tue Dec 2 16:33:38 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 08:33:38 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d75ead: Wait for data to be inserted Message-ID: <547de9e255c0_32c53f887dccb2b8391f9@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d75eade264ffd4190875f0e7de5bac391abd3bcd https://github.com/buildbot/buildbot/commit/d75eade264ffd4190875f0e7de5bac391abd3bcd Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/buildbot/test/unit/test_db_changes.py Log Message: ----------- Wait for data to be inserted Fixes #3057. Commit: 82a08abdf96b9c3a6f4f6beb26a86c22f4b73eb0 https://github.com/buildbot/buildbot/commit/82a08abdf96b9c3a6f4f6beb26a86c22f4b73eb0 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/buildbot/test/unit/test_db_changes.py Log Message: ----------- Merge pull request #1400 from djmitche/bug3057 Wait for data to be inserted Compare: https://github.com/buildbot/buildbot/compare/050880ef8ebd...82a08abdf96b From noreply at github.com Tue Dec 2 17:52:12 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 09:52:12 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] cf2ce5: archive release notes Message-ID: <547dfc4c5be71_728c3fc9ed1352bc97f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: cf2ce5740619b196cb3b5496d2ac5d563f5da525 https://github.com/buildbot/buildbot/commit/cf2ce5740619b196cb3b5496d2ac5d563f5da525 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: A master/docs/relnotes/0.8.10.rst M master/docs/relnotes/index.rst Log Message: ----------- archive release notes From noreply at github.com Tue Dec 2 17:46:48 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 09:46:48 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] cf2ce5: archive release notes Message-ID: <547dfb0899c01_34413fe8a50632b8137619@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/tags/v0.8.11-pre Home: https://github.com/buildbot/buildbot Commit: cf2ce5740619b196cb3b5496d2ac5d563f5da525 https://github.com/buildbot/buildbot/commit/cf2ce5740619b196cb3b5496d2ac5d563f5da525 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: A master/docs/relnotes/0.8.10.rst M master/docs/relnotes/index.rst Log Message: ----------- archive release notes From noreply at github.com Tue Dec 2 18:12:42 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 10:12:42 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <547e011a2836e_6a053faf672292b81005b3@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/tags/v0.8.10 Home: https://github.com/buildbot/buildbot From noreply at github.com Tue Dec 2 18:11:23 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 10:11:23 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 58178c: update release date for 0.8.10 Message-ID: <547e00cb1ef73_34a63feaa93e12b881733@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 58178c2c1618cc09f66e44f6ae2f0dbeba710f3e https://github.com/buildbot/buildbot/commit/58178c2c1618cc09f66e44f6ae2f0dbeba710f3e Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/docs/relnotes/0.8.10.rst Log Message: ----------- update release date for 0.8.10 From noreply at github.com Tue Dec 2 18:03:50 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 10:03:50 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0680ba: add the release date Message-ID: <547dff067b494_63ec3fb3277412a086362@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.10 Home: https://github.com/buildbot/buildbot Commit: 0680ba434bc5c2373919270dffa49786ab705ffb https://github.com/buildbot/buildbot/commit/0680ba434bc5c2373919270dffa49786ab705ffb Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- add the release date From noreply at github.com Tue Dec 2 17:28:08 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 09:28:08 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 19293f: Try changes compared to master branch when using g... Message-ID: <547df6a8d3b9_2c783fce87be329c1044e5@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 19293f1651477547cee6711690cc52e3c714ef3f https://github.com/buildbot/buildbot/commit/19293f1651477547cee6711690cc52e3c714ef3f Author: Vadim Zeitlin Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Try changes compared to master branch when using git by default. If the current branch has no tracking branch, use master as the base revision, otherwise the branch itself was used and we were left with an empty diff if there were no uncommitted changes. Signed-off-by: Vadim Zeitlin Commit: cc1c4d38910a5c621d37918ae284e18af124e0e7 https://github.com/buildbot/buildbot/commit/cc1c4d38910a5c621d37918ae284e18af124e0e7 Author: Vadim Zeitlin Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Give a more understandable message in "try" when there are no changes. The error message "object of type 'NoneType' has no len()" given in this case before was particularly cryptic, provide something more intelligible if the diff turns out to be empty. Commit: 489f7943cc8a842f5685a8d90b9c07a9a0705a66 https://github.com/buildbot/buildbot/commit/489f7943cc8a842f5685a8d90b9c07a9a0705a66 Author: Vadim Zeitlin Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M master/buildbot/clients/tryclient.py M master/buildbot/test/integration/test_try_client.py Log Message: ----------- Ensure full path to ssh command is used in the try client. Using just "ssh" doesn't work under Windows where the native CreateProcess() function used by spawnProcess() requires the full path as its argument, so using ssh connection method simply always failed before. Adding a "ssh_command" config option allowing to explicitly specify the command to use might be a good idea as well, but for now just take the first "ssh" in PATH. Signed-off-by: Vadim Zeitlin Commit: f7788eb5114ed45faf8c4560c508abed20556969 https://github.com/buildbot/buildbot/commit/f7788eb5114ed45faf8c4560c508abed20556969 Author: Vadim Zeitlin Date: 2014-11-29 (Sat, 29 Nov 2014) Changed paths: M master/buildbot/clients/tryclient.py M master/buildbot/scripts/runner.py M master/docs/manual/cmdline.rst M master/docs/relnotes/index.rst Log Message: ----------- Allow specifying the ssh command to use in "try" subcommand. This is especially useful under Windows, where something other than ssh[.exe] is often used (e.g. plink from PuTTY). Signed-off-by: Vadim Zeitlin Commit: f917d383d343c2e5b5d0ec90bb5379aff5651385 https://github.com/buildbot/buildbot/commit/f917d383d343c2e5b5d0ec90bb5379aff5651385 Author: Vadim Zeitlin Date: 2014-11-30 (Sun, 30 Nov 2014) Changed paths: M master/buildbot/clients/tryclient.py Log Message: ----------- Use standard shlex.split() for splitting ssh command under POSIX. This method can't be used under Windows as it handles backslashes specially while they are just path separators under Windows, but we should still use it under the other systems to provide familiar semantics there. Commit: a34f1f87bb1f1103c770bfbcf2d31eaf81eb6075 https://github.com/buildbot/buildbot/commit/a34f1f87bb1f1103c770bfbcf2d31eaf81eb6075 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/buildbot/clients/tryclient.py M master/buildbot/scripts/runner.py M master/buildbot/test/integration/test_try_client.py M master/docs/manual/cmdline.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1391 from vadz/try-fixes Miscellaneous fixes for try subcommand. Compare: https://github.com/buildbot/buildbot/compare/82a08abdf96b...a34f1f87bb1f From noreply at github.com Tue Dec 2 17:39:31 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 09:39:31 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <547df9534935f_6a253fff65db12b838124@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.10 Home: https://github.com/buildbot/buildbot From noreply at github.com Tue Dec 2 17:03:05 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 09:03:05 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 3f13e2: fix typo Message-ID: <547df0c939ea0_2c783fce87be329c1032b4@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 3f13e2e4ee263741f4c728eee5b32f4c3b393bf5 https://github.com/buildbot/buildbot/commit/3f13e2e4ee263741f4c728eee5b32f4c3b393bf5 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix typo Commit: 0e99fd207e7d42e2643841a9320cc96e345b4b50 https://github.com/buildbot/buildbot/commit/0e99fd207e7d42e2643841a9320cc96e345b4b50 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix branch reference for complete changelog Commit: 689c3a73ed873b2c133cd8ccd5ba71e228f3085e https://github.com/buildbot/buildbot/commit/689c3a73ed873b2c133cd8ccd5ba71e228f3085e Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix formatting Commit: 7342111bca186532b59a0314601b60cce356a2f8 https://github.com/buildbot/buildbot/commit/7342111bca186532b59a0314601b60cce356a2f8 Author: Mikhail Sobolev Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- fix bug references Compare: https://github.com/buildbot/buildbot/compare/1c78d8615f58...7342111bca18 From noreply at github.com Tue Dec 2 23:18:31 2014 From: noreply at github.com (GitHub) Date: Tue, 02 Dec 2014 15:18:31 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] f4d95f: Add bug number to TODOs Message-ID: <547e48c769463_a1e3fc5b9bc12b8673f6@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: f4d95f04dc206409d64c65edf47c8cf39c0cd535 https://github.com/buildbot/buildbot/commit/f4d95f04dc206409d64c65edf47c8cf39c0cd535 Author: Dustin J. Mitchell Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/buildbot/db/model.py Log Message: ----------- Add bug number to TODOs From noreply at github.com Wed Dec 3 16:14:10 2014 From: noreply at github.com (GitHub) Date: Wed, 03 Dec 2014 08:14:10 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 42be58: Set the root password Message-ID: <547f36d262627_7b213fb2440732b85830@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 42be58a2e5736e8e1d3248553e84a9b6c19af365 https://github.com/buildbot/buildbot-infra/commit/42be58a2e5736e8e1d3248553e84a9b6c19af365 Author: Dustin J. Mitchell Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M roles/base/tasks/main.yml A roles/base/tasks/rootpw.yml M secrets.yml Log Message: ----------- Set the root password Very few people (OK, just me at the moment) have this password, as most will access systems via sudo. This will only be used for console access when performing repairs. The crypted password is stored in the secrets file -- no need to rely just on crypt(3) for that. Fixes #3004. Commit: 810c9d58b39fba1479776546c111e19d16d67c49 https://github.com/buildbot/buildbot-infra/commit/810c9d58b39fba1479776546c111e19d16d67c49 Author: Mikhail Sobolev Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M roles/base/tasks/main.yml A roles/base/tasks/rootpw.yml M secrets.yml Log Message: ----------- Merge pull request #30 from djmitche/set-root-pw Set the root password Compare: https://github.com/buildbot/buildbot-infra/compare/5d872bf4abb2...810c9d58b39f From noreply at github.com Wed Dec 3 16:31:37 2014 From: noreply at github.com (GitHub) Date: Wed, 03 Dec 2014 08:31:37 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 02f8d9: Remove unused test code Message-ID: <547f3ae9c6915_169e3f9dcfe6b2a0784fd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 02f8d94cfd36ae1a0104d13d50f58698cf9716a7 https://github.com/buildbot/buildbot/commit/02f8d94cfd36ae1a0104d13d50f58698cf9716a7 Author: Dustin J. Mitchell Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/buildbot/test/unit/test_data_logchunks.py Log Message: ----------- Remove unused test code Commit: 63b4b709cda46f821f9108083efe8b957cb3fff2 https://github.com/buildbot/buildbot/commit/63b4b709cda46f821f9108083efe8b957cb3fff2 Author: Mikhail Sobolev Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/test/unit/test_data_logchunks.py Log Message: ----------- Merge pull request #1403 from djmitche/reomve-unused-test-code Remove unused test code Compare: https://github.com/buildbot/buildbot/compare/f4d95f04dc20...63b4b709cda4 From noreply at github.com Wed Dec 3 17:24:07 2014 From: noreply at github.com (GitHub) Date: Wed, 03 Dec 2014 09:24:07 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 982041: make Mock.assert_not_called do what it sounds like Message-ID: <547f47374f3c0_5c803f8da47312b8312a8@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 982041d6f1553873c21b8176b38d1b021001f6f9 https://github.com/buildbot/buildbot/commit/982041d6f1553873c21b8176b38d1b021001f6f9 Author: Dustin J. Mitchell Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/mock_asserts.py Log Message: ----------- make Mock.assert_not_called do what it sounds like Commit: 5e0cffe47dc6b970cc583194fa827ec56333291b https://github.com/buildbot/buildbot/commit/5e0cffe47dc6b970cc583194fa827ec56333291b Author: Mikhail Sobolev Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/monkeypatches/__init__.py A master/buildbot/monkeypatches/mock_asserts.py Log Message: ----------- Merge pull request #1405 from djmitche/assert_not_called make Mock.assert_not_called do what it sounds like Compare: https://github.com/buildbot/buildbot/compare/63b4b709cda4...5e0cffe47dc6 From noreply at github.com Wed Dec 3 17:35:56 2014 From: noreply at github.com (GitHub) Date: Wed, 03 Dec 2014 09:35:56 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] f47501: Make {{ansible_managed}} constant Message-ID: <547f49fc480f1_66e53fb2b11db2a01110f0@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: f475013e940d393af756447f9ab141a94d9fbab3 https://github.com/buildbot/buildbot-infra/commit/f475013e940d393af756447f9ab141a94d9fbab3 Author: Dustin J. Mitchell Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M ansible.cfg Log Message: ----------- Make {{ansible_managed}} constant Commit: 85002c01ef8065731a9f5ca9c8b991169a1e627a https://github.com/buildbot/buildbot-infra/commit/85002c01ef8065731a9f5ca9c8b991169a1e627a Author: Mikhail Sobolev Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M ansible.cfg Log Message: ----------- Merge pull request #32 from djmitche/ansible-managed Make {{ansible_managed}} constant Compare: https://github.com/buildbot/buildbot-infra/compare/810c9d58b39f...85002c01ef80 From noreply at github.com Thu Dec 4 16:08:33 2014 From: noreply at github.com (GitHub) Date: Thu, 04 Dec 2014 08:08:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] da8661: allow Buildbot to run without buildbot-www, if no ... Message-ID: <54808701b561d_716e3ff23b32b2bc8942b@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: da8661580a41413f7c6179e2ecb5672ba6c9c1cb https://github.com/buildbot/buildbot/commit/da8661580a41413f7c6179e2ecb5672ba6c9c1cb Author: Dustin J. Mitchell Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M master/buildbot/www/service.py Log Message: ----------- allow Buildbot to run without buildbot-www, if no c['www']['port'] is present Commit: b53998a3fac5f15d0a1d5c7bd90561f7dfec779d https://github.com/buildbot/buildbot/commit/b53998a3fac5f15d0a1d5c7bd90561f7dfec779d Author: Dustin J. Mitchell Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/config.py M master/buildbot/test/unit/test_config.py M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-www.rst Log Message: ----------- remove c['www']['url'] in favor of the existing c['buildbotURL'] Commit: 637f265a00ddce2cd695b33f1022748a10890841 https://github.com/buildbot/buildbot/commit/637f265a00ddce2cd695b33f1022748a10890841 Author: Mikhail Sobolev Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M master/buildbot/config.py M master/buildbot/test/unit/test_config.py M master/buildbot/www/service.py M master/docs/manual/cfg-global.rst M master/docs/manual/cfg-www.rst Log Message: ----------- Merge pull request #1407 from djmitche/bug2844 Remove `c['www']['url']`, keepign the existing `c['buildbotURL']` Compare: https://github.com/buildbot/buildbot/compare/5e0cffe47dc6...637f265a00dd From noreply at github.com Thu Dec 4 16:09:06 2014 From: noreply at github.com (GitHub) Date: Thu, 04 Dec 2014 08:09:06 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0c4d5a: Don't document categories any more, use tags Message-ID: <54808722b1cd4_9933fb70105f29c513e@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0c4d5a2dc3911aa44b7bbe6ca55251cf6725ee69 https://github.com/buildbot/buildbot/commit/0c4d5a2dc3911aa44b7bbe6ca55251cf6725ee69 Author: Beno?t Allard Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Don't document categories any more, use tags Commit: 1d3c49bc88d1a59c382a741a48ad0e96f940677b https://github.com/buildbot/buildbot/commit/1d3c49bc88d1a59c382a741a48ad0e96f940677b Author: Mikhail Sobolev Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M master/docs/manual/cfg-builders.rst M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge pull request #1413 from benallard/doc_tags Don't document categories any more, use tags Compare: https://github.com/buildbot/buildbot/compare/637f265a00dd...1d3c49bc88d1 From noreply at github.com Thu Dec 4 16:09:19 2014 From: noreply at github.com (GitHub) Date: Thu, 04 Dec 2014 08:09:19 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c3126d: Make status.word a bit more generic Message-ID: <5480872f17745_29513f9a1f70b2c064580@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c3126d5e87a519ac2cf03917750658e427f6eab5 https://github.com/buildbot/buildbot/commit/c3126d5e87a519ac2cf03917750658e427f6eab5 Author: Beno?t Allard Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_words.py Log Message: ----------- Make status.word a bit more generic Commit: e1793f7c4126d1c0beb44a81aa847be6018bf432 https://github.com/buildbot/buildbot/commit/e1793f7c4126d1c0beb44a81aa847be6018bf432 Author: Beno?t Allard Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: A master/buildbot/status/irc.py M master/buildbot/status/words.py A master/buildbot/test/unit/test_status_irc.py M master/buildbot/test/unit/test_status_words.py M master/setup.py Log Message: ----------- Move the IRC stuff to an irc module Commit: 3f55eb29c9862f64c0eab98d46f07805111e6e12 https://github.com/buildbot/buildbot/commit/3f55eb29c9862f64c0eab98d46f07805111e6e12 Author: Beno?t Allard Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/status/irc.py M master/buildbot/test/unit/test_status_irc.py Log Message: ----------- Code style cleanup Commit: 601109c547e82d2667118b441ad2f4651cb7eb04 https://github.com/buildbot/buildbot/commit/601109c547e82d2667118b441ad2f4651cb7eb04 Author: Beno?t Allard Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/status/irc.py Log Message: ----------- Remove duplicated class (shouldn't have come here) Commit: d95478a61a9a4b15853bf848a8f72acbf5343b21 https://github.com/buildbot/buildbot/commit/d95478a61a9a4b15853bf848a8f72acbf5343b21 Author: Beno?t Allard Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/status/irc.py Log Message: ----------- Remove unused import Commit: 654a685f065528b04d9b920cab4ead86acff796f https://github.com/buildbot/buildbot/commit/654a685f065528b04d9b920cab4ead86acff796f Author: Mikhail Sobolev Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: A master/buildbot/status/irc.py M master/buildbot/status/words.py A master/buildbot/test/unit/test_status_irc.py M master/buildbot/test/unit/test_status_words.py M master/setup.py Log Message: ----------- Merge pull request #1410 from benallard/XMPP Xmpp 1st part (actually not XMPP at all) Compare: https://github.com/buildbot/buildbot/compare/1d3c49bc88d1...654a685f0655 From noreply at github.com Thu Dec 4 16:11:20 2014 From: noreply at github.com (GitHub) Date: Thu, 04 Dec 2014 08:11:20 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b24f0e: add a steps.hidden column, defaulting to 0 Message-ID: <548087a8603d_ace3fb9a002d2a03572b@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b24f0e6479c356c8d4dc86f0fd18a5edc61b9620 https://github.com/buildbot/buildbot/commit/b24f0e6479c356c8d4dc86f0fd18a5edc61b9620 Author: Dustin J. Mitchell Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: A master/buildbot/db/migrate/versions/044_add_step_hidden.py M master/buildbot/db/model.py A master/buildbot/test/unit/test_db_migrate_versions_044_add_step_hidden.py Log Message: ----------- add a steps.hidden column, defaulting to 0 Commit: 0665b5040419ca696b7226a3340b276969d9361c https://github.com/buildbot/buildbot/commit/0665b5040419ca696b7226a3340b276969d9361c Author: Dustin J. Mitchell Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/data/steps.py M master/buildbot/db/steps.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/util/validation.py M master/docs/developer/database.rst Log Message: ----------- add support for hidden steps at the DB layer Commit: 077f692096640022d815c133e3a2847937f5beb3 https://github.com/buildbot/buildbot/commit/077f692096640022d815c133e3a2847937f5beb3 Author: Dustin J. Mitchell Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/data/steps.py M master/buildbot/process/buildstep.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/unit/test_data_steps.py M master/buildbot/test/util/validation.py M master/docs/developer/rtype-step.rst Log Message: ----------- add data API support for hidden steps Commit: 37331aa0fdfcb2d78c5ff1627170dfb9e9294148 https://github.com/buildbot/buildbot/commit/37331aa0fdfcb2d78c5ff1627170dfb9e9294148 Author: Dustin J. Mitchell Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M www/base/src/app/common/directives/buildsummary/buildsummary.directive.coffee Log Message: ----------- don't show hidden steps Commit: a05f71e69695b48a8ddb97efe19c413f040ad83f https://github.com/buildbot/buildbot/commit/a05f71e69695b48a8ddb97efe19c413f040ad83f Author: Mikhail Sobolev Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M master/buildbot/data/steps.py A master/buildbot/db/migrate/versions/044_add_step_hidden.py M master/buildbot/db/model.py M master/buildbot/db/steps.py M master/buildbot/process/buildstep.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_steps.py A master/buildbot/test/unit/test_db_migrate_versions_044_add_step_hidden.py M master/buildbot/test/unit/test_db_steps.py M master/buildbot/test/util/validation.py M master/docs/developer/database.rst M master/docs/developer/rtype-step.rst M www/base/src/app/common/directives/buildsummary/buildsummary.directive.coffee Log Message: ----------- Merge pull request #1409 from djmitche/hidden-steps Add support for hidden steps Compare: https://github.com/buildbot/buildbot/compare/654a685f0655...a05f71e69695 From noreply at github.com Thu Dec 4 16:11:51 2014 From: noreply at github.com (GitHub) Date: Thu, 04 Dec 2014 08:11:51 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] e5c493: Remove obsolete footnotes (was about the web statu... Message-ID: <548087c7230ea_76683f95de9752bc787d9@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: e5c493e3b85f9812cd454d515c66f0b0094a5552 https://github.com/buildbot/buildbot/commit/e5c493e3b85f9812cd454d515c66f0b0094a5552 Author: Beno?t Allard Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Remove obsolete footnotes (was about the web status) Commit: 384d23e0c881a727f94fdd82b5875fa23b7215a3 https://github.com/buildbot/buildbot/commit/384d23e0c881a727f94fdd82b5875fa23b7215a3 Author: Mikhail Sobolev Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge pull request #1412 from benallard/patch-4 Remove obsolete footnotes (was about the web status) Compare: https://github.com/buildbot/buildbot/compare/a05f71e69695...384d23e0c881 From noreply at github.com Thu Dec 4 17:19:23 2014 From: noreply at github.com (GitHub) Date: Thu, 04 Dec 2014 09:19:23 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 780ece: serialize remoteCommand Message-ID: <5480979b7af27_73af3fd12bbcb2b8834fb@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 780ece04e7a5edcbc3703e773013bddf794da170 https://github.com/buildbot/buildbot/commit/780ece04e7a5edcbc3703e773013bddf794da170 Author: Pierre Tardy Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/process/remotecommand.py Log Message: ----------- serialize remoteCommand Remotecommands updates are started in order, but are not garanteed to finish in order We introduce a lock to make sure everything is serialized. With buildbot nine, lots of the updates are doing asyncrhnous stuff like log update and thus are definitly not finishing in order, thus a whole new class of weird behaviour. Signed-off-by: Pierre Tardy Commit: bf7b28ad728528eb0823107a35841b8a59f5ae74 https://github.com/buildbot/buildbot/commit/bf7b28ad728528eb0823107a35841b8a59f5ae74 Author: Pierre Tardy Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: A master/buildbot/test/integration/test_setproperyfromcommand.py Log Message: ----------- integration test for TRAC-3024 Commit: 7d8c04eca10f5b99be995beba11e0e7d200694fb https://github.com/buildbot/buildbot/commit/7d8c04eca10f5b99be995beba11e0e7d200694fb Author: Pierre Tardy Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M master/buildbot/test/integration/test_customservices.py M master/buildbot/test/integration/test_setproperyfromcommand.py M master/buildbot/test/util/integration.py Log Message: ----------- factorize integration test's forceBuild Signed-off-by: Pierre Tardy Commit: 845ad50673a0f0b36b1f006700162894acaa3fb6 https://github.com/buildbot/buildbot/commit/845ad50673a0f0b36b1f006700162894acaa3fb6 Author: Mikhail Sobolev Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M master/buildbot/process/remotecommand.py M master/buildbot/test/integration/test_customservices.py A master/buildbot/test/integration/test_setproperyfromcommand.py M master/buildbot/test/util/integration.py Log Message: ----------- Merge pull request #1411 from tardyp/t3024 serialize remoteCommand Compare: https://github.com/buildbot/buildbot/compare/384d23e0c881...845ad50673a0 From noreply at github.com Thu Dec 4 17:18:28 2014 From: noreply at github.com (GitHub) Date: Thu, 04 Dec 2014 09:18:28 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] bc7243: add pgsql to the list of hosts on s3.bb.net Message-ID: <54809764bb7e6_7c8d3f8c8375f2c0398a1@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: bc7243e311147a8e4d244a808a6cc06ec7978c20 https://github.com/buildbot/buildbot-infra/commit/bc7243e311147a8e4d244a808a6cc06ec7978c20 Author: Mikhail Sobolev Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M docs/network.txt Log Message: ----------- add pgsql to the list of hosts on s3.bb.net Commit: 804895e24b62b546cf833c4809ab38b4afe186a3 https://github.com/buildbot/buildbot-infra/commit/804895e24b62b546cf833c4809ab38b4afe186a3 Author: Mikhail Sobolev Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M docs/network.txt Log Message: ----------- Merge pull request #33 from sa2ajj/add-pgsql add pgsql to the list of hosts on s3.bb.net Compare: https://github.com/buildbot/buildbot-infra/compare/85002c01ef80...804895e24b62 From noreply at github.com Thu Dec 4 20:44:57 2014 From: noreply at github.com (GitHub) Date: Thu, 04 Dec 2014 12:44:57 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 98771e: add vault password to the secrets Message-ID: <5480c7c9d6fe4_2d7a3f9657a9f2b8539d5@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 98771e10c446d84c30437f5f0034c5e7da93de06 https://github.com/buildbot/buildbot-infra/commit/98771e10c446d84c30437f5f0034c5e7da93de06 Author: Mikhail Sobolev Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- add vault password to the secrets Commit: fd07b9a1c59a9731009ae27d9cb634ab164a21fe https://github.com/buildbot/buildbot-infra/commit/fd07b9a1c59a9731009ae27d9cb634ab164a21fe Author: Mikhail Sobolev Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- re-introduce slave passwords for nine Commit: ebd2fad1ead72970cc7caa8c76fcb8856f031cbf https://github.com/buildbot/buildbot-infra/commit/ebd2fad1ead72970cc7caa8c76fcb8856f031cbf Author: Dustin J. Mitchell Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- Merge sa2ajj/buildbot-infra:add-vault-password (PR #34) Compare: https://github.com/buildbot/buildbot-infra/compare/804895e24b62...ebd2fad1ead7 From noreply at github.com Fri Dec 5 16:00:48 2014 From: noreply at github.com (GitHub) Date: Fri, 05 Dec 2014 08:00:48 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 2ca930: Fix typo Message-ID: <5481d6b0848e5_6c603fa869e9b2bc534a8@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2ca93013b4bf94d006357d2d0eb4ef1a060f4cbb https://github.com/buildbot/buildbot/commit/2ca93013b4bf94d006357d2d0eb4ef1a060f4cbb Author: Olly Betts Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/buildbot/status/words.py Log Message: ----------- Fix typo Commit: 0d77247a4ba6b027e376ba7403616d86a3c04b96 https://github.com/buildbot/buildbot/commit/0d77247a4ba6b027e376ba7403616d86a3c04b96 Author: Mikhail Sobolev Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/buildbot/status/words.py Log Message: ----------- Merge pull request #1416 from ojwb/patch-1 Fix typo Compare: https://github.com/buildbot/buildbot/compare/845ad50673a0...0d77247a4ba6 From noreply at github.com Fri Dec 5 16:01:24 2014 From: noreply at github.com (GitHub) Date: Fri, 05 Dec 2014 08:01:24 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0b1912: IRC: implement deprecation at the right spot Message-ID: <5481d6d482f91_6d5a3f98efb792c023352@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0b1912af6f3454ecac8265ac9fb169ae3fdd4927 https://github.com/buildbot/buildbot/commit/0b1912af6f3454ecac8265ac9fb169ae3fdd4927 Author: Beno?t Allard Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M master/buildbot/status/irc.py Log Message: ----------- IRC: implement deprecation at the right spot Commit: 4b14145f10618f3a26108452e5be71eb45350375 https://github.com/buildbot/buildbot/commit/4b14145f10618f3a26108452e5be71eb45350375 Author: Beno?t Allard Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: M master/buildbot/status/irc.py Log Message: ----------- Of course, pep8 had to fail ... Commit: dd6e5e22a5c6df2de692f78b51b2317b682ef1ea https://github.com/buildbot/buildbot/commit/dd6e5e22a5c6df2de692f78b51b2317b682ef1ea Author: Mikhail Sobolev Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/buildbot/status/irc.py Log Message: ----------- Merge pull request #1414 from benallard/irc.deprecation IRC: implement deprecation at the right spot Compare: https://github.com/buildbot/buildbot/compare/b45f3f1c2f94...dd6e5e22a5c6 From noreply at github.com Fri Dec 5 16:01:09 2014 From: noreply at github.com (GitHub) Date: Fri, 05 Dec 2014 08:01:09 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] eacb13: Improve IRC bot documentation Message-ID: <5481d6c5179de_43bb3ff21831f2a0110c8@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: eacb13a7fdf5840da5f6a54f04a01fc34a9c08a2 https://github.com/buildbot/buildbot/commit/eacb13a7fdf5840da5f6a54f04a01fc34a9c08a2 Author: Beno?t Allard Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Improve IRC bot documentation Commit: b45f3f1c2f94ff2d9ad48dc256fa7193906d536e https://github.com/buildbot/buildbot/commit/b45f3f1c2f94ff2d9ad48dc256fa7193906d536e Author: Mikhail Sobolev Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge pull request #1415 from benallard/irc.doc Improve IRC bot documentation Compare: https://github.com/buildbot/buildbot/compare/0d77247a4ba6...b45f3f1c2f94 From noreply at github.com Fri Dec 5 16:03:31 2014 From: noreply at github.com (GitHub) Date: Fri, 05 Dec 2014 08:03:31 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 580a22: Set ezjail config Message-ID: <5481d7537f95c_3a8a3fe0221f32bc919c6@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 580a224240db293c594babf0df1bb278113bc528 https://github.com/buildbot/buildbot-infra/commit/580a224240db293c594babf0df1bb278113bc528 Author: Sean Kelly Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: A roles/jail/templates/ezjail.conf Log Message: ----------- Set ezjail config Commit: 19378d813f932fb98e294ec329d9ecfdedf1ea23 https://github.com/buildbot/buildbot-infra/commit/19378d813f932fb98e294ec329d9ecfdedf1ea23 Author: Sean Kelly Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: A roles/jail/tasks/main.yml Log Message: ----------- Copy config Commit: cf04dfc7064741ab40e993ea30e6c58e229e3074 https://github.com/buildbot/buildbot-infra/commit/cf04dfc7064741ab40e993ea30e6c58e229e3074 Author: Sean Kelly Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- Install FreeBSD root, with ports, for the base jail Commit: 201757863738ab0b834032746e93f57000333ad1 https://github.com/buildbot/buildbot-infra/commit/201757863738ab0b834032746e93f57000333ad1 Author: Sean Kelly Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: A roles/jail/files/flavours/base/etc/make.conf A roles/jail/files/flavours/base/etc/periodic.conf A roles/jail/files/flavours/base/etc/rc.conf A roles/jail/files/flavours/base/ezjail.flavour Log Message: ----------- Add base flavour config The jails will be configured via Ansible so minimal configuration needs to happen from the flavour. Commit: 09a7a495f1d86b40a6bc11253dd121555ed1bedf https://github.com/buildbot/buildbot-infra/commit/09a7a495f1d86b40a6bc11253dd121555ed1bedf Author: Sean Kelly Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- Create config and jail Commit: f3c423724d8267475da6333e7998ecd199fc90f6 https://github.com/buildbot/buildbot-infra/commit/f3c423724d8267475da6333e7998ecd199fc90f6 Author: Sean Kelly Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- Enable jails in /etc/rc.conf Commit: 79ae8dc36810b58c03b46f857b7c3486549efd36 https://github.com/buildbot/buildbot-infra/commit/79ae8dc36810b58c03b46f857b7c3486549efd36 Author: Sean Kelly Date: 2014-11-25 (Tue, 25 Nov 2014) Changed paths: M roles/jail/files/flavours/base/etc/make.conf Log Message: ----------- Use OPTIONS option in make.conf for FreeBSD 10 Commit: 1b10510f464ba0f70c7a565aaf21143ccda8148a https://github.com/buildbot/buildbot-infra/commit/1b10510f464ba0f70c7a565aaf21143ccda8148a Author: Sean Kelly Date: 2014-11-26 (Wed, 26 Nov 2014) Changed paths: A jail.yml Log Message: ----------- Add a demo playbook that uses jail role Commit: 08a512613fab91a704097a6875090966c46c2807 https://github.com/buildbot/buildbot-infra/commit/08a512613fab91a704097a6875090966c46c2807 Author: Sean Kelly Date: 2014-12-01 (Mon, 01 Dec 2014) Changed paths: M jail.yml Log Message: ----------- Reformat example jail playbook to be more readable Commit: 0f77929d3f7661aa98ca2b7dfbab06f495f57058 https://github.com/buildbot/buildbot-infra/commit/0f77929d3f7661aa98ca2b7dfbab06f495f57058 Author: Sean Kelly Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- Install ezjail Commit: b0e2b27059a040a4a30b9529141c800261381c9b https://github.com/buildbot/buildbot-infra/commit/b0e2b27059a040a4a30b9529141c800261381c9b Author: Sean Kelly Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M roles/jail/tasks/main.yml M roles/jail/templates/ezjail.conf A roles/jail/vars/main.yml Log Message: ----------- Add variables for ezjail base and jail log directories Commit: 9314fb9a0ca0511cd620ae872fdc83ce495cf386 https://github.com/buildbot/buildbot-infra/commit/9314fb9a0ca0511cd620ae872fdc83ce495cf386 Author: Sean Kelly Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- Create jail log directory Commit: 458d8bad1b883b287958cca6f2f45c2b35f5c151 https://github.com/buildbot/buildbot-infra/commit/458d8bad1b883b287958cca6f2f45c2b35f5c151 Author: Sean Kelly Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- Get the jail safe name This is the safe name that is used to identify it in /etc/jail.conf. Commit: bdaaaa5eb40daf16095fac4685e07e40daddf36f https://github.com/buildbot/buildbot-infra/commit/bdaaaa5eb40daf16095fac4685e07e40daddf36f Author: Sean Kelly Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- Insert jail into /etc/jail.conf Commit: d573b2b1821aa1de1fec55bf31e756b3b3f6bf86 https://github.com/buildbot/buildbot-infra/commit/d573b2b1821aa1de1fec55bf31e756b3b3f6bf86 Author: Sean Kelly Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- never changed rebase onto safename Commit: e35736e148b260d4fa6199ef7dad8f1390f62ecf https://github.com/buildbot/buildbot-infra/commit/e35736e148b260d4fa6199ef7dad8f1390f62ecf Author: Sean Kelly Date: 2014-12-02 (Tue, 02 Dec 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- Fix creates for ezjail-admin install The config file is created in /usr/local/etc/ezjail and uses the jail's safe name. Commit: e64a64fc03553fc8286a3933a7fecc15a00a8486 https://github.com/buildbot/buildbot-infra/commit/e64a64fc03553fc8286a3933a7fecc15a00a8486 Author: Sean Kelly Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- Be explicit about the state of the package Commit: 9f5cfcfb47d1af2c32797d4a5d51b6d731e4eaa8 https://github.com/buildbot/buildbot-infra/commit/9f5cfcfb47d1af2c32797d4a5d51b6d731e4eaa8 Author: Sean Kelly Date: 2014-12-03 (Wed, 03 Dec 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- Duh, use service module Commit: 2f453df23e1249a24b4d9caea23c599f7f178815 https://github.com/buildbot/buildbot-infra/commit/2f453df23e1249a24b4d9caea23c599f7f178815 Author: Sean Kelly Date: 2014-12-04 (Thu, 04 Dec 2014) Changed paths: R jail.yml A roles/jail/README.rst Log Message: ----------- Add a README describing briefly how to use the jail role Unsure whether this should go in the docs or the directory of the role. I opted for the latter thinking if someone wanted to learn how to use the role, they would be more likely to look in the role's directory. Commit: 6dc4a0d143a75b7e1ec4dbe9a33d82357936eada https://github.com/buildbot/buildbot-infra/commit/6dc4a0d143a75b7e1ec4dbe9a33d82357936eada Author: Mikhail Sobolev Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: A roles/jail/README.rst A roles/jail/files/flavours/base/etc/make.conf A roles/jail/files/flavours/base/etc/periodic.conf A roles/jail/files/flavours/base/etc/rc.conf A roles/jail/files/flavours/base/ezjail.flavour A roles/jail/tasks/main.yml A roles/jail/templates/ezjail.conf A roles/jail/vars/main.yml Log Message: ----------- Merge pull request #21 from seankelly/jail-role Jail role Compare: https://github.com/buildbot/buildbot-infra/compare/ebd2fad1ead7...6dc4a0d143a7 From noreply at github.com Fri Dec 5 18:11:57 2014 From: noreply at github.com (GitHub) Date: Fri, 05 Dec 2014 10:11:57 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 6ecc30: nine.buildbot.buildbot.net was removed from Amazon Message-ID: <5481f56d5cc8d_46763fe922d6d29c555fc@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 6ecc305a60a40c4b8efd746bca7019ff371882a5 https://github.com/buildbot/buildbot-infra/commit/6ecc305a60a40c4b8efd746bca7019ff371882a5 Author: Mikhail Sobolev Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M docs/hardware.txt Log Message: ----------- nine.buildbot.buildbot.net was removed from Amazon See ticket:2851 for details on having it installed on bb-infra. Commit: bd0dc6d5108abf5dec85597dd2733cd22b64a9b9 https://github.com/buildbot/buildbot-infra/commit/bd0dc6d5108abf5dec85597dd2733cd22b64a9b9 Author: Dustin J. Mitchell Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M docs/hardware.txt A roles/jail/README.rst A roles/jail/files/flavours/base/etc/make.conf A roles/jail/files/flavours/base/etc/periodic.conf A roles/jail/files/flavours/base/etc/rc.conf A roles/jail/files/flavours/base/ezjail.flavour A roles/jail/tasks/main.yml A roles/jail/templates/ezjail.conf A roles/jail/vars/main.yml Log Message: ----------- Merge sa2ajj/buildbot-infra:remove-nine-bb-bb-net (PR #36) Compare: https://github.com/buildbot/buildbot-infra/compare/6dc4a0d143a7...bd0dc6d5108a From noreply at github.com Fri Dec 5 18:58:36 2014 From: noreply at github.com (GitHub) Date: Fri, 05 Dec 2014 10:58:36 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 2a0677: do not collect facts for this operation Message-ID: <5482005c451fa_4f253fe0c1d7729c9375f@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 2a067758ea287a624602b83a7cc07a0cc2337044 https://github.com/buildbot/buildbot-infra/commit/2a067758ea287a624602b83a7cc07a0cc2337044 Author: Mikhail Sobolev Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M load-secrets.yml Log Message: ----------- do not collect facts for this operation Commit: 5e22d403deb405a0535ffa64a3547a1ca964ce85 https://github.com/buildbot/buildbot-infra/commit/5e22d403deb405a0535ffa64a3547a1ca964ce85 Author: Dustin J. Mitchell Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M load-secrets.yml Log Message: ----------- Merge sa2ajj/buildbot-infra:fix-secret-loading (PR #35) Compare: https://github.com/buildbot/buildbot-infra/compare/bd0dc6d5108a...5e22d403deb4 From noreply at github.com Fri Dec 5 19:04:33 2014 From: noreply at github.com (GitHub) Date: Fri, 05 Dec 2014 11:04:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d10f52: Fix: Month not passed to NightlyBase Scheduler cla... Message-ID: <548201c184cb9_47cf3fbf8b3b92c0702cd@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d10f52e254bb2846c3ce34747aa4d5d9a2a7d897 https://github.com/buildbot/buildbot/commit/d10f52e254bb2846c3ce34747aa4d5d9a2a7d897 Author: Stefan Gangefors Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py Log Message: ----------- Fix: Month not passed to NightlyBase Scheduler class Nightly and NightlyTriggerable doesn't pass on the month param to their base class. Commit: 74e3574e8846b436c65aeea5ba79460eb91f34cd https://github.com/buildbot/buildbot/commit/74e3574e8846b436c65aeea5ba79460eb91f34cd Author: Stefan Gangefors Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Reordered params to mirror base class order. Commit: 6eed0b4a843200dd72fc81ea01c60a6b3fe8a1ef https://github.com/buildbot/buildbot/commit/6eed0b4a843200dd72fc81ea01c60a6b3fe8a1ef Author: Mikhail Sobolev Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_Nightly.py M master/buildbot/test/unit/test_schedulers_timed_NightlyTriggerable.py Log Message: ----------- Merge pull request #1418 from gangefors/fix/month_not_passed_to_nightlybase Fix: Month not passed to NightlyBase scheduler class Compare: https://github.com/buildbot/buildbot/compare/dd6e5e22a5c6...6eed0b4a8432 From noreply at github.com Sat Dec 6 16:07:03 2014 From: noreply at github.com (GitHub) Date: Sat, 06 Dec 2014 08:07:03 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] bd53e1: Allow legacy describe to work before command is fi... Message-ID: <548329a778bc6_1aaa3fdf9f6372c07670@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: bd53e1e987a9d0a0f13835bea7c36f1520fd9c3c https://github.com/buildbot/buildbot/commit/bd53e1e987a9d0a0f13835bea7c36f1520fd9c3c Author: Dustin J. Mitchell Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/buildbot/steps/python_twisted.py Log Message: ----------- Allow legacy describe to work before command is finished Fixes #3096. Commit: 6389113a730f7838bdece6ff2e5238b9d526c070 https://github.com/buildbot/buildbot/commit/6389113a730f7838bdece6ff2e5238b9d526c070 Author: Mikhail Sobolev Date: 2014-12-06 (Sat, 06 Dec 2014) Changed paths: M master/buildbot/steps/python_twisted.py Log Message: ----------- Merge pull request #1419 from djmitche/bug3096 Allow legacy describe to work before command is finished Compare: https://github.com/buildbot/buildbot/compare/6eed0b4a8432...6389113a730f From noreply at github.com Sat Dec 6 16:07:38 2014 From: noreply at github.com (GitHub) Date: Sat, 06 Dec 2014 08:07:38 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 276647: Refactor housekeeping when a master stops Message-ID: <548329ca3dad6_609c3f81812df2c099533@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2766479d4d7a3cddd49118fa44dbd155f33d48c7 https://github.com/buildbot/buildbot/commit/2766479d4d7a3cddd49118fa44dbd155f33d48c7 Author: Dustin J. Mitchell Date: 2014-12-06 (Sat, 06 Dec 2014) Changed paths: M master/buildbot/data/masters.py M master/buildbot/db/builds.py M master/buildbot/master.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_master.py M master/docs/developer/database.rst M master/docs/developer/rtype-master.rst Log Message: ----------- Refactor housekeeping when a master stops Handle stopped masters (whether expired or normal shutdown) within the data API. Be careful to stop steps and logs as well as builds and build requests, and do so with the data API. Commit: a0fad723623d22bf3be17d97648969b2c236d067 https://github.com/buildbot/buildbot/commit/a0fad723623d22bf3be17d97648969b2c236d067 Author: Dustin J. Mitchell Date: 2014-12-06 (Sat, 06 Dec 2014) Changed paths: M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- remove uses of .format Commit: 2d2bb4c1a9767e64ce53c1d8742cbe39f7d0b9f8 https://github.com/buildbot/buildbot/commit/2d2bb4c1a9767e64ce53c1d8742cbe39f7d0b9f8 Author: Dustin J. Mitchell Date: 2014-12-06 (Sat, 06 Dec 2014) Changed paths: M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- use the correct mock method Commit: 05c400883e077393249076c5008da6560e0bb799 https://github.com/buildbot/buildbot/commit/05c400883e077393249076c5008da6560e0bb799 Author: Mikhail Sobolev Date: 2014-12-06 (Sat, 06 Dec 2014) Changed paths: M master/buildbot/data/masters.py M master/buildbot/db/builds.py M master/buildbot/master.py M master/buildbot/test/fake/fakedata.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_masters.py M master/buildbot/test/unit/test_db_builds.py M master/buildbot/test/unit/test_master.py M master/docs/developer/database.rst M master/docs/developer/rtype-master.rst Log Message: ----------- Merge pull request #1408 from djmitche/bug3073 Refactor housekeeping when a master stops Compare: https://github.com/buildbot/buildbot/compare/6389113a730f...05c400883e07 From noreply at github.com Sat Dec 6 16:54:27 2014 From: noreply at github.com (GitHub) Date: Sat, 06 Dec 2014 08:54:27 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] f79fbe: Words: Add a forgotten defered Message-ID: <548334c364bb3_1c2b3ff76046b29c97424@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: f79fbe634df2a3378f18cc9e3ae2fcf8967a0529 https://github.com/buildbot/buildbot/commit/f79fbe634df2a3378f18cc9e3ae2fcf8967a0529 Author: Beno?t Allard Date: 2014-12-06 (Sat, 06 Dec 2014) Changed paths: M master/buildbot/status/words.py Log Message: ----------- Words: Add a forgotten defered Commit: f58dc3326443623ee818bd846f87b9bedd3612aa https://github.com/buildbot/buildbot/commit/f58dc3326443623ee818bd846f87b9bedd3612aa Author: Mikhail Sobolev Date: 2014-12-06 (Sat, 06 Dec 2014) Changed paths: M master/buildbot/status/words.py Log Message: ----------- Merge pull request #1420 from benallard/t3094 Words: Add a forgotten defered Fixes ticket:3094 Compare: https://github.com/buildbot/buildbot/compare/05c400883e07...f58dc3326443 From noreply at github.com Sun Dec 7 17:29:32 2014 From: noreply at github.com (GitHub) Date: Sun, 07 Dec 2014 09:29:32 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 5783ea: Use `''` as the default for repository Message-ID: <54848e7c6e790_54893f8bc37a72c058751@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5783ea3189475ea5a4936d5418edaf71a90dc038 https://github.com/buildbot/buildbot/commit/5783ea3189475ea5a4936d5418edaf71a90dc038 Author: Dustin J. Mitchell Date: 2014-12-06 (Sat, 06 Dec 2014) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_base.py Log Message: ----------- Use `''` as the default for repository These repository field of a source stamp is not allowed to be None. Commit: 94b7f5d5b149b6162d79940448f40687bb7608dd https://github.com/buildbot/buildbot/commit/94b7f5d5b149b6162d79940448f40687bb7608dd Author: Dustin J. Mitchell Date: 2014-12-06 (Sat, 06 Dec 2014) Changed paths: M master/buildbot/schedulers/base.py M master/docs/manual/cfg-schedulers.rst Log Message: ----------- Don't require 'repository' in codebases This also cleans up the documentation for the parameter. Commit: e09c7e19cadf92a87ac5428a06ef8f4a9364a289 https://github.com/buildbot/buildbot/commit/e09c7e19cadf92a87ac5428a06ef8f4a9364a289 Author: Mikhail Sobolev Date: 2014-12-07 (Sun, 07 Dec 2014) Changed paths: M master/buildbot/schedulers/base.py M master/buildbot/test/unit/test_schedulers_base.py M master/docs/manual/cfg-schedulers.rst Log Message: ----------- Merge pull request #1406 from djmitche/sourcestamp-requires-repository Use `''` as the default for repository and project Compare: https://github.com/buildbot/buildbot/compare/f58dc3326443...e09c7e19cadf From noreply at github.com Mon Dec 8 16:05:33 2014 From: noreply at github.com (GitHub) Date: Mon, 08 Dec 2014 08:05:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 2d594c: Remove remaining c['www']['url'] Message-ID: <5485cc4dadd5d_643f3ff8de7f32a0729b@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2d594c102ca040fee3895cbda6e41f7b26b7342c https://github.com/buildbot/buildbot/commit/2d594c102ca040fee3895cbda6e41f7b26b7342c Author: Vadim Rutkovsky Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/buildbot/test/integration/test_www.py M master/buildbot/www/avatar.py M master/buildbot/www/oauth2.py M master/buildbot/www/resource.py M master/buildbot/www/rest.py Log Message: ----------- Remove remaining c['www']['url'] This removes all the occurrences of ['www']['url'] after commit b53998a3fac5f15d0a1d5c7bd90561f7dfec779d Commit: 7228d52515ce7cdaf95162d3f9887b254736c5ba https://github.com/buildbot/buildbot/commit/7228d52515ce7cdaf95162d3f9887b254736c5ba Author: Vadim Rutkovsky Date: 2014-12-05 (Fri, 05 Dec 2014) Changed paths: M master/buildbot/test/fake/fakemaster.py Log Message: ----------- tests: set buildbotURL in tests Commit: fdb2a88619f37b1afbb409e5e6ca0ee77dea7f77 https://github.com/buildbot/buildbot/commit/fdb2a88619f37b1afbb409e5e6ca0ee77dea7f77 Author: Beno?t Allard Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M master/buildbot/test/unit/test_www_config.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/util/www.py M master/buildbot/www/oauth2.py Log Message: ----------- Finish PR/1417 (make test pass) Commit: 09b5057bca96d3d3422c3a3a3e09aac1ce3b3e75 https://github.com/buildbot/buildbot/commit/09b5057bca96d3d3422c3a3a3e09aac1ce3b3e75 Author: Mikhail Sobolev Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M master/buildbot/test/fake/fakemaster.py M master/buildbot/test/integration/test_www.py M master/buildbot/test/unit/test_www_config.py M master/buildbot/test/unit/test_www_service.py M master/buildbot/test/util/www.py M master/buildbot/www/avatar.py M master/buildbot/www/oauth2.py M master/buildbot/www/resource.py M master/buildbot/www/rest.py Log Message: ----------- Merge pull request #1422 from benallard/pr/1417 Pr/1417 Compare: https://github.com/buildbot/buildbot/compare/e09c7e19cadf...09b5057bca96 From noreply at github.com Mon Dec 8 16:17:21 2014 From: noreply at github.com (GitHub) Date: Mon, 08 Dec 2014 08:17:21 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] a079fd: mention that we display all changes since the last... Message-ID: <5485cf11631fe_65503fc395d052bc49944@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a079fd558db42b48ce902cf12c85ce49b5927c39 https://github.com/buildbot/buildbot/commit/a079fd558db42b48ce902cf12c85ce49b5927c39 Author: Beno?t Allard Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- mention that we display all changes since the last successful build. Commit: 4c5af19eb9440c8ec382434f1501c7e435b4555d https://github.com/buildbot/buildbot/commit/4c5af19eb9440c8ec382434f1501c7e435b4555d Author: Mikhail Sobolev Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1423 from benallard/patch-1 mention that we display all changes since the last successful build. Compare: https://github.com/buildbot/buildbot/compare/09b5057bca96...4c5af19eb944 From noreply at github.com Mon Dec 8 18:29:06 2014 From: noreply at github.com (GitHub) Date: Mon, 08 Dec 2014 10:29:06 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] e1e427: start creation of nginx role Message-ID: <5485edf24cd4e_5dae3fcd99bff29c554b@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: e1e427a13d4728e768c88df8fb520f22e05ca77b https://github.com/buildbot/buildbot-infra/commit/e1e427a13d4728e768c88df8fb520f22e05ca77b Author: Mikhail Sobolev Date: 2014-12-07 (Sun, 07 Dec 2014) Changed paths: A roles/nginx/handlers/main.yml A roles/nginx/tasks/main.yml A roles/nginx/templates/nginx.conf A roles/nginx/vars/main.yml Log Message: ----------- start creation of nginx role * install the package * enable the service * make sure it's running * copy nginx.conf file to templates/ directory * render the template * add a handler to reload nginx in case its configurations files are changed Commit: ce6fc942c6b22150d10e4b9e541f3a34615ac4bc https://github.com/buildbot/buildbot-infra/commit/ce6fc942c6b22150d10e4b9e541f3a34615ac4bc Author: Mikhail Sobolev Date: 2014-12-07 (Sun, 07 Dec 2014) Changed paths: M roles/nginx/tasks/main.yml M roles/nginx/templates/nginx.conf M roles/nginx/vars/main.yml Log Message: ----------- split nginx configuration file * add a new variable nginx_log_dir, the base directory for storing logs for nginx servers * make sure this directory exists * make nginx read {{nginx_conf_dir}}/conf.d for extra configuration parameters * make nginx read {{nginx_conf_dir}}/sites-enabled for server configurations * extract a server configuration that can be used as a template for creating new server configurations (or for checking that basic installation of nginx works) * make nginx by default to use all available cores Commit: 07e447c6a286784ddc8cf61b5541f758b9942ccd https://github.com/buildbot/buildbot-infra/commit/07e447c6a286784ddc8cf61b5541f758b9942ccd Author: Mikhail Sobolev Date: 2014-12-07 (Sun, 07 Dec 2014) Changed paths: M roles/nginx/tasks/main.yml M roles/nginx/templates/nginx.conf A roles/nginx/templates/proxy A roles/nginx/templates/static Log Message: ----------- finalise nginx role * add two templates: proxy reverse-proxy setup static static web site setup * add tasks to * create corresponding log directory * create corresponding server configuration file Commit: 317b6b35dd264cd94990fdeab45b986e3a504e44 https://github.com/buildbot/buildbot-infra/commit/317b6b35dd264cd94990fdeab45b986e3a504e44 Author: Mikhail Sobolev Date: 2014-12-07 (Sun, 07 Dec 2014) Changed paths: M roles/nginx/tasks/main.yml M roles/nginx/templates/nginx.conf M roles/nginx/vars/main.yml Log Message: ----------- create and use a spool directory not in /tmp * use it for proxy temporary files Commit: 63e9e4300e1eeb43582518bedb38e3de780e7129 https://github.com/buildbot/buildbot-infra/commit/63e9e4300e1eeb43582518bedb38e3de780e7129 Author: Mikhail Sobolev Date: 2014-12-07 (Sun, 07 Dec 2014) Changed paths: A library/getent Log Message: ----------- make a local copy of `getent` module Original is at https://github.com/ansible/ansible-modules-extras/blob/devel/system/getent.py Commit: 729cfd5e161508c4e9a254fa33c94d9806c1cb62 https://github.com/buildbot/buildbot-infra/commit/729cfd5e161508c4e9a254fa33c94d9806c1cb62 Author: Mikhail Sobolev Date: 2014-12-07 (Sun, 07 Dec 2014) Changed paths: M group_vars/all Log Message: ----------- add an account for non-privileged tasks/services * comment the purposes of service_account and worker_account Commit: b2c24ccf614dd61c2e27d4d7376c066d1514ccff https://github.com/buildbot/buildbot-infra/commit/b2c24ccf614dd61c2e27d4d7376c066d1514ccff Author: Mikhail Sobolev Date: 2014-12-07 (Sun, 07 Dec 2014) Changed paths: M local.yml Log Message: ----------- fix the local.yml * add loading of secrets * fix the name of the first task Commit: a773276f048bed48693c2948042a3bae3d8a3579 https://github.com/buildbot/buildbot-infra/commit/a773276f048bed48693c2948042a3bae3d8a3579 Author: Mikhail Sobolev Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M roles/nginx/templates/nginx.conf Log Message: ----------- put nginx logs in the same place where other nginx logs are to be found Commit: ced0d2e065015fc46c7f2f824e157b4863101a24 https://github.com/buildbot/buildbot-infra/commit/ced0d2e065015fc46c7f2f824e157b4863101a24 Author: Mikhail Sobolev Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M roles/nginx/tasks/main.yml M roles/nginx/templates/nginx.conf Log Message: ----------- rename sites-enabled to just sites Commit: b7b591362f6f1c98a8d1b2599e5f7d73b19a812a https://github.com/buildbot/buildbot-infra/commit/b7b591362f6f1c98a8d1b2599e5f7d73b19a812a Author: Mikhail Sobolev Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: A roles/nginx/README.rst Log Message: ----------- add documentation for the nginx role Commit: 49fb3fe8539f954e48c3e55bbc77804f6e11cb6b https://github.com/buildbot/buildbot-infra/commit/49fb3fe8539f954e48c3e55bbc77804f6e11cb6b Author: Mikhail Sobolev Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M group_vars/all A library/getent M local.yml A roles/nginx/README.rst A roles/nginx/handlers/main.yml A roles/nginx/tasks/main.yml A roles/nginx/templates/nginx.conf A roles/nginx/templates/proxy A roles/nginx/templates/static A roles/nginx/vars/main.yml Log Message: ----------- Merge pull request #38 from sa2ajj/goodies Goodies Compare: https://github.com/buildbot/buildbot-infra/compare/5e22d403deb4...49fb3fe8539f From noreply at github.com Mon Dec 8 18:49:45 2014 From: noreply at github.com (GitHub) Date: Mon, 08 Dec 2014 10:49:45 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 17f522: NightlyBase doesn't convert string in dayOfWeek pa... Message-ID: <5485f2c964402_6cf63fee953932bc74769@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 17f522c7a26a874bb57c43fed574e06fec157fa8 https://github.com/buildbot/buildbot/commit/17f522c7a26a874bb57c43fed574e06fec157fa8 Author: Stefan Gangefors Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py Log Message: ----------- NightlyBase doesn't convert string in dayOfWeek param No conversion is made of the value in dayOfWeek if it's a string. The value is directly passed to croniter without proper conversion. This fix handles both single string values and multiple comma separated values as well as abbreviation in the string. ("0" "5,6" "0,fri" et.c.) Commit: fdef03530fba2ec8c49c33e9dfdf6b86cdc71359 https://github.com/buildbot/buildbot/commit/fdef03530fba2ec8c49c33e9dfdf6b86cdc71359 Author: Stefan Gangefors Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M master/buildbot/schedulers/timed.py Log Message: ----------- Updated variable name and comments Commit: 71f21640e15a0bd46494a0fec79212e3137e4b2d https://github.com/buildbot/buildbot/commit/71f21640e15a0bd46494a0fec79212e3137e4b2d Author: Mikhail Sobolev Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M master/buildbot/schedulers/timed.py M master/buildbot/test/unit/test_schedulers_timed_NightlyBase.py Log Message: ----------- Merge pull request #1424 from gangefors/fix/nightly_doesnt_convert_string_in_dayofweek NightlyBase doesn't convert string in dayOfWeek param Compare: https://github.com/buildbot/buildbot/compare/4c5af19eb944...71f21640e15a From noreply at github.com Tue Dec 9 16:18:37 2014 From: noreply at github.com (GitHub) Date: Tue, 09 Dec 2014 08:18:37 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d57b00: Minor update to the docs Message-ID: <548720ddb9f2a_49773fc4882f12a052539@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d57b007e04d980dc28e6bbc86e7d84148edc48ac https://github.com/buildbot/buildbot/commit/d57b007e04d980dc28e6bbc86e7d84148edc48ac Author: Beno?t Allard Date: 2014-12-08 (Mon, 08 Dec 2014) Changed paths: M master/docs/developer/mq.rst Log Message: ----------- Minor update to the docs Commit: 78a9c84b0c8f556a2c18957453698ec9015dc112 https://github.com/buildbot/buildbot/commit/78a9c84b0c8f556a2c18957453698ec9015dc112 Author: Mikhail Sobolev Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/docs/developer/mq.rst Log Message: ----------- Merge pull request #1425 from benallard/patch-2 Minor update to the docs Compare: https://github.com/buildbot/buildbot/compare/71f21640e15a...78a9c84b0c8f From noreply at github.com Tue Dec 9 16:19:00 2014 From: noreply at github.com (GitHub) Date: Tue, 09 Dec 2014 08:19:00 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 40cf3b: Fix small typo in docs (s/smpt/smtp/). Message-ID: <548720f4ad665_366e3fd1ca5192b8768cc@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 40cf3b248dd639e0a775fa7cb617ede5a51a192e https://github.com/buildbot/buildbot/commit/40cf3b248dd639e0a775fa7cb617ede5a51a192e Author: Florian Bruhin Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Fix small typo in docs (s/smpt/smtp/). Commit: afe604c48cd76d866e0a1383f38b5d6ca255f915 https://github.com/buildbot/buildbot/commit/afe604c48cd76d866e0a1383f38b5d6ca255f915 Author: Mikhail Sobolev Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Merge pull request #1428 from The-Compiler/fix-doc-typo Fix small typo in docs (s/smpt/smtp/). Compare: https://github.com/buildbot/buildbot/compare/78a9c84b0c8f...afe604c48cd7 From noreply at github.com Tue Dec 9 16:20:14 2014 From: noreply at github.com (GitHub) Date: Tue, 09 Dec 2014 08:20:14 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c9332f: Improve the look of the build page Message-ID: <5487213e55f2c_cd23f94a236d2bc920f9@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c9332f0e560c192112830f42fe526691b6a7268d https://github.com/buildbot/buildbot/commit/c9332f0e560c192112830f42fe526691b6a7268d Author: Beno?t Allard Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Improve the look of the build page Commit: fa95a6d967d02f90b2c3cdd4f67cf8877ba1a90f https://github.com/buildbot/buildbot/commit/fa95a6d967d02f90b2c3cdd4f67cf8877ba1a90f Author: Beno?t Allard Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Not everything is now called tags Commit: 42c68ce1d01c415bce07b1401372fedd1841b8be https://github.com/buildbot/buildbot/commit/42c68ce1d01c415bce07b1401372fedd1841b8be Author: Mikhail Sobolev Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Merge pull request #1430 from benallard/build_page Improve the look of the build page Compare: https://github.com/buildbot/buildbot/compare/afe604c48cd7...42c68ce1d01c From noreply at github.com Wed Dec 10 16:07:35 2014 From: noreply at github.com (GitHub) Date: Wed, 10 Dec 2014 08:07:35 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 663b63: Add changes for new branches in GitPoller Message-ID: <54886fc7a072e_8ef3fdf0963329c28836@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 663b639a5a34effeaf2ec8d3bd86875a0e7d9dff https://github.com/buildbot/buildbot/commit/663b639a5a34effeaf2ec8d3bd86875a0e7d9dff Author: Hashem Nasarat Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- Add changes for new branches in GitPoller With the new branches=True argument for GitPoller to watch all branches, _process_changes() does nothing if a new branch is pushed. The only time it adds changes to the database is when a new commit is pushed on an existing branch. This is unfortunate because this means in order to have buildbot build all git branches, one must first push the branch, wait for GitPoller to detect it, and then push new commits on the branch. http://trac.buildbot.net/ticket/2837 Commit: bf7017caff0836d7f694184419f7501cd5625131 https://github.com/buildbot/buildbot/commit/bf7017caff0836d7f694184419f7501cd5625131 Author: Hashem Nasarat Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- Print detailed information if _dovccmd() in GitPoller fails Otherwise the outputted information often isn't sufficient to debug the problem. Commit: 855c74819e79c614faf90758bf68e6ba359f77f6 https://github.com/buildbot/buildbot/commit/855c74819e79c614faf90758bf68e6ba359f77f6 Author: Jonas Pommerening Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/changes/gitpoller.py M master/buildbot/test/unit/test_changes_gitpoller.py Log Message: ----------- Exclude all commits we already know about Commit: a1819baeaa1deeb62cb57f47eabbb06661cf2aae https://github.com/buildbot/buildbot/commit/a1819baeaa1deeb62cb57f47eabbb06661cf2aae Author: Jonas Pommerening Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- Store revs in ascii strings, not unicode. This is to avoid Twisted complaining about unicode arguments being passed to reactor.spawnProcess. Also: release notes Conflicts: master/buildbot/changes/gitpoller.py Commit: 48253f6b12c78dc19bb9ba6ba7c1993fdaa79ab3 https://github.com/buildbot/buildbot/commit/48253f6b12c78dc19bb9ba6ba7c1993fdaa79ab3 Author: Mikhail Sobolev Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/changes/gitpoller.py M master/buildbot/test/unit/test_changes_gitpoller.py Log Message: ----------- Merge pull request #1433 from delanne/gitpoller-do-new-branches Gitpoller do new branches Compare: https://github.com/buildbot/buildbot/compare/42c68ce1d01c...48253f6b12c7 From noreply at github.com Wed Dec 10 16:07:54 2014 From: noreply at github.com (GitHub) Date: Wed, 10 Dec 2014 08:07:54 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] a4247c: fix nonfunctional test case Message-ID: <54886fdaaa790_f423fec7773929c71414@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: a4247c256e45c20e04393c015eac0413fbbd4054 https://github.com/buildbot/buildbot/commit/a4247c256e45c20e04393c015eac0413fbbd4054 Author: Dustin J. Mitchell Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/buildbot/test/unit/test_db_logs.py Log Message: ----------- fix nonfunctional test case Commit: 2add1d92b0643abf62621d71f4d1928326220c2f https://github.com/buildbot/buildbot/commit/2add1d92b0643abf62621d71f4d1928326220c2f Author: Dustin J. Mitchell Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/buildbot/db/logs.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_logs.py Log Message: ----------- Fix off-by-one error in log chunk handling The extra `- 1` here caused single blank lines to be skipped when chopping un-requested lines of the end of a response. Earlier tests, even if they had actually been running, would not have discovered this as they did not test blank lines. Fixes #3101. Commit: 8b7fec7aa46c56f9b64ce27784edae44709ba3ef https://github.com/buildbot/buildbot/commit/8b7fec7aa46c56f9b64ce27784edae44709ba3ef Author: Mikhail Sobolev Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/db/logs.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_logs.py Log Message: ----------- Merge pull request #1436 from djmitche/bug3101 Fix off-by-one error in log handling of blank lines Compare: https://github.com/buildbot/buildbot/compare/48253f6b12c7...8b7fec7aa46c From noreply at github.com Wed Dec 10 16:08:16 2014 From: noreply at github.com (GitHub) Date: Wed, 10 Dec 2014 08:08:16 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 3d9c50: fix api_proxy Message-ID: <54886ff04602a_12b63f903a2152a02552e@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 3d9c5084a350f90f410e957378798f5d51c61ded https://github.com/buildbot/buildbot/commit/3d9c5084a350f90f410e957378798f5d51c61ded Author: Pierre Tardy Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/contrib/api_proxy.py M master/docs/developer/www.rst M www/base/src/app/layout.jade Log Message: ----------- fix api_proxy Now that we have nine.buildbot.net, we can use api_proxy to debug the UI based on real data Signed-off-by: Pierre Tardy Commit: a047fc83f85932d9315aff77041143515a4bdeeb https://github.com/buildbot/buildbot/commit/a047fc83f85932d9315aff77041143515a4bdeeb Author: Pierre Tardy Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/contrib/api_proxy.py Log Message: ----------- more review addressing Commit: 069eb56549c18fc3281aae86a169bc71249f56b4 https://github.com/buildbot/buildbot/commit/069eb56549c18fc3281aae86a169bc71249f56b4 Author: Mikhail Sobolev Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/contrib/api_proxy.py M master/docs/developer/www.rst M www/base/src/app/layout.jade Log Message: ----------- Merge pull request #1427 from tardyp/apiproxy fix api_proxy Compare: https://github.com/buildbot/buildbot/compare/8b7fec7aa46c...069eb56549c1 From noreply at github.com Wed Dec 10 16:12:16 2014 From: noreply at github.com (GitHub) Date: Wed, 10 Dec 2014 08:12:16 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 857255: Increase unittest coverage for getChangesForBuild Message-ID: <548870e0b30b2_10043fe7aa42b2c085460@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 857255063302864735e4b417eae9422440dada65 https://github.com/buildbot/buildbot/commit/857255063302864735e4b417eae9422440dada65 Author: Xavier Delannoy Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/buildbot/test/unit/test_db_changes.py Log Message: ----------- Increase unittest coverage for getChangesForBuild Commit: f65e03c207d623700663a748ab4ffb9bdd40093d https://github.com/buildbot/buildbot/commit/f65e03c207d623700663a748ab4ffb9bdd40093d Author: Xavier Delannoy Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/buildbot/db/builds.py M master/buildbot/db/changes.py Log Message: ----------- Fix bugs raise by the unittests when several codebases are used. Commit: 8ae1dc117344c8504be846c4ac9d6d25e502795e https://github.com/buildbot/buildbot/commit/8ae1dc117344c8504be846c4ac9d6d25e502795e Author: Xavier Delannoy Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/db/changes.py Log Message: ----------- Fix benallard's comment Commit: 6d084c79d7694783f2a7acf73131116ab1dc518b https://github.com/buildbot/buildbot/commit/6d084c79d7694783f2a7acf73131116ab1dc518b Author: Mikhail Sobolev Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/db/builds.py M master/buildbot/db/changes.py M master/buildbot/test/unit/test_db_changes.py Log Message: ----------- Merge pull request #1429 from delanne/FixBug_getChangesForBuild Fix bug get changes for build Compare: https://github.com/buildbot/buildbot/compare/069eb56549c1...6d084c79d769 From noreply at github.com Wed Dec 10 16:52:26 2014 From: noreply at github.com (GitHub) Date: Wed, 10 Dec 2014 08:52:26 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <54887a4a3d9bc_5dc63fed250ef2c0542ed@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/tags/v0.9.0-pre Home: https://github.com/buildbot/buildbot From noreply at github.com Thu Dec 11 16:22:34 2014 From: noreply at github.com (GitHub) Date: Thu, 11 Dec 2014 08:22:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 62cd05: Trial: Improve memory handling ... Message-ID: <5489c4ca50dfb_65973f880879929c4283e@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 62cd05c60f4eeb1841898e2c4f75fb12d19240d8 https://github.com/buildbot/buildbot/commit/62cd05c60f4eeb1841898e2c4f75fb12d19240d8 Author: Beno?t Allard Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/buildbot/steps/python_twisted.py Log Message: ----------- Trial: Improve memory handling ... Commit: 56cc906a0bed30d1883b2b0f678bb08ae78df949 https://github.com/buildbot/buildbot/commit/56cc906a0bed30d1883b2b0f678bb08ae78df949 Author: Beno?t Allard Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/test/unit/test_steps_python_twisted.py Log Message: ----------- Fix the tests Commit: cfab602d54a17e3fbd4d136ddfe134025c6bee05 https://github.com/buildbot/buildbot/commit/cfab602d54a17e3fbd4d136ddfe134025c6bee05 Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M master/buildbot/steps/python_twisted.py M master/buildbot/test/unit/test_steps_python_twisted.py Log Message: ----------- Merge pull request #1435 from benallard/patch-1 Trial: Improve memory handling ... Compare: https://github.com/buildbot/buildbot/compare/6d084c79d769...cfab602d54a1 From noreply at github.com Thu Dec 11 16:23:29 2014 From: noreply at github.com (GitHub) Date: Thu, 11 Dec 2014 08:23:29 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 0b422f: Remove use of ''.format, as it is not well-support... Message-ID: <5489c5012bb1c_5e6e3f943cd232b8819bb@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 0b422faa13f2d4d508be688a466df4f148b5df14 https://github.com/buildbot/buildbot/commit/0b422faa13f2d4d508be688a466df4f148b5df14 Author: Dustin J. Mitchell Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/buildslave/ec2.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/config.py M master/buildbot/process/buildstep.py M master/buildbot/util/service.py M master/buildbot/www/plugin.py M www/base/src/app/common/filters/moment/moment.filter.coffee Log Message: ----------- Remove use of ''.format, as it is not well-supported in 2.6 Commit: 19a0e7c0c689bd73f48466fd3ca24a8fe44aa073 https://github.com/buildbot/buildbot/commit/19a0e7c0c689bd73f48466fd3ca24a8fe44aa073 Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M master/buildbot/buildslave/docker.py M master/buildbot/buildslave/ec2.py M master/buildbot/changes/gerritchangesource.py M master/buildbot/config.py M master/buildbot/process/buildstep.py M master/buildbot/util/service.py M master/buildbot/www/plugin.py M www/base/src/app/common/filters/moment/moment.filter.coffee Log Message: ----------- Merge pull request #1421 from djmitche/remove-format Remove use of ''.format, as it is not well-supported in 2.6 Compare: https://github.com/buildbot/buildbot/compare/4364282dfd47...19a0e7c0c689 From noreply at github.com Thu Dec 11 16:22:53 2014 From: noreply at github.com (GitHub) Date: Thu, 11 Dec 2014 08:22:53 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] cbae9f: Log about www plugins Message-ID: <5489c4dddce6b_71d13fce7abbb2b8823f8@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: cbae9fc78bfa275f429bb9b5e61e65998c2c9d95 https://github.com/buildbot/buildbot/commit/cbae9fc78bfa275f429bb9b5e61e65998c2c9d95 Author: Dustin J. Mitchell Date: 2014-12-09 (Tue, 09 Dec 2014) Changed paths: M master/buildbot/www/service.py Log Message: ----------- Log about www plugins Both for those that are configured and those that are installed but not configured. Fixes #3106. Commit: 43eb5c1709d9d34584537faf3813b60ffc2ac161 https://github.com/buildbot/buildbot/commit/43eb5c1709d9d34584537faf3813b60ffc2ac161 Author: Dustin J. Mitchell Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M master/buildbot/www/service.py Log Message: ----------- add default for www.get('plugins') Commit: 4364282dfd475e318c960485da40ac03e09918f5 https://github.com/buildbot/buildbot/commit/4364282dfd475e318c960485da40ac03e09918f5 Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M master/buildbot/www/service.py Log Message: ----------- Merge pull request #1437 from djmitche/bug3106 Log about www plugins Compare: https://github.com/buildbot/buildbot/compare/cfab602d54a1...4364282dfd47 From noreply at github.com Thu Dec 11 16:23:58 2014 From: noreply at github.com (GitHub) Date: Thu, 11 Dec 2014 08:23:58 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b67ad2: Remove noticeOnChannel. It's not needed and confus... Message-ID: <5489c51e8944d_5b083fcad97252c05333e@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b67ad22f68c5c458f9a30d7d15ca0a7cb5f1fa37 https://github.com/buildbot/buildbot/commit/b67ad22f68c5c458f9a30d7d15ca0a7cb5f1fa37 Author: Xavier Delannoy Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M master/buildbot/status/irc.py M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_irc.py M master/docs/manual/cfg-statustargets.rst Log Message: ----------- Remove noticeOnChannel. It's not needed and confusing Commit: 6fd96c5874a25f63bd5d50181abc90a579f9f246 https://github.com/buildbot/buildbot/commit/6fd96c5874a25f63bd5d50181abc90a579f9f246 Author: Xavier Delannoy Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M master/buildbot/status/irc.py Log Message: ----------- - removed categories parameter - Add config error if parameters 'categories' or 'noticeOnChannel' are used Commit: 6e303e96c8b6427ce12bed29d0aa860746b742e9 https://github.com/buildbot/buildbot/commit/6e303e96c8b6427ce12bed29d0aa860746b742e9 Author: Xavier Delannoy Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Add relnotes about deprecated and removed parameters of :bb:status:`IRC` Commit: d928cf01572e84a3b6b23ddf6b403096e2ddf740 https://github.com/buildbot/buildbot/commit/d928cf01572e84a3b6b23ddf6b403096e2ddf740 Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M master/buildbot/status/irc.py M master/buildbot/status/words.py M master/buildbot/test/unit/test_status_irc.py M master/docs/manual/cfg-statustargets.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1431 from delanne/IRCnoticeOnChannel set noticeOnChannel to True by default (keep the same behaviour as eight) Compare: https://github.com/buildbot/buildbot/compare/19a0e7c0c689...d928cf01572e From noreply at github.com Thu Dec 11 16:24:38 2014 From: noreply at github.com (GitHub) Date: Thu, 11 Dec 2014 08:24:38 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 260f5e: better display for changes Message-ID: <5489c54656d94_60b73f91cfd5f2a0978f6@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 260f5e3ca3ea8d412115c5bf62d1d2ad20f5c82c https://github.com/buildbot/buildbot/commit/260f5e3ca3ea8d412115c5bf62d1d2ad20f5c82c Author: Pierre Tardy Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade M www/base/src/app/changes/changes.controller.coffee M www/base/src/app/changes/changes.tpl.jade A www/base/src/app/common/directives/changelist/changelist.directive.coffee A www/base/src/app/common/directives/changelist/changelist.directive.spec.coffee A www/base/src/app/common/directives/changelist/changelist.tpl.jade M www/base/src/styles/animations.less M www/base/src/styles/styles.less Log Message: ----------- better display for changes create a common directive for displaying list of changes Signed-off-by: Pierre Tardy Commit: d1d8e82cff57ff2e5ba768b482f04d1fec2910c0 https://github.com/buildbot/buildbot/commit/d1d8e82cff57ff2e5ba768b482f04d1fec2910c0 Author: Pierre Tardy Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade M www/base/src/styles/styles.less Log Message: ----------- enhance responsible users Signed-off-by: Pierre Tardy Commit: 4428070cde9c75403166c235ad6b4263ebbdd84c https://github.com/buildbot/buildbot/commit/4428070cde9c75403166c235ad6b4263ebbdd84c Author: Pierre Tardy Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/common/directives/changelist/changelist.tpl.jade Log Message: ----------- more enhancements responding to benallard coments Signed-off-by: Pierre Tardy Commit: 88d78bc32947a82bfdbbd5a373e74919e14483af https://github.com/buildbot/buildbot/commit/88d78bc32947a82bfdbbd5a373e74919e14483af Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M www/base/src/app/builders/build/build.controller.coffee M www/base/src/app/builders/build/build.tpl.jade M www/base/src/app/changes/changes.controller.coffee M www/base/src/app/changes/changes.tpl.jade A www/base/src/app/common/directives/changelist/changelist.directive.coffee A www/base/src/app/common/directives/changelist/changelist.directive.spec.coffee A www/base/src/app/common/directives/changelist/changelist.tpl.jade M www/base/src/styles/animations.less M www/base/src/styles/styles.less Log Message: ----------- Merge pull request #1438 from tardyp/changelist display enhancements for changes and responsible users Compare: https://github.com/buildbot/buildbot/compare/d928cf01572e...88d78bc32947 From noreply at github.com Thu Dec 11 16:29:58 2014 From: noreply at github.com (GitHub) Date: Thu, 11 Dec 2014 08:29:58 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] fc0808: _dovccmd => encode all its arguments (ascii) Message-ID: <5489c6861522e_69843fed2244529c8994b@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: fc0808de35945686886d2c3bc4897c48d6845873 https://github.com/buildbot/buildbot/commit/fc0808de35945686886d2c3bc4897c48d6845873 Author: Xavier Delannoy Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- _dovccmd => encode all its arguments (ascii) Commit: 5808476ccc3c308c05bf6c90072b15bc06ff2546 https://github.com/buildbot/buildbot/commit/5808476ccc3c308c05bf6c90072b15bc06ff2546 Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- Merge pull request #1434 from delanne/FixDeprecationWarning Fix exceptions.DeprecationWarning: Argument strings and environment keys... Compare: https://github.com/buildbot/buildbot/compare/88d78bc32947...5808476ccc3c From noreply at github.com Thu Dec 11 16:32:17 2014 From: noreply at github.com (GitHub) Date: Thu, 11 Dec 2014 08:32:17 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] f84e09: update secret structure Message-ID: <5489c71166bc3_619c3ffd4ebeb2bc345c9@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: f84e096494798ce7830a37814ecd847e2dc17141 https://github.com/buildbot/buildbot-infra/commit/f84e096494798ce7830a37814ecd847e2dc17141 Author: Mikhail Sobolev Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- update secret structure Commit: 886d9c1fbc395ce72df9a517ac3a7b65ff1f8c82 https://github.com/buildbot/buildbot-infra/commit/886d9c1fbc395ce72df9a517ac3a7b65ff1f8c82 Author: Mikhail Sobolev Date: 2014-12-10 (Wed, 10 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- add passwords for master metabbotcfg Commit: dc512aae9a20d7bb9bc9164254cb252a43c23779 https://github.com/buildbot/buildbot-infra/commit/dc512aae9a20d7bb9bc9164254cb252a43c23779 Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- Merge pull request #39 from sa2ajj/add-other-slaves add passwords for buildslaves used in master branch of metabbotcfg Compare: https://github.com/buildbot/buildbot-infra/compare/49fb3fe8539f...dc512aae9a20 From noreply at github.com Thu Dec 11 17:01:01 2014 From: noreply at github.com (GitHub) Date: Thu, 11 Dec 2014 09:01:01 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 26676e: Add the running builds to the home page Message-ID: <5489cdcd8c088_1913fdf7ba5b2bc412fe@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 26676e9ea33e8cc39ff6470290750f09d4fb1cde https://github.com/buildbot/buildbot/commit/26676e9ea33e8cc39ff6470290750f09d4fb1cde Author: Beno?t Allard Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M www/base/src/app/home/home.controller.coffee M www/base/src/app/home/home.tpl.jade Log Message: ----------- Add the running builds to the home page Commit: ea038b5a5287dd41b1cd413cf0789c2c408bb178 https://github.com/buildbot/buildbot/commit/ea038b5a5287dd41b1cd413cf0789c2c408bb178 Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M www/base/src/app/home/home.controller.coffee M www/base/src/app/home/home.tpl.jade Log Message: ----------- Merge pull request #1439 from benallard/home_page Add the running builds to the home page Compare: https://github.com/buildbot/buildbot/compare/5808476ccc3c...ea038b5a5287 From noreply at github.com Fri Dec 12 15:33:34 2014 From: noreply at github.com (GitHub) Date: Fri, 12 Dec 2014 07:33:34 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 86f451: Fix the spelling of category Message-ID: <548b0ace69c77_3c63fc867f692c082868@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 86f4514bcc40b033aa11a26fc9dea6b02c9631f5 https://github.com/buildbot/buildbot/commit/86f4514bcc40b033aa11a26fc9dea6b02c9631f5 Author: Beno?t Allard Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M www/base/src/app/common/directives/changelist/changelist.tpl.jade Log Message: ----------- Fix the spelling of category Commit: dd7ecdfadb74996c2bf032d56569fa3c0c1b62d3 https://github.com/buildbot/buildbot/commit/dd7ecdfadb74996c2bf032d56569fa3c0c1b62d3 Author: Pierre Tardy Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M www/base/src/app/common/directives/changelist/changelist.tpl.jade Log Message: ----------- Merge pull request #1442 from benallard/patch-4 Fix the spelling of category Compare: https://github.com/buildbot/buildbot/compare/ea038b5a5287...dd7ecdfadb74 From noreply at github.com Fri Dec 12 15:59:04 2014 From: noreply at github.com (GitHub) Date: Fri, 12 Dec 2014 07:59:04 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 72f79a: Add a default for request.args.get Message-ID: <548b10c84e90f_11b73f9c792ad2bc355bd@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 72f79a87660cbdc5af0993f35dae590594428823 https://github.com/buildbot/buildbot/commit/72f79a87660cbdc5af0993f35dae590594428823 Author: Dustin J. Mitchell Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M master/buildbot/status/web/slaves.py Log Message: ----------- Add a default for request.args.get And, just for the heck of it, catch TypeError anyway. Fixes #3107. Commit: c784c59d2d32124726f86f9c3f117b59084a8ae9 https://github.com/buildbot/buildbot/commit/c784c59d2d32124726f86f9c3f117b59084a8ae9 Author: Mikhail Sobolev Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M master/buildbot/status/web/slaves.py Log Message: ----------- Merge pull request #1441 from djmitche/bug3107 Add a default for request.args.get Compare: https://github.com/buildbot/buildbot/compare/58178c2c1618...c784c59d2d32 From noreply at github.com Fri Dec 12 16:10:52 2014 From: noreply at github.com (GitHub) Date: Fri, 12 Dec 2014 08:10:52 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 384520: Add a leading 0 to the duration subparts Message-ID: <548b138c6217d_68183f8b83bdd2bc69133@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 38452080e43e78fb158c739847eee9fc0afcebfd https://github.com/buildbot/buildbot/commit/38452080e43e78fb158c739847eee9fc0afcebfd Author: Beno?t Allard Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M www/base/src/app/common/filters/moment/moment.filter.coffee Log Message: ----------- Add a leading 0 to the duration subparts Commit: 6805be71e82d162e9aa6f0e56805ff05d42dbaaa https://github.com/buildbot/buildbot/commit/6805be71e82d162e9aa6f0e56805ff05d42dbaaa Author: Mikhail Sobolev Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M www/base/src/app/common/filters/moment/moment.filter.coffee Log Message: ----------- Merge pull request #1440 from benallard/duration_leading0 Add a leading 0 to the duration subparts Compare: https://github.com/buildbot/buildbot/compare/dd7ecdfadb74...6805be71e82d From noreply at github.com Sat Dec 13 16:44:17 2014 From: noreply at github.com (GitHub) Date: Sat, 13 Dec 2014 08:44:17 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] fb441f: replace - in a secret name to _ Message-ID: <548c6ce1e3e0a_41ee3fe6a56a72c07669d@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: fb441f43ed47438af9cf965275dd878a35c2a6d5 https://github.com/buildbot/buildbot-infra/commit/fb441f43ed47438af9cf965275dd878a35c2a6d5 Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- replace - in a secret name to _ Commit: 1d4811d9162f05c3990c0a9adb0e6d7adff49a40 https://github.com/buildbot/buildbot-infra/commit/1d4811d9162f05c3990c0a9adb0e6d7adff49a40 Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: M secrets.yml Log Message: ----------- create a special group of slave passwords Commit: 9fe83453a27524680e471e72d3a5ac8b442f2628 https://github.com/buildbot/buildbot-infra/commit/9fe83453a27524680e471e72d3a5ac8b442f2628 Author: Mikhail Sobolev Date: 2014-12-11 (Thu, 11 Dec 2014) Changed paths: A roles/supervisor-service/handlers/main.yml A roles/supervisor-service/meta/main.yml A roles/supervisor-service/tasks/main.yml A roles/supervisor-service/templates/service.conf.j2 A roles/supervisor/files/supervisor-wrapper A roles/supervisor/handlers/main.yml A roles/supervisor/tasks/main.yml A roles/supervisor/vars/main.yml Log Message: ----------- add supervisor roles supervisor * add supervisor package * config it * enable and start supervisor daemon * the role has a parameter -- services -- a list of supervisor services to be created: see roles/supervisor/templates/service.conf.j2 for parameter list (probably should go to a overall doc of sort) supervisor-service * to be documented Commit: a35988517497491fee0a2a564f04f999d0a988ff https://github.com/buildbot/buildbot-infra/commit/a35988517497491fee0a2a564f04f999d0a988ff Author: Mikhail Sobolev Date: 2014-12-13 (Sat, 13 Dec 2014) Changed paths: A roles/virtualenv/README.rst A roles/virtualenv/tasks/main.yml Log Message: ----------- add virtualenv role Commit: 3fa16dec5f2abc531290f6941117ffb372d6dc16 https://github.com/buildbot/buildbot-infra/commit/3fa16dec5f2abc531290f6941117ffb372d6dc16 Author: Mikhail Sobolev Date: 2014-12-13 (Sat, 13 Dec 2014) Changed paths: A roles/bb-master/README.rst A roles/bb-master/files/install-master A roles/bb-master/tasks/main.yml A roles/bb-master/vars/main.yml Log Message: ----------- add bb-master role * see documentation role in roles/bb-master/README.rst Commit: 0f72c5355e4d3cbc1d6f0e84ebdebd18e9f17803 https://github.com/buildbot/buildbot-infra/commit/0f72c5355e4d3cbc1d6f0e84ebdebd18e9f17803 Author: Mikhail Sobolev Date: 2014-12-13 (Sat, 13 Dec 2014) Changed paths: A roles/user/tasks/main.yml Log Message: ----------- add user role this roles allows to create a non-priviledged user after creating a user, `getent` module is used to get its GECOS record so, for example, user's home directory is available for following roles/tasks. Commit: 13d60e2c878b262ee472c4312cfd20f3ddebba91 https://github.com/buildbot/buildbot-infra/commit/13d60e2c878b262ee472c4312cfd20f3ddebba91 Author: Mikhail Sobolev Date: 2014-12-13 (Sat, 13 Dec 2014) Changed paths: M roles/nginx/templates/proxy Log Message: ----------- add more params to proxy config Commit: 11f7b02c057ba91595895c320d5cb96a873de90d https://github.com/buildbot/buildbot-infra/commit/11f7b02c057ba91595895c320d5cb96a873de90d Author: Mikhail Sobolev Date: 2014-12-13 (Sat, 13 Dec 2014) Changed paths: M local.yml Log Message: ----------- add play for configuring nine.bb.net * ensure worker account exists * create a virtual environment for the build master * install and configure build master * Buildbot -- branch 'master' * metabbotcfg -- branch 'nine' * create supervisor service for the build master (buildmaster) * install and configure nginx Commit: 7b0aac6d9780dbc1bbf36051a2b15a5ff1dc973c https://github.com/buildbot/buildbot-infra/commit/7b0aac6d9780dbc1bbf36051a2b15a5ff1dc973c Author: Mikhail Sobolev Date: 2014-12-13 (Sat, 13 Dec 2014) Changed paths: M local.yml A roles/bb-master/README.rst A roles/bb-master/files/install-master A roles/bb-master/tasks/main.yml A roles/bb-master/vars/main.yml M roles/nginx/templates/proxy A roles/supervisor-service/handlers/main.yml A roles/supervisor-service/meta/main.yml A roles/supervisor-service/tasks/main.yml A roles/supervisor-service/templates/service.conf.j2 A roles/supervisor/files/supervisor-wrapper A roles/supervisor/handlers/main.yml A roles/supervisor/tasks/main.yml A roles/supervisor/vars/main.yml A roles/user/tasks/main.yml A roles/virtualenv/README.rst A roles/virtualenv/tasks/main.yml M secrets.yml Log Message: ----------- Merge pull request #25 from sa2ajj/configure-nine Configure nine.bb.net Compare: https://github.com/buildbot/buildbot-infra/compare/dc512aae9a20...7b0aac6d9780 From noreply at github.com Sun Dec 14 15:30:36 2014 From: noreply at github.com (GitHub) Date: Sun, 14 Dec 2014 07:30:36 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 9a98b4: bump guanlecoja version to latest Message-ID: <548dad1cc0136_7e793ff67204f29c2365f@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9a98b41b082d4056ca581ec24d881abca455c990 https://github.com/buildbot/buildbot/commit/9a98b41b082d4056ca581ec24d881abca455c990 Author: Pierre Tardy Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M www/base/package.json M www/codeparameter/package.json M www/console_view/package.json M www/waterfall_view/package.json Log Message: ----------- bump guanlecoja version to latest Signed-off-by: Pierre Tardy Commit: 1d483a8065b5cd3eb9fa5c173fa194d8d3504e91 https://github.com/buildbot/buildbot/commit/1d483a8065b5cd3eb9fa5c173fa194d8d3504e91 Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M www/base/package.json M www/codeparameter/package.json M www/console_view/package.json M www/waterfall_view/package.json Log Message: ----------- Merge tardyp/buildbot:guanlecoja (PR #1444) Compare: https://github.com/buildbot/buildbot/compare/6805be71e82d...1d483a8065b5 From noreply at github.com Sun Dec 14 17:09:11 2014 From: noreply at github.com (GitHub) Date: Sun, 14 Dec 2014 09:09:11 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] c607d1: minor duration fixes Message-ID: <548dc43713528_75f63f84ae77b2b88217c@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: c607d1eeb11801a9ec2a233c179131fccb681bed https://github.com/buildbot/buildbot/commit/c607d1eeb11801a9ec2a233c179131fccb681bed Author: Pierre Tardy Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M www/base/src/app/common/directives/changelist/changelist.tpl.jade M www/base/src/app/common/filters/moment/moment.filter.coffee Log Message: ----------- minor duration fixes Now that we have builds > 1 day, we need to support that in the UI. Switch to andras proposition for formating with moment.js Signed-off-by: Pierre Tardy Commit: 6118cb7af7c36e5c26deca3ce88af42bd61de677 https://github.com/buildbot/buildbot/commit/6118cb7af7c36e5c26deca3ce88af42bd61de677 Author: Pierre Tardy Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M www/base/src/app/common/filters/moment/moment.filter.coffee Log Message: ----------- fix copy paste mistake Commit: 65832dbbcebf1c39905d082cedeee27144b923ab https://github.com/buildbot/buildbot/commit/65832dbbcebf1c39905d082cedeee27144b923ab Author: Mikhail Sobolev Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M www/base/src/app/common/directives/changelist/changelist.tpl.jade M www/base/src/app/common/filters/moment/moment.filter.coffee Log Message: ----------- Merge pull request #1445 from tardyp/duration minor duration fixes Compare: https://github.com/buildbot/buildbot/compare/1d483a8065b5...65832dbbcebf From noreply at github.com Sun Dec 14 18:10:30 2014 From: noreply at github.com (GitHub) Date: Sun, 14 Dec 2014 10:10:30 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 47693c: reproduce Bug #3112 Message-ID: <548dd29661aa0_79653f8223b3d2bc80386@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 47693cac1af9893b7e7a3a4c2f8fc91e5460d3d1 https://github.com/buildbot/buildbot/commit/47693cac1af9893b7e7a3a4c2f8fc91e5460d3d1 Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M master/buildbot/test/unit/test_steps_source_git.py Log Message: ----------- reproduce Bug #3112 Commit: 6d82171683031b8847975daa2b1408693ad3aaeb https://github.com/buildbot/buildbot/commit/6d82171683031b8847975daa2b1408693ad3aaeb Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M master/buildbot/steps/source/git.py Log Message: ----------- when listdir returns no files, clone Fixes #3112. Commit: 7b9fb2d23e9ea07e1757fb31b5c309ab4e51bbf7 https://github.com/buildbot/buildbot/commit/7b9fb2d23e9ea07e1757fb31b5c309ab4e51bbf7 Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M master/buildbot/steps/source/git.py M master/buildbot/test/unit/test_steps_source_git.py Log Message: ----------- Merge djmitche/buildbot:bug3112 (PR #1447) Compare: https://github.com/buildbot/buildbot/compare/c784c59d2d32...7b9fb2d23e9e From noreply at github.com Sun Dec 14 19:29:50 2014 From: noreply at github.com (GitHub) Date: Sun, 14 Dec 2014 11:29:50 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ff1eef: add comment for serializing remoteCommand Message-ID: <548de52e2b15b_22b33f8fd594529c879d7@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: ff1eef77c58ad35b42a5c0ba1f69e7c7f6516067 https://github.com/buildbot/buildbot/commit/ff1eef77c58ad35b42a5c0ba1f69e7c7f6516067 Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M master/buildbot/process/remotecommand.py Log Message: ----------- add comment for serializing remoteCommand From noreply at github.com Mon Dec 15 08:58:39 2014 From: noreply at github.com (GitHub) Date: Mon, 15 Dec 2014 00:58:39 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b113ad: Use 0/1 for hidden, since it's a smallint Message-ID: <548ea2bf7dae4_378f3f8798e3d2bc48891@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b113ad674bb4c2bd9c6690ef89e30dea9fa4a632 https://github.com/buildbot/buildbot/commit/b113ad674bb4c2bd9c6690ef89e30dea9fa4a632 Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_steps.py Log Message: ----------- Use 0/1 for hidden, since it's a smallint Fixes #3092. Commit: 1b4c7141a56e3cbfb58646e3e949d94a1a4d4355 https://github.com/buildbot/buildbot/commit/1b4c7141a56e3cbfb58646e3e949d94a1a4d4355 Author: Mikhail Sobolev Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_db_steps.py Log Message: ----------- Merge pull request #1448 from djmitche/bug3092 Use 0/1 for hidden, since it's a smallint Compare: https://github.com/buildbot/buildbot/compare/ff1eef77c58a...1b4c7141a56e From noreply at github.com Mon Dec 15 08:59:00 2014 From: noreply at github.com (GitHub) Date: Mon, 15 Dec 2014 00:59:00 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 9b2543: Remove extra quotes. Message-ID: <548ea2d43a4_3c263fbeeb0472b8879@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 9b25431422a227914ff7ce4fc9008e88098d9125 https://github.com/buildbot/buildbot/commit/9b25431422a227914ff7ce4fc9008e88098d9125 Author: Beno?t Allard Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M www/base/src/app/common/directives/changelist/changelist.tpl.jade Log Message: ----------- Remove extra quotes. Commit: d63917420b9e394f5bfa065edf4abe8fe40df47e https://github.com/buildbot/buildbot/commit/d63917420b9e394f5bfa065edf4abe8fe40df47e Author: Mikhail Sobolev Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M www/base/src/app/common/directives/changelist/changelist.tpl.jade Log Message: ----------- Merge pull request #1450 from benallard/patch-1 Remove extra quotes. Compare: https://github.com/buildbot/buildbot/compare/1b4c7141a56e...d63917420b9e From noreply at github.com Mon Dec 15 08:59:23 2014 From: noreply at github.com (GitHub) Date: Mon, 15 Dec 2014 00:59:23 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] b31435: optimize complete=false query Message-ID: <548ea2eb49a33_1ccf3ff5147712a08843a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: b31435fcebf5a132bb110028297bf32502647f9d https://github.com/buildbot/buildbot/commit/b31435fcebf5a132bb110028297bf32502647f9d Author: Pierre Tardy Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M master/buildbot/data/builds.py M master/buildbot/data/masters.py M master/buildbot/db/builds.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_db_builds.py M master/docs/developer/database.rst M master/docs/developer/rtype-build.rst Log Message: ----------- optimize complete=false query - This query is run from the home page - This query runs at each master stop/disappear Its very easy to optimize Signed-off-by: Pierre Tardy Commit: 672da02ac5279ccff8cef505176fd5797e987b75 https://github.com/buildbot/buildbot/commit/672da02ac5279ccff8cef505176fd5797e987b75 Author: Pierre Tardy Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M master/docs/developer/rtype-build.rst Log Message: ----------- simplify the doc Signed-off-by: Pierre Tardy Commit: e0562dde1f9022a2ec2a2fdb66d8561c07c8232f https://github.com/buildbot/buildbot/commit/e0562dde1f9022a2ec2a2fdb66d8561c07c8232f Author: Mikhail Sobolev Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M master/buildbot/data/builds.py M master/buildbot/data/masters.py M master/buildbot/db/builds.py M master/buildbot/test/fake/fakedb.py M master/buildbot/test/unit/test_data_builds.py M master/buildbot/test/unit/test_db_builds.py M master/docs/developer/database.rst M master/docs/developer/rtype-build.rst Log Message: ----------- Merge pull request #1449 from tardyp/complete_optim optimize complete=false query Compare: https://github.com/buildbot/buildbot/compare/d63917420b9e...e0562dde1f90 From noreply at github.com Mon Dec 15 08:59:50 2014 From: noreply at github.com (GitHub) Date: Mon, 15 Dec 2014 00:59:50 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] dba2b0: fix housekeeping code Message-ID: <548ea3067d118_52723faf7c8092b8542f@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: dba2b01fc15c983a1d3b679fb08cc0e5d7458c04 https://github.com/buildbot/buildbot/commit/dba2b01fc15c983a1d3b679fb08cc0e5d7458c04 Author: Pierre Tardy Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M master/buildbot/data/masters.py M master/buildbot/master.py Log Message: ----------- fix housekeeping code - the master expiration timer was not really started - integration issue with the finishStep Signed-off-by: Pierre Tardy Commit: 78738ebe974c9bef0dc28509d6b8f2c20cfee816 https://github.com/buildbot/buildbot/commit/78738ebe974c9bef0dc28509d6b8f2c20cfee816 Author: Pierre Tardy Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- update unit tests Signed-off-by: Pierre Tardy Commit: a13c5c697d78d87b04250872ac0fe9f9ce71f9a1 https://github.com/buildbot/buildbot/commit/a13c5c697d78d87b04250872ac0fe9f9ce71f9a1 Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- add failing test case for _masterDeactivated Commit: 3bdf47966de03dcc5a9e8b768ee6db0ab520e1e8 https://github.com/buildbot/buildbot/commit/3bdf47966de03dcc5a9e8b768ee6db0ab520e1e8 Author: Mikhail Sobolev Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M master/buildbot/data/masters.py M master/buildbot/master.py M master/buildbot/test/unit/test_data_masters.py Log Message: ----------- Merge pull request #1443 from tardyp/housekeeping fix housekeeping code Compare: https://github.com/buildbot/buildbot/compare/e0562dde1f90...3bdf47966de0 From noreply at github.com Mon Dec 15 10:51:43 2014 From: noreply at github.com (GitHub) Date: Mon, 15 Dec 2014 02:51:43 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] db1257: Remove extra logging Message-ID: <548ebd3f53262_52673fe84f0732b861630@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: db1257439b3bf6e0fc30af5e7ff32ceab30181a4 https://github.com/buildbot/buildbot/commit/db1257439b3bf6e0fc30af5e7ff32ceab30181a4 Author: Beno?t Allard Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M www/base/src/app/common/directives/changelist/changelist.directive.coffee Log Message: ----------- Remove extra logging Commit: 1b205c75e1524392cb856e1eedff699c9bb4b11b https://github.com/buildbot/buildbot/commit/1b205c75e1524392cb856e1eedff699c9bb4b11b Author: Pierre Tardy Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M www/base/src/app/common/directives/changelist/changelist.directive.coffee Log Message: ----------- Merge pull request #1451 from benallard/patch-2 Remove extra logging Compare: https://github.com/buildbot/buildbot/compare/3bdf47966de0...1b205c75e152 From noreply at github.com Mon Dec 15 12:50:10 2014 From: noreply at github.com (GitHub) Date: Mon, 15 Dec 2014 04:50:10 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 5e6b54: Display the date when the build was done Message-ID: <548ed902c16e5_16043fb9f9dfd2a0171bd@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 5e6b54fd331f5d768de0ab09f8108f8c3d038be2 https://github.com/buildbot/buildbot/commit/5e6b54fd331f5d768de0ab09f8108f8c3d038be2 Author: Beno?t Allard Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Display the date when the build was done Commit: 8d4d4851c9d830945909e3e7fc7cbb47f1be9ce3 https://github.com/buildbot/buildbot/commit/8d4d4851c9d830945909e3e7fc7cbb47f1be9ce3 Author: Mikhail Sobolev Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M www/base/src/app/builders/build/build.tpl.jade Log Message: ----------- Merge pull request #1453 from benallard/build_date Display the date when the build was done Compare: https://github.com/buildbot/buildbot/compare/1b205c75e152...8d4d4851c9d8 From noreply at github.com Mon Dec 15 17:06:01 2014 From: noreply at github.com (GitHub) Date: Mon, 15 Dec 2014 09:06:01 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 8e5aa1: Collapse the buildsummaries on the home page. Message-ID: <548f14f9ab3c2_481f3fd39a6472bc617b6@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8e5aa13bbb16ef725d7e3aba5f4a91df936e9130 https://github.com/buildbot/buildbot/commit/8e5aa13bbb16ef725d7e3aba5f4a91df936e9130 Author: Beno?t Allard Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M www/base/src/app/home/home.tpl.jade Log Message: ----------- Collapse the buildsummaries on the home page. Commit: 64e3a9f714552784f3769f91d1cfede2b3a2d144 https://github.com/buildbot/buildbot/commit/64e3a9f714552784f3769f91d1cfede2b3a2d144 Author: Mikhail Sobolev Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M www/base/src/app/home/home.tpl.jade Log Message: ----------- Merge pull request #1454 from benallard/patch-1 Collapse the buildsummaries on the home page. Compare: https://github.com/buildbot/buildbot/compare/8d4d4851c9d8...64e3a9f71455 From noreply at github.com Mon Dec 15 17:06:23 2014 From: noreply at github.com (GitHub) Date: Mon, 15 Dec 2014 09:06:23 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] dcfa99: Don't display a leading zero for the first element... Message-ID: <548f150f8e9ba_5d883f97341c92a09918a@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: dcfa99e0fb62dbd644c1e4015404ca11467fdad0 https://github.com/buildbot/buildbot/commit/dcfa99e0fb62dbd644c1e4015404ca11467fdad0 Author: Beno?t Allard Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M www/base/src/app/common/filters/moment/moment.filter.coffee Log Message: ----------- Don't display a leading zero for the first element of the duration. 5 minutes 8 seconds is 5:08, not 05:08 Commit: 037c5c985f0d06f4d0ff833285ea196480686f49 https://github.com/buildbot/buildbot/commit/037c5c985f0d06f4d0ff833285ea196480686f49 Author: Mikhail Sobolev Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M www/base/src/app/common/filters/moment/moment.filter.coffee Log Message: ----------- Merge pull request #1452 from benallard/patch-4 Don't display a leading zero for the first element of the duration. Compare: https://github.com/buildbot/buildbot/compare/64e3a9f71455...037c5c985f0d From noreply at github.com Tue Dec 16 03:05:21 2014 From: noreply at github.com (GitHub) Date: Mon, 15 Dec 2014 19:05:21 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] e6e06d: Run ansible in a crontask on service hosts Message-ID: <548fa171ace4a_57c33f92cfa192c0236e0@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: e6e06dacf13a10d7a6b5466a1a29b133b45e980e https://github.com/buildbot/buildbot-infra/commit/e6e06dacf13a10d7a6b5466a1a29b133b45e980e Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M group_vars/all M prod-hosts A roles/base-servicehost/tasks/ansible-pull.yml M roles/base-servicehost/tasks/main.yml A roles/base-servicehost/templates/vault-password.j2 Log Message: ----------- Run ansible in a crontask on service hosts Because this won't work well in development (it will always look at prod-hosts), it's easily disabled with no_ansible_pull=true in the inventory. Fixes #3089. Commit: cc3b12bbb6a2e94a582f479f1edfbb84b5492704 https://github.com/buildbot/buildbot-infra/commit/cc3b12bbb6a2e94a582f479f1edfbb84b5492704 Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M group_vars/all Log Message: ----------- use a git:// URL Commit: efef58e7a8d4e7064482ca1c7ba65644201addf9 https://github.com/buildbot/buildbot-infra/commit/efef58e7a8d4e7064482ca1c7ba65644201addf9 Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M README.rst M ansible.cfg R prod-hosts R servicehosts.yml R site.yml Log Message: ----------- Focus on local.yml for all Ansible runs Commit: 253a4801494d2312eb71b0442176ddb197ed60e4 https://github.com/buildbot/buildbot-infra/commit/253a4801494d2312eb71b0442176ddb197ed60e4 Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M README.rst M local.yml R roles/base-servicehost/tasks/ansible-pull.yml M roles/base-servicehost/tasks/main.yml R roles/base-servicehost/templates/vault-password.j2 A roles/base/tasks/ansible-pull.yml M roles/base/tasks/main.yml R roles/base/tasks/users.yml Log Message: ----------- configure service hosts too, and move ansible-pull tasks to 'base' Commit: 9c8a99d3be2d559f5fabc19ef3d1367aa17594fc https://github.com/buildbot/buildbot-infra/commit/9c8a99d3be2d559f5fabc19ef3d1367aa17594fc Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M roles/base/tasks/ansible-pull.yml Log Message: ----------- install ansible repo in service account's home Commit: c95bd37a602961af1dfdf3c8d50180aa0edb9b70 https://github.com/buildbot/buildbot-infra/commit/c95bd37a602961af1dfdf3c8d50180aa0edb9b70 Author: Dustin J. Mitchell Date: 2014-12-14 (Sun, 14 Dec 2014) Changed paths: M README.rst Log Message: ----------- mention ansible runs non-priviledged Commit: 6cec90225c3a55128293778b68a3dee80a94b08a https://github.com/buildbot/buildbot-infra/commit/6cec90225c3a55128293778b68a3dee80a94b08a Author: Dustin J. Mitchell Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M README.rst M bootstrap R bootstrap.yml Log Message: ----------- Fix bootstrapping to work with local.yml. Commit: d565bdbdfa9eac49eb67abe0230fb30058e2cf1e https://github.com/buildbot/buildbot-infra/commit/d565bdbdfa9eac49eb67abe0230fb30058e2cf1e Author: Dustin J. Mitchell Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M bootstrap M roles/base/tasks/ansible-pull.yml Log Message: ----------- use an explicit branch Commit: 6e505d093774a1d8ab3844cc644160d5c551ef24 https://github.com/buildbot/buildbot-infra/commit/6e505d093774a1d8ab3844cc644160d5c551ef24 Author: Dustin J. Mitchell Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M README.rst Log Message: ----------- fix README typo Commit: cd329805a22bda1a98113815a68a0a66838ced23 https://github.com/buildbot/buildbot-infra/commit/cd329805a22bda1a98113815a68a0a66838ced23 Author: Dustin J. Mitchell Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M README.rst M ansible.cfg M bootstrap R bootstrap.yml M group_vars/all M local.yml R prod-hosts A roles/base/tasks/ansible-pull.yml M roles/base/tasks/main.yml R roles/base/tasks/users.yml R servicehosts.yml R site.yml Log Message: ----------- Merge djmitche/buildbot-infra:pull-cron (PR #37) Compare: https://github.com/buildbot/buildbot-infra/compare/7b0aac6d9780...cd329805a22b From noreply at github.com Tue Dec 16 09:34:20 2014 From: noreply at github.com (GitHub) Date: Tue, 16 Dec 2014 01:34:20 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] d326aa: We want the first PrevSuccessfullBuild, not the la... Message-ID: <548ffc9c87d72_9e23f8fd41512bc36535@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: d326aaf39fc534ebc95b6f17597926dd0e0f438f https://github.com/buildbot/buildbot/commit/d326aaf39fc534ebc95b6f17597926dd0e0f438f Author: Beno?t Allard Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M master/buildbot/db/builds.py Log Message: ----------- We want the first PrevSuccessfullBuild, not the last one ! This is part of TRAC-3071 Commit: 393a154f8d52ab4847a1c023425ac13de7357845 https://github.com/buildbot/buildbot/commit/393a154f8d52ab4847a1c023425ac13de7357845 Author: Mikhail Sobolev Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M master/buildbot/db/builds.py Log Message: ----------- Merge pull request #1455 from benallard/patch-1 We want the first PrevSuccessfullBuild, not the last one ! Compare: https://github.com/buildbot/buildbot/compare/037c5c985f0d...393a154f8d52 From noreply at github.com Tue Dec 16 16:39:26 2014 From: noreply at github.com (GitHub) Date: Tue, 16 Dec 2014 08:39:26 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 39d3a9: set up vm1 as a servicehost, too Message-ID: <5490603e43994_623e3fc506f552c0785a6@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 39d3a9bc62f7a51c5e3b7f837b587da8dd54de1c https://github.com/buildbot/buildbot-infra/commit/39d3a9bc62f7a51c5e3b7f837b587da8dd54de1c Author: Dustin J. Mitchell Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M local.yml Log Message: ----------- set up vm1 as a servicehost, too Commit: 224f0fea1014e937c3713683d41d61c5b28409c1 https://github.com/buildbot/buildbot-infra/commit/224f0fea1014e937c3713683d41d61c5b28409c1 Author: Mikhail Sobolev Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M local.yml Log Message: ----------- Merge pull request #41 from djmitche/add-vm1 set up vm1 as a servicehost, too Compare: https://github.com/buildbot/buildbot-infra/compare/cd329805a22b...224f0fea1014 From noreply at github.com Tue Dec 16 19:01:28 2014 From: noreply at github.com (GitHub) Date: Tue, 16 Dec 2014 11:01:28 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 3afb82: fix the dns role Message-ID: <5490818876bde_62cf3ff0d4f8929c2323c@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 3afb82ca8c03c033dd823540f5130c95d9c39a22 https://github.com/buildbot/buildbot-infra/commit/3afb82ca8c03c033dd823540f5130c95d9c39a22 Author: Mikhail Sobolev Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: A group_vars/ns1 M roles/dns/tasks/main.yml M roles/dns/templates/named.conf A roles/dns/templates/rndc.conf M roles/dns/vars/main.yml Log Message: ----------- fix the dns role * no localhost -> introduce internal_ip and use it for rndc communication * create the rndc config file (since we use a non-standard address) * create the rndc key in a non-default location (prevents annoying warnings) From noreply at github.com Tue Dec 16 19:02:28 2014 From: noreply at github.com (GitHub) Date: Tue, 16 Dec 2014 11:02:28 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] Message-ID: <549081c4583a4_155e3f83cafc12b886141@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra From noreply at github.com Tue Dec 16 19:34:39 2014 From: noreply at github.com (GitHub) Date: Tue, 16 Dec 2014 11:34:39 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 764ade: bump buildbot.net zone serial number Message-ID: <5490894f558e4_1d413fbd8141d2b858392@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 764ade22582b91051abfec71e1128c7330440ed7 https://github.com/buildbot/buildbot-infra/commit/764ade22582b91051abfec71e1128c7330440ed7 Author: Mikhail Sobolev Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- bump buildbot.net zone serial number * so we can actually deploy it Commit: 7935152a47f51786ea866b0062581bda623b1cb7 https://github.com/buildbot/buildbot-infra/commit/7935152a47f51786ea866b0062581bda623b1cb7 Author: Mikhail Sobolev Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M local.yml Log Message: ----------- apply base role to ns1 * another option is to make 'dns' role depend on 'base' Commit: 443538a64f3bb88f6a00856caba27b5f2ecd945b https://github.com/buildbot/buildbot-infra/commit/443538a64f3bb88f6a00856caba27b5f2ecd945b Author: Mikhail Sobolev Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: A group_vars/ns1 M roles/dns/tasks/main.yml M roles/dns/templates/named.conf A roles/dns/templates/rndc.conf M roles/dns/vars/main.yml Log Message: ----------- fix the dns role * no localhost -> introduce internal_ip and use it for rndc communication * create the rndc config file (since we use a non-standard address) * create the rndc key in a non-default location (prevents annoying warnings) Commit: a462c5675dceab86cbf00f94c8ef0aa0c2b631e0 https://github.com/buildbot/buildbot-infra/commit/a462c5675dceab86cbf00f94c8ef0aa0c2b631e0 Author: Mikhail Sobolev Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: A group_vars/ns1 M local.yml M roles/dns/tasks/main.yml M roles/dns/templates/buildbot.net M roles/dns/templates/named.conf A roles/dns/templates/rndc.conf M roles/dns/vars/main.yml Log Message: ----------- Merge pull request #42 from sa2ajj/dns-serial-bump bump buildbot.net zone serial number Compare: https://github.com/buildbot/buildbot-infra/compare/224f0fea1014...a462c5675dce From noreply at github.com Tue Dec 16 19:48:51 2014 From: noreply at github.com (GitHub) Date: Tue, 16 Dec 2014 11:48:51 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 64c97a: use the item value not key Message-ID: <54908ca3cef74_25303ff87a2012c088850@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 64c97a93501768f1bea625325ba515869086be8c https://github.com/buildbot/buildbot-infra/commit/64c97a93501768f1bea625325ba515869086be8c Author: Mikhail Sobolev Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M roles/bb-master/tasks/main.yml Log Message: ----------- use the item value not key Commit: 897b124f7c4431ad0a2f13f0e1806aeb93433276 https://github.com/buildbot/buildbot-infra/commit/897b124f7c4431ad0a2f13f0e1806aeb93433276 Author: Mikhail Sobolev Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M roles/bb-master/tasks/main.yml Log Message: ----------- Merge pull request #43 from sa2ajj/fix-bb-master use the item value not key Compare: https://github.com/buildbot/buildbot-infra/compare/a462c5675dce...897b124f7c44 From noreply at github.com Wed Dec 17 03:27:31 2014 From: noreply at github.com (GitHub) Date: Tue, 16 Dec 2014 19:27:31 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 3ce594: simplify sqlalchemy requirement Message-ID: <5490f8237393d_5d593f854bf112a0585df@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 3ce59404cbb26459fdeec888ff70316b943d098e https://github.com/buildbot/buildbot/commit/3ce59404cbb26459fdeec888ff70316b943d098e Author: Mikhail Sobolev Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M master/setup.py Log Message: ----------- simplify sqlalchemy requirement Commit: ff19331c2e266e510802d04ebf6b082e5b479886 https://github.com/buildbot/buildbot/commit/ff19331c2e266e510802d04ebf6b082e5b479886 Author: Dustin J. Mitchell Date: 2014-12-16 (Tue, 16 Dec 2014) Changed paths: M master/setup.py Log Message: ----------- Merge sa2ajj/buildbot:sqlalchemy-alchemy (PR #1456) Compare: https://github.com/buildbot/buildbot/compare/393a154f8d52...ff19331c2e26 From noreply at github.com Wed Dec 17 17:41:33 2014 From: noreply at github.com (GitHub) Date: Wed, 17 Dec 2014 09:41:33 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] e606f4: re-order buildbot.net zone items Message-ID: <5491c04def17_63d83f89b43a32c043358@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: e606f4c774827642d8d9276dc50832b1406e1b4c https://github.com/buildbot/buildbot-infra/commit/e606f4c774827642d8d9276dc50832b1406e1b4c Author: Mikhail Sobolev Date: 2014-12-17 (Wed, 17 Dec 2014) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- re-order buildbot.net zone items * this allows to easily see what services are run flosoft server * no other changes -> no serial bump Commit: 54bf67d3f75393db8cfb1100b6dd84b9ab16e399 https://github.com/buildbot/buildbot-infra/commit/54bf67d3f75393db8cfb1100b6dd84b9ab16e399 Author: Mikhail Sobolev Date: 2014-12-17 (Wed, 17 Dec 2014) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- Merge pull request #44 from sa2ajj/reorder-zone-items re-order buildbot.net zone items Compare: https://github.com/buildbot/buildbot-infra/compare/897b124f7c44...54bf67d3f753 From noreply at github.com Wed Dec 17 19:22:20 2014 From: noreply at github.com (GitHub) Date: Wed, 17 Dec 2014 11:22:20 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 3582d4: disable port installation for now Message-ID: <5491d7ec56d92_6cbe3fa8f8b732bc45857@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 3582d4d60cd2523b138e85edd5ae7ab569799d44 https://github.com/buildbot/buildbot-infra/commit/3582d4d60cd2523b138e85edd5ae7ab569799d44 Author: Mikhail Sobolev Date: 2014-12-17 (Wed, 17 Dec 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- disable port installation for now From noreply at github.com Wed Dec 17 19:24:14 2014 From: noreply at github.com (GitHub) Date: Wed, 17 Dec 2014 11:24:14 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] Message-ID: <5491d85e2ecf2_203f3f87a857f2a01626a@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra From noreply at github.com Thu Dec 18 13:07:26 2014 From: noreply at github.com (GitHub) Date: Thu, 18 Dec 2014 05:07:26 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] e98c2f: make the link relative Message-ID: <5492d18e1abdc_26983f879e49d29c48685@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: e98c2f9fcf126f8725bfa8f7e955c5fdf4356cee https://github.com/buildbot/buildbot/commit/e98c2f9fcf126f8725bfa8f7e955c5fdf4356cee Author: Cyril Jouve Date: 2014-12-18 (Thu, 18 Dec 2014) Changed paths: M master/buildbot/status/web/templates/waterfall.html Log Message: ----------- make the link relative Fixes ticket:3117 Commit: dfa5030334b1eaac74f431293dd08872f13b8798 https://github.com/buildbot/buildbot/commit/dfa5030334b1eaac74f431293dd08872f13b8798 Author: Mikhail Sobolev Date: 2014-12-18 (Thu, 18 Dec 2014) Changed paths: M master/buildbot/status/web/templates/waterfall.html Log Message: ----------- Merge pull request #1457 from sa2ajj/fix-waterfall-category-link make the link relative Compare: https://github.com/buildbot/buildbot/compare/7b9fb2d23e9e...dfa5030334b1 From noreply at github.com Fri Dec 19 13:17:39 2014 From: noreply at github.com (GitHub) Date: Fri, 19 Dec 2014 05:17:39 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 5bbe2f: fix urls in json help pages Message-ID: <5494257348e6c_6d613fc0f598b2a0181a7@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: 5bbe2f068cef9fb6fcb15a5b5acefcd294cb38e5 https://github.com/buildbot/buildbot/commit/5bbe2f068cef9fb6fcb15a5b5acefcd294cb38e5 Author: Cyril Jouve Date: 2014-12-19 (Fri, 19 Dec 2014) Changed paths: M master/buildbot/status/web/templates/jsonhelp.html Log Message: ----------- fix urls in json help pages Commit: 750db6ea86cff1887ce43b3f85502f8534c37f6d https://github.com/buildbot/buildbot/commit/750db6ea86cff1887ce43b3f85502f8534c37f6d Author: Mikhail Sobolev Date: 2014-12-19 (Fri, 19 Dec 2014) Changed paths: M master/buildbot/status/web/templates/jsonhelp.html Log Message: ----------- Merge pull request #1459 from jouve/help_url fix urls in json help pages Fixes ticket:3118 Compare: https://github.com/buildbot/buildbot/compare/dfa5030334b1...750db6ea86cf From noreply at github.com Sat Dec 20 15:16:56 2014 From: noreply at github.com (GitHub) Date: Sat, 20 Dec 2014 07:16:56 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] Message-ID: <549592e8953f0_41e63faeaaeef2bc2783d@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/buildbot-0.8.9 Home: https://github.com/buildbot/buildbot From noreply at github.com Tue Dec 23 16:06:27 2014 From: noreply at github.com (GitHub) Date: Tue, 23 Dec 2014 08:06:27 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] ab6959: Accept application/json in GitHub change hook, acc... Message-ID: <5499930359bfb_24723fa55cd6329c3371b@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/eight Home: https://github.com/buildbot/buildbot Commit: ab6959243e409af0725b8206dcf2bd3eba57091e https://github.com/buildbot/buildbot/commit/ab6959243e409af0725b8206dcf2bd3eba57091e Author: rdb Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M master/buildbot/status/web/hooks/github.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_status_web_hooks_github.py Log Message: ----------- Accept application/json in GitHub change hook, accept pings Commit: 69faccc0d37b8e33cadb1ea7dbd7cb9bcd5969ef https://github.com/buildbot/buildbot/commit/69faccc0d37b8e33cadb1ea7dbd7cb9bcd5969ef Author: rdb Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Add changes to GitHub change_hook to relnotes Commit: 25d356cd404fd9daf66e3b439b898439e499d845 https://github.com/buildbot/buildbot/commit/25d356cd404fd9daf66e3b439b898439e499d845 Author: Mikhail Sobolev Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M master/buildbot/status/web/hooks/github.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_status_web_hooks_github.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1460 from rdb/eight Accept application/json in GitHub change hook and accept pings Compare: https://github.com/buildbot/buildbot/compare/750db6ea86cf...25d356cd404f From noreply at github.com Tue Dec 23 16:46:59 2014 From: noreply at github.com (GitHub) Date: Tue, 23 Dec 2014 08:46:59 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 3f8ff4: Accept application/json in GitHub change hook, acc... Message-ID: <54999c837211_48903fcb3ce8d2c0442694@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 3f8ff4c5883dd6b3c31bb904a8a5a3a5e27c049b https://github.com/buildbot/buildbot/commit/3f8ff4c5883dd6b3c31bb904a8a5a3a5e27c049b Author: rdb Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M master/buildbot/status/web/hooks/github.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_status_web_hooks_github.py Log Message: ----------- Accept application/json in GitHub change hook, accept pings Conflicts: master/buildbot/test/fake/web.py Commit: df3ea595d31dbe7105db1f8905cbe7fb3bc01934 https://github.com/buildbot/buildbot/commit/df3ea595d31dbe7105db1f8905cbe7fb3bc01934 Author: rdb Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- Add changes to GitHub change_hook to relnotes Conflicts: master/docs/relnotes/index.rst Commit: 895d6371054edfe07f8e8ea68c011d6b9737596d https://github.com/buildbot/buildbot/commit/895d6371054edfe07f8e8ea68c011d6b9737596d Author: Mikhail Sobolev Date: 2014-12-23 (Tue, 23 Dec 2014) Changed paths: M master/buildbot/status/web/hooks/github.py M master/buildbot/test/fake/web.py M master/buildbot/test/unit/test_status_web_hooks_github.py M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1461 from sa2ajj/port-gh-1460 Port GH-1460: improve GitHub hook support Compare: https://github.com/buildbot/buildbot/compare/ff19331c2e26...895d6371054e From noreply at github.com Wed Dec 24 08:34:38 2014 From: noreply at github.com (GitHub) Date: Wed, 24 Dec 2014 00:34:38 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 0a395d: remove rc.buildbot.net Message-ID: <549a7a9ec4669_10913ff7e1af92b867342@hookshot-fe5-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 0a395de189e617996153582f555c300f9a809c5d https://github.com/buildbot/buildbot-infra/commit/0a395de189e617996153582f555c300f9a809c5d Author: Mikhail Sobolev Date: 2014-12-17 (Wed, 17 Dec 2014) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- remove rc.buildbot.net * per discussion http://trac.buildbot.net/ticket/3116#comment:2 Commit: 68d40ea4c170a2cc580945ede1e54366d319b02c https://github.com/buildbot/buildbot-infra/commit/68d40ea4c170a2cc580945ede1e54366d319b02c Author: Mikhail Sobolev Date: 2014-12-24 (Wed, 24 Dec 2014) Changed paths: M roles/dns/templates/buildbot.net Log Message: ----------- Merge pull request #45 from sa2ajj/remove-rc-name remove rc.buildbot.net Compare: https://github.com/buildbot/buildbot-infra/compare/54bf67d3f753...68d40ea4c170 From noreply at github.com Sat Dec 27 15:24:32 2014 From: noreply at github.com (GitHub) Date: Sat, 27 Dec 2014 07:24:32 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 0d752c: add MIT license Message-ID: <549ecf30be863_54c33fbd284032b87637d@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/add-license Home: https://github.com/buildbot/buildbot-infra Commit: 0d752c48fe316c73bd7a5d12c7e139dd648b2f15 https://github.com/buildbot/buildbot-infra/commit/0d752c48fe316c73bd7a5d12c7e139dd648b2f15 Author: Dustin J. Mitchell Date: 2014-12-27 (Sat, 27 Dec 2014) Changed paths: A LICENSE Log Message: ----------- add MIT license From noreply at github.com Mon Dec 29 06:12:04 2014 From: noreply at github.com (GitHub) Date: Sun, 28 Dec 2014 22:12:04 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] dd9799: Use the full path to ansible-pull in the crontask Message-ID: <54a0f0b4784db_34213fc01d81b2b85532d@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: dd979946e32983ee8a7b84af8a02e67d035d05ec https://github.com/buildbot/buildbot-infra/commit/dd979946e32983ee8a7b84af8a02e67d035d05ec Author: Dustin J. Mitchell Date: 2014-12-27 (Sat, 27 Dec 2014) Changed paths: M roles/base/tasks/ansible-pull.yml Log Message: ----------- Use the full path to ansible-pull in the crontask Fixes #3123. Commit: a4b1323849972f63f54cbd35be31953cf4cd42eb https://github.com/buildbot/buildbot-infra/commit/a4b1323849972f63f54cbd35be31953cf4cd42eb Author: Dustin J. Mitchell Date: 2014-12-28 (Sun, 28 Dec 2014) Changed paths: M roles/base/tasks/ansible-pull.yml Log Message: ----------- specify PATH so that things like git can be found, too Commit: 66565aa372f3ee12869cba4d900980b68c84d4b6 https://github.com/buildbot/buildbot-infra/commit/66565aa372f3ee12869cba4d900980b68c84d4b6 Author: Mikhail Sobolev Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M roles/base/tasks/ansible-pull.yml Log Message: ----------- Merge pull request #49 from djmitche/bug3123 Use the full path to ansible-pull in the crontask Compare: https://github.com/buildbot/buildbot-infra/compare/bdcc1d524501...66565aa372f3 From noreply at github.com Mon Dec 29 14:50:58 2014 From: noreply at github.com (GitHub) Date: Mon, 29 Dec 2014 06:50:58 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 84f507: typo fix Message-ID: <54a16a52abc26_7aa83fd7ed9732b8229bc@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 84f507a1c08f4ba9fa8a2238399eb6b8114201f1 https://github.com/buildbot/buildbot/commit/84f507a1c08f4ba9fa8a2238399eb6b8114201f1 Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/master.py Log Message: ----------- typo fix Signed-off-by: Pierre Tardy Commit: 0e23d806d98f842eee84888402cdbe7091f2de00 https://github.com/buildbot/buildbot/commit/0e23d806d98f842eee84888402cdbe7091f2de00 Author: Mikhail Sobolev Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/master.py Log Message: ----------- Merge pull request #1469 from tardyp/misc typo fix Compare: https://github.com/buildbot/buildbot/compare/db6726941565...0e23d806d98f From noreply at github.com Mon Dec 29 15:26:00 2014 From: noreply at github.com (GitHub) Date: Mon, 29 Dec 2014 07:26:00 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 4bae1f: factorize getFileContentFromSlave() into Composite... Message-ID: <54a172887cad6_15d03fb472a772c02233@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 4bae1f42d10cc8662c95833ae97fc60b171563c1 https://github.com/buildbot/buildbot/commit/4bae1f42d10cc8662c95833ae97fc60b171563c1 Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/shell.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- factorize getFileContentFromSlave() into CompositeStepMixin Signed-off-by: Pierre Tardy Commit: 5f14b1fb730e9344ff297befca40a093d7a4c0ed https://github.com/buildbot/buildbot/commit/5f14b1fb730e9344ff297befca40a093d7a4c0ed Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/slave.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_transfer.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- rename checkSlaveVersion to checkSlaveHasCommand update doc and tests Signed-off-by: Pierre Tardy Commit: 33ed29b8ea9e743b6e64eaf97ee97b8488eeb002 https://github.com/buildbot/buildbot/commit/33ed29b8ea9e743b6e64eaf97ee97b8488eeb002 Author: Mikhail Sobolev Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/shell.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/cvs.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_shell.py M master/buildbot/test/unit/test_steps_source_cvs.py M master/buildbot/test/unit/test_steps_transfer.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- Merge pull request #1470 from tardyp/uploadFile factorize getFileContentFromSlave() into CompositeStepMixin Compare: https://github.com/buildbot/buildbot/compare/0e23d806d98f...33ed29b8ea9e From noreply at github.com Tue Dec 30 06:55:55 2014 From: noreply at github.com (GitHub) Date: Mon, 29 Dec 2014 22:55:55 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 2a53d7: Put workdir calculation in base Buildstep class Message-ID: <54a24c7b5c673_5d9e3fa9b89d52a039961@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 2a53d7ba59df4fed53fdee0b4d924c407d5c3ab6 https://github.com/buildbot/buildbot/commit/2a53d7ba59df4fed53fdee0b4d924c407d5c3ab6 Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/shell.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- Put workdir calculation in base Buildstep class The one is ShellCommand is generic logic enough to be useful in base class. Mark setDefaultWorkdir as deprecated Signed-off-by: Pierre Tardy Commit: deead8673d7e5282fef255e4b1ae7f2b6b26407b https://github.com/buildbot/buildbot/commit/deead8673d7e5282fef255e4b1ae7f2b6b26407b Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/package/rpm/rpmbuild.py M master/buildbot/steps/shell.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/unit/test_steps_master.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- Put workdir calculation in base Buildstep class The one is ShellCommand is generic logic enough to be useful in base class. Mark setDefaultWorkdir as deprecated Signed-off-by: Pierre Tardy Commit: 7fe48c3d0ca954751765d794a6224372080ef8a9 https://github.com/buildbot/buildbot/commit/7fe48c3d0ca954751765d794a6224372080ef8a9 Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- add relnote Signed-off-by: Pierre Tardy Commit: 4d0ae825bf8894796d370f52f2444e52c16dc635 https://github.com/buildbot/buildbot/commit/4d0ae825bf8894796d370f52f2444e52c16dc635 Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/docs/developer/cls-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- some details on callable(workdir) behaviour Signed-off-by: Pierre Tardy Commit: aa18a7e7a0cb815e199dba674ea799463f8f4de1 https://github.com/buildbot/buildbot/commit/aa18a7e7a0cb815e199dba674ea799463f8f4de1 Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/process/buildstep.py M master/buildbot/steps/master.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/package/rpm/rpmbuild.py M master/buildbot/steps/shell.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/repo.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst Log Message: ----------- Change workdir to a property remove getWorkdir(), as its semantics is really the same as an accessor Remove all setDefaultWorkdir() usage, and effectively mark it as deprecated remove other getWorkdir similar implementation MasterShellCommand use another property, as using buildFactory's workdir does not really make sense Signed-off-by: Pierre Tardy Commit: 1d3cb7ad58b439ab2ab4f56ab35ca9945467e346 https://github.com/buildbot/buildbot/commit/1d3cb7ad58b439ab2ab4f56ab35ca9945467e346 Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/steps/shell.py Log Message: ----------- improve comment about workdir in shellcommand Signed-off-by: Pierre Tardy Commit: db305a8444a17771e3f3e4bf92e6555d7ae31fcb https://github.com/buildbot/buildbot/commit/db305a8444a17771e3f3e4bf92e6555d7ae31fcb Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/test/unit/test_steps_master.py Log Message: ----------- wantDefaultWorkdir is not actually not needed Signed-off-by: Pierre Tardy Commit: d48cd56d50b73c9cae564355a67b3323c90c6ca9 https://github.com/buildbot/buildbot/commit/d48cd56d50b73c9cae564355a67b3323c90c6ca9 Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/docs/relnotes/index.rst Log Message: ----------- update release note Commit: 88869700d9187b54ee13409191fd83c708ba9b49 https://github.com/buildbot/buildbot/commit/88869700d9187b54ee13409191fd83c708ba9b49 Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- enhance code clarity Commit: cabe65f95b2424984fe7783802e0267b7d977db3 https://github.com/buildbot/buildbot/commit/cabe65f95b2424984fe7783802e0267b7d977db3 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M master/buildbot/process/build.py M master/buildbot/process/buildstep.py M master/buildbot/steps/master.py M master/buildbot/steps/package/deb/pbuilder.py M master/buildbot/steps/package/rpm/rpmbuild.py M master/buildbot/steps/shell.py M master/buildbot/steps/slave.py M master/buildbot/steps/source/base.py M master/buildbot/steps/source/repo.py M master/buildbot/steps/transfer.py M master/buildbot/test/unit/test_process_buildstep.py M master/buildbot/test/util/steps.py M master/docs/developer/cls-buildsteps.rst M master/docs/relnotes/index.rst Log Message: ----------- Merge pull request #1467 from tardyp/workdir Put workdir calculation in base Buildstep class Compare: https://github.com/buildbot/buildbot/compare/33ed29b8ea9e...cabe65f95b24 From noreply at github.com Tue Dec 30 13:47:51 2014 From: noreply at github.com (GitHub) Date: Tue, 30 Dec 2014 05:47:51 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 085942: Integration base test improvements Message-ID: <54a2ad076227d_6a883ff051a9d2c078932@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 085942d83be50b020ad07369fad37caf27005640 https://github.com/buildbot/buildbot/commit/085942d83be50b020ad07369fad37caf27005640 Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: A master/buildbot/test/integration/test_trigger.py M master/buildbot/test/util/integration.py Log Message: ----------- Integration base test improvements - add possibility of forcing a build with a change - fix issue with forcing a build that triggers other builds - add printBuild method for debugging in console Commit: 9068ca8f5099a0dc66cb4361234c9a342a50d93d https://github.com/buildbot/buildbot/commit/9068ca8f5099a0dc66cb4361234c9a342a50d93d Author: Pierre Tardy Date: 2014-12-29 (Mon, 29 Dec 2014) Changed paths: M master/buildbot/test/integration/test_trigger.py Log Message: ----------- make test work regardless of the environment of the tester Signed-off-by: Pierre Tardy Commit: bc0362c54e02ef3bd6d9fa541d8a8f977c653536 https://github.com/buildbot/buildbot/commit/bc0362c54e02ef3bd6d9fa541d8a8f977c653536 Author: Pierre Tardy Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M master/buildbot/test/util/integration.py Log Message: ----------- review comments fix Signed-off-by: Pierre Tardy Commit: c1b343560e85308b1405b141af6a2fc9bb7e494a https://github.com/buildbot/buildbot/commit/c1b343560e85308b1405b141af6a2fc9bb7e494a Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: A master/buildbot/test/integration/test_trigger.py M master/buildbot/test/util/integration.py Log Message: ----------- Merge pull request #1471 from tardyp/integration Integration base test improvements Compare: https://github.com/buildbot/buildbot/compare/cabe65f95b24...c1b343560e85 From noreply at github.com Tue Dec 30 17:31:35 2014 From: noreply at github.com (GitHub) Date: Tue, 30 Dec 2014 09:31:35 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 6b8ad8: add a ticket link for backups Message-ID: <54a2e177c057e_43553ff9cccd129c314f9@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 6b8ad8aade25dc1f807082a3df8eb60262030585 https://github.com/buildbot/buildbot-infra/commit/6b8ad8aade25dc1f807082a3df8eb60262030585 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M docs/backups.txt Log Message: ----------- add a ticket link for backups From noreply at github.com Tue Dec 30 17:33:12 2014 From: noreply at github.com (GitHub) Date: Tue, 30 Dec 2014 09:33:12 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 315a67: update todo list Message-ID: <54a2e1d82b54c_402e3fde61c7f2c05526f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 315a671e0504c1c085a161a90a422c1fc3f9fe89 https://github.com/buildbot/buildbot-infra/commit/315a671e0504c1c085a161a90a422c1fc3f9fe89 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M docs/ansible-todo.txt Log Message: ----------- update todo list From noreply at github.com Tue Dec 30 17:36:46 2014 From: noreply at github.com (GitHub) Date: Tue, 30 Dec 2014 09:36:46 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 431f34: update docs/hardware Message-ID: <54a2e2aee586_76053fd30f72929c19723@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 431f340a41ea0bbfc67d212d49d948beca57a85d https://github.com/buildbot/buildbot-infra/commit/431f340a41ea0bbfc67d212d49d948beca57a85d Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M docs/hardware.txt Log Message: ----------- update docs/hardware * add trac links for known tasks * remove rc.bb.net (as it was found irrelevant) * fix ns name: ns1.bb.net From noreply at github.com Tue Dec 30 19:10:38 2014 From: noreply at github.com (GitHub) Date: Tue, 30 Dec 2014 11:10:38 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] bdddfd: disable port installation for now Message-ID: <54a2f8ae9b778_29933f82ba43f2c0553a8@hookshot-fe2-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: bdddfd5c99465f25a22cc1414dc3e6368ad91080 https://github.com/buildbot/buildbot-infra/commit/bdddfd5c99465f25a22cc1414dc3e6368ad91080 Author: Mikhail Sobolev Date: 2014-12-18 (Thu, 18 Dec 2014) Changed paths: M roles/jail/tasks/main.yml Log Message: ----------- disable port installation for now Commit: ae481d1053153432a4cc5423c88d35dd74575667 https://github.com/buildbot/buildbot-infra/commit/ae481d1053153432a4cc5423c88d35dd74575667 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: A roles/base-jailhost/files/flavours/base/etc/make.conf A roles/base-jailhost/files/flavours/base/etc/periodic.conf A roles/base-jailhost/files/flavours/base/etc/rc.conf A roles/base-jailhost/files/flavours/base/ezjail.flavour A roles/base-jailhost/meta/main.yml A roles/base-jailhost/tasks/main.yml A roles/base-jailhost/templates/ezjail.conf A roles/base-jailhost/vars/main.yml R roles/jail/files/flavours/base/etc/make.conf R roles/jail/files/flavours/base/etc/periodic.conf R roles/jail/files/flavours/base/etc/rc.conf R roles/jail/files/flavours/base/ezjail.flavour A roles/jail/meta/main.yml M roles/jail/tasks/main.yml R roles/jail/templates/ezjail.conf R roles/jail/vars/main.yml Log Message: ----------- split jail role into two: base-jailhost and jail * base-jailhost would install ezjail and prepare all other stuff * jail would be used to actually define jails Commit: f075e586c3df15f36e1be50b8dc182499b9dbafa https://github.com/buildbot/buildbot-infra/commit/f075e586c3df15f36e1be50b8dc182499b9dbafa Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M roles/jail/README.rst Log Message: ----------- fix formatting Commit: 217148a6c4a4f80b30fe2abcd61a4c22affeecf3 https://github.com/buildbot/buildbot-infra/commit/217148a6c4a4f80b30fe2abcd61a4c22affeecf3 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M roles/base-jailhost/files/flavours/base/etc/make.conf R roles/base-jailhost/files/flavours/base/ezjail.flavour M roles/base-jailhost/tasks/main.yml M roles/base-jailhost/templates/ezjail.conf M roles/base-jailhost/vars/main.yml M roles/jail/README.rst M roles/jail/meta/main.yml M roles/jail/tasks/main.yml Log Message: ----------- split jail role into two * base-jailhost ensures that the service host has necessary infrastructure installed and configured (ezjail) * jail role is to be used to create jails on the jail host * remove ezjail.flavour file (we do not use it at the moment) * do not enable 'jail' service, enable 'ezjail' instead * use 'ftp.freebsd.org' (for some reason I had problems with freebsd.isc.org) * do not install lib32 stuff in ports tree * introduce a number of base-jailhost variables to avoid typing errors Commit: 775952c605c1a312152581c1ea39e9fcbdb9f73f https://github.com/buildbot/buildbot-infra/commit/775952c605c1a312152581c1ea39e9fcbdb9f73f Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M bootstrap A bootstrap.yml M roles/jail/tasks/main.yml A templates/run-once Log Message: ----------- unify bootstrapping of jails and service hosts * create a template for the script to perform actual bootstrapping * create a playbook to bootstrap service hosts * make use of the playbook in 'bootstrap' script * add bootstrapping of jails upon creation Commit: d1f60fa7435e30b8ecd26786b38d4cf3770ddf3a https://github.com/buildbot/buildbot-infra/commit/d1f60fa7435e30b8ecd26786b38d4cf3770ddf3a Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: A TODO Log Message: ----------- add a todo list Commit: dc8d7f4a707400b467261d11c09fd4b7d210f6ee https://github.com/buildbot/buildbot-infra/commit/dc8d7f4a707400b467261d11c09fd4b7d210f6ee Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M roles/jail/README.rst A roles/jail/defaults/main.yml M roles/jail/tasks/main.yml Log Message: ----------- add optional debug to the jail role Commit: 88e38a5e1afbbb93b05db364c1d280e0167a23c3 https://github.com/buildbot/buildbot-infra/commit/88e38a5e1afbbb93b05db364c1d280e0167a23c3 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: A host-service1.yml A host-service2.yml A host-service3.yml A host-vm1.yml A jail-nine.yml A jail-ns1.yml M local.yml Log Message: ----------- split local.yml into separate plays * this will help with merges Commit: ebe3b211dcdf32d3ad1fb6bd00028ced40689063 https://github.com/buildbot/buildbot-infra/commit/ebe3b211dcdf32d3ad1fb6bd00028ced40689063 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: A TODO M bootstrap A bootstrap.yml A host-service1.yml A host-service2.yml A host-service3.yml A host-vm1.yml A jail-nine.yml A jail-ns1.yml M local.yml A roles/base-jailhost/files/flavours/base/etc/make.conf A roles/base-jailhost/files/flavours/base/etc/periodic.conf A roles/base-jailhost/files/flavours/base/etc/rc.conf A roles/base-jailhost/meta/main.yml A roles/base-jailhost/tasks/main.yml A roles/base-jailhost/templates/ezjail.conf A roles/base-jailhost/vars/main.yml M roles/jail/README.rst A roles/jail/defaults/main.yml R roles/jail/files/flavours/base/etc/make.conf R roles/jail/files/flavours/base/etc/periodic.conf R roles/jail/files/flavours/base/etc/rc.conf R roles/jail/files/flavours/base/ezjail.flavour A roles/jail/meta/main.yml M roles/jail/tasks/main.yml R roles/jail/templates/ezjail.conf R roles/jail/vars/main.yml A templates/run-once Log Message: ----------- Merge pull request #47 from sa2ajj/play-with-jails Improve jail infrastructure / unify bootstrap for service hosts and jails Compare: https://github.com/buildbot/buildbot-infra/compare/431f340a41ea...ebe3b211dcdf From noreply at github.com Wed Dec 31 06:06:46 2014 From: noreply at github.com (GitHub) Date: Tue, 30 Dec 2014 22:06:46 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] 8f0d3b: fix capitalisation Message-ID: <54a392761c988_43553ff9cccd129c376f6@hookshot-fe4-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: 8f0d3b1d09f61f74dabfca7a9371d7b9b2486ea6 https://github.com/buildbot/buildbot/commit/8f0d3b1d09f61f74dabfca7a9371d7b9b2486ea6 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M slave/setup.py Log Message: ----------- fix capitalisation Commit: fd85de3d2b64ad3a05cece9c6cfee5a744dd31a4 https://github.com/buildbot/buildbot/commit/fd85de3d2b64ad3a05cece9c6cfee5a744dd31a4 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M master/setup.py Log Message: ----------- change long description to include "framework" Commit: 1f6a3680ed83c41da8605ded5082b28da8dade12 https://github.com/buildbot/buildbot/commit/1f6a3680ed83c41da8605ded5082b28da8dade12 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: R master/README A master/README.rst M master/setup.py Log Message: ----------- convert master's README to README.rst * fix formatting (one sentence per line) * copy one bold statement from long_description from setup.py * use README.rst as long_description Commit: 082cecd3b1452a4d392ea9ca347568839cdc5449 https://github.com/buildbot/buildbot/commit/082cecd3b1452a4d392ea9ca347568839cdc5449 Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M master/setup.py Log Message: ----------- make sure README is read from the right directory Commit: c7a1676a06063541a08ac120da801df1ad07f582 https://github.com/buildbot/buildbot/commit/c7a1676a06063541a08ac120da801df1ad07f582 Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: R master/README A master/README.rst M master/setup.py M slave/setup.py Log Message: ----------- Merge pull request #1472 from sa2ajj/fix-description Fix description Compare: https://github.com/buildbot/buildbot/compare/c1b343560e85...c7a1676a0606 From noreply at github.com Wed Dec 31 06:44:53 2014 From: noreply at github.com (GitHub) Date: Tue, 30 Dec 2014 22:44:53 -0800 Subject: [Buildbot-commits] [buildbot/buildbot] bc8a98: more integration test debug tools Message-ID: <54a39b65ac6b6_26773fe2864492bc8264a@hookshot-fe1-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot Commit: bc8a9809fe7c187303d4c54777097c32958f058d https://github.com/buildbot/buildbot/commit/bc8a9809fe7c187303d4c54777097c32958f058d Author: Pierre Tardy Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M master/buildbot/test/util/integration.py Log Message: ----------- more integration test debug tools printBuild: Print the colored logs if the step has failed tearDown: Print all builds if the test is failing Signed-off-by: Pierre Tardy Commit: ec3dc4b60b62e526c0b2525da7588a902e65359c https://github.com/buildbot/buildbot/commit/ec3dc4b60b62e526c0b2525da7588a902e65359c Author: Pierre Tardy Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: M master/buildbot/test/integration/test_trigger.py M master/buildbot/test/util/integration.py Log Message: ----------- put the build dump as an error instead of print This way the dump is useful in the console, and in the metabuildbot Commit: d963140818fa36160879d5254ce594e63e322b85 https://github.com/buildbot/buildbot/commit/d963140818fa36160879d5254ce594e63e322b85 Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: M master/buildbot/test/integration/test_trigger.py M master/buildbot/test/util/integration.py Log Message: ----------- Merge pull request #1473 from tardyp/integration2 more integration test debug tools Compare: https://github.com/buildbot/buildbot/compare/c7a1676a0606...d963140818fa From noreply at github.com Wed Dec 31 16:14:35 2014 From: noreply at github.com (GitHub) Date: Wed, 31 Dec 2014 08:14:35 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 20531e: add new role: packages Message-ID: <54a420eb27f26_62e63fb3857d32a0904e@hookshot-fe3-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 20531ee61685b13baa6a48eba928eb390ce47aac https://github.com/buildbot/buildbot-infra/commit/20531ee61685b13baa6a48eba928eb390ce47aac Author: Mikhail Sobolev Date: 2014-12-30 (Tue, 30 Dec 2014) Changed paths: A roles/packages/README.rst A roles/packages/meta/main.yml A roles/packages/tasks/main.yml Log Message: ----------- add new role: packages Commit: 0f5dc26e8d39342cef6cc036122123a7df966a5e https://github.com/buildbot/buildbot-infra/commit/0f5dc26e8d39342cef6cc036122123a7df966a5e Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: A roles/simple-buildout/README.rst A roles/simple-buildout/tasks/main.yml Log Message: ----------- add simple-buildout role Commit: ec4024ca9b142a101e78058f0186c757be22d6ed https://github.com/buildbot/buildbot-infra/commit/ec4024ca9b142a101e78058f0186c757be22d6ed Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: M roles/nginx/README.rst A roles/nginx/templates/domain-redirect Log Message: ----------- add a domain redirect template for nginx role Commit: df5bc65f328fc7448e43380bec456b14d581eae2 https://github.com/buildbot/buildbot-infra/commit/df5bc65f328fc7448e43380bec456b14d581eae2 Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: M roles/nginx/templates/proxy M roles/nginx/templates/static Log Message: ----------- remove reduntant documentation in nginx templates Commit: 354d1a7c47ec0ee12a00cc1aaa3d35969157b4e9 https://github.com/buildbot/buildbot-infra/commit/354d1a7c47ec0ee12a00cc1aaa3d35969157b4e9 Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: M docs/hardware.txt Log Message: ----------- add the ticket # for the redirects Commit: e9e2570b716403af124bca965863ffb0bc70ab8f https://github.com/buildbot/buildbot-infra/commit/e9e2570b716403af124bca965863ffb0bc70ab8f Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: M roles/nginx/README.rst M roles/nginx/templates/static Log Message: ----------- add a possibility include a verbatim configuration data * update docs * hackish! Commit: 34db84d3717c9497467f844f6e69b9d53a886456 https://github.com/buildbot/buildbot-infra/commit/34db84d3717c9497467f844f6e69b9d53a886456 Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: M roles/nginx/README.rst Log Message: ----------- one sentence per line Commit: 8900efcdec4ea06ae1d496800c9235f9db1d267a https://github.com/buildbot/buildbot-infra/commit/8900efcdec4ea06ae1d496800c9235f9db1d267a Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: A files/www-redirects M host-vm1.yml A jail-www.yml M local.yml Log Message: ----------- configure www.bb.net Commit: 5d3daf31b71c7dca0952b27a5b35d32c790c7f57 https://github.com/buildbot/buildbot-infra/commit/5d3daf31b71c7dca0952b27a5b35d32c790c7f57 Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: M jail-www.yml M roles/dns/templates/buildbot.net Log Message: ----------- make new web site the actual one * change buildbot.net's address * keep www.bb.net a CNAME to buildbot.net * remove www-new * (of course) bump serial for the zone Commit: 0eb0c689af2a9d413d217c2a490c431ff92f268c https://github.com/buildbot/buildbot-infra/commit/0eb0c689af2a9d413d217c2a490c431ff92f268c Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: M docs/hardware.txt A files/www-redirects M host-vm1.yml A jail-www.yml M local.yml M roles/dns/templates/buildbot.net M roles/nginx/README.rst A roles/nginx/templates/domain-redirect M roles/nginx/templates/proxy M roles/nginx/templates/static A roles/packages/README.rst A roles/packages/meta/main.yml A roles/packages/tasks/main.yml A roles/simple-buildout/README.rst A roles/simple-buildout/tasks/main.yml Log Message: ----------- Merge pull request #50 from sa2ajj/configure-www Configure www.bb.net Compare: https://github.com/buildbot/buildbot-infra/compare/ebe3b211dcdf...0eb0c689af2a From noreply at github.com Wed Dec 31 23:33:17 2014 From: noreply at github.com (GitHub) Date: Wed, 31 Dec 2014 15:33:17 -0800 Subject: [Buildbot-commits] [buildbot/buildbot-infra] 99648b: allow all master to get zone and notify them Message-ID: <54a487bde6139_e803fcb03aff2b81356f@hookshot-fe6-cp1-prd.iad.github.net.mail> Branch: refs/heads/master Home: https://github.com/buildbot/buildbot-infra Commit: 99648bd1b2a254829d704abdecdb86e62ca2d6a9 https://github.com/buildbot/buildbot-infra/commit/99648bd1b2a254829d704abdecdb86e62ca2d6a9 Author: Mikhail Sobolev Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: M roles/dns/templates/named.conf.zones Log Message: ----------- allow all master to get zone and notify them Commit: 5c0dd8a0739e67cc58b26769de493c3a529aba0b https://github.com/buildbot/buildbot-infra/commit/5c0dd8a0739e67cc58b26769de493c3a529aba0b Author: Dustin J. Mitchell Date: 2014-12-31 (Wed, 31 Dec 2014) Changed paths: M roles/dns/templates/named.conf.zones Log Message: ----------- Merge sa2ajj/buildbot-infra:dirty-hack-dns (PR #52) Compare: https://github.com/buildbot/buildbot-infra/compare/0eb0c689af2a...5c0dd8a0739e