From buildbot-devel at lists.sourceforge.net Wed Sep 1 10:53:36 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 01 Sep 2010 10:53:36 -0000 Subject: [Buildbot-commits] [Buildbot] #482: LDAP authentication of build requests In-Reply-To: <040.ba56d4728076dfff67e07dc7875fdac0@lists.sourceforge.net> References: <040.ba56d4728076dfff67e07dc7875fdac0@lists.sourceforge.net> Message-ID: <049.22a5136c4d22551459cedbb275b4997c@lists.sourceforge.net> #482: LDAP authentication of build requests ------------------------+--------------------------------------------------- Reporter: ipv6guru | Owner: jollyroger Type: enhancement | Status: accepted Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: ------------------------+--------------------------------------------------- Changes (by jollyroger): * owner: => jollyroger * status: new => accepted -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Sep 1 14:24:17 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 1 Sep 2010 07:24:17 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] af6bdb: update order_console_by_time docs: all revs are st... Message-ID: <20100901142417.4E0BB42173@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: af6bdb6134c265e47e0fdca5d608050158f63678 http://github.com/buildbot/buildbot/commit/af6bdb6134c265e47e0fdca5d608050158f63678 Author: Dustin J. Mitchell Date: 2010-09-01 (Wed, 01 Sep 2010) Changed paths: M master/docs/cfg-statustargets.texinfo Log Message: ----------- update order_console_by_time docs: all revs are strings From noreply at github.com Wed Sep 1 19:51:25 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 1 Sep 2010 12:51:25 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 56ca58: Add unittest for LoggingBuildStep.evaluateCommand/... Message-ID: <20100901195125.197B04205C@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 56ca585654a2985b33589664028448d782b36ae9 http://github.com/buildbot/buildbot/commit/56ca585654a2985b33589664028448d782b36ae9 Author: Ben Hearsum Date: 2010-09-01 (Wed, 01 Sep 2010) Changed paths: M master/buildbot/process/buildstep.py A master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Add unittest for LoggingBuildStep.evaluateCommand/regex_log_evaluator From noreply at github.com Wed Sep 1 19:54:07 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 1 Sep 2010 12:54:07 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] f2fd8b: Fix syntax errors Message-ID: <20100901195407.D1E154219B@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: f2fd8b5f3117fd5c4183d29cc6a2aa5dfce9cc91 http://github.com/buildbot/buildbot/commit/f2fd8b5f3117fd5c4183d29cc6a2aa5dfce9cc91 Author: Ben Hearsum Date: 2010-09-01 (Wed, 01 Sep 2010) Changed paths: M master/buildbot/test/unit/test_process_buildstep.py Log Message: ----------- Fix syntax errors From buildbot-devel at lists.sourceforge.net Thu Sep 2 16:34:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 02 Sep 2010 16:34:10 -0000 Subject: [Buildbot-commits] [Buildbot] #983: single-build buildslaves Message-ID: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> #983: single-build buildslaves ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- It would be nice if one could configure the buildslaves to shutdown themselves after executing exactly one build. The use case is this: We are preparing a clean chroot for each build, and want to destroy and recreate it immediately after the build. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Sep 2 16:38:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 02 Sep 2010 16:38:29 -0000 Subject: [Buildbot-commits] [Buildbot] #983: single-build buildslaves In-Reply-To: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> References: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> Message-ID: <048.fbcf6a79b34eda6f49ca4fd76e2ee340@lists.sourceforge.net> #983: single-build buildslaves ----------------------------+----------------------------------------------- Reporter: moschny | Owner: Type: support-request | Status: new Priority: major | Milestone: undecided Version: 0.8.1 | Keywords: ----------------------------+----------------------------------------------- Changes (by dustin): * type: enhancement => support-request Comment: Slaves can gracefully shut down already, so you can do this by adding a custom buildstep that calls the slave's shutdown method. You'll need to do some funny stuff to make sure the master doesn't think that the build has failed. I don't think this is generally useful enough to put into buildbot itself. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Sep 2 17:19:54 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 02 Sep 2010 17:19:54 -0000 Subject: [Buildbot-commits] [Buildbot] #984: per-project revlink Message-ID: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> #984: per-project revlink ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- The `revlink` option of `WebStatus` can be a callable which gets a revision id and a repository specifier. Would be nice if it also got the project parameter. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Sep 2 17:24:13 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 2 Sep 2010 10:24:13 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 0a0f3e: fix typo Message-ID: <20100902172413.9D0A74204A@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 0a0f3ebf3184590dd4ae8133e6a2812d9fb53d90 http://github.com/buildbot/buildbot/commit/0a0f3ebf3184590dd4ae8133e6a2812d9fb53d90 Author: Dustin J. Mitchell Date: 2010-09-02 (Thu, 02 Sep 2010) Changed paths: M master/buildbot/status/web/templates/build.html Log Message: ----------- fix typo From buildbot-devel at lists.sourceforge.net Thu Sep 2 20:07:08 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 02 Sep 2010 20:07:08 -0000 Subject: [Buildbot-commits] [Buildbot] #983: single-build buildslaves In-Reply-To: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> References: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> Message-ID: <048.9177b1438ac6c35bd79dcedb9fd84cc7@lists.sourceforge.net> #983: single-build buildslaves ----------------------------+----------------------------------------------- Reporter: moschny | Owner: Type: support-request | Status: new Priority: major | Milestone: undecided Version: 0.8.1 | Keywords: ----------------------------+----------------------------------------------- Comment(by moschny): Replying to [comment:1 dustin]: > Slaves can gracefully shut down already, so you can do this by adding a custom buildstep that calls the slave's shutdown method. You'll need to do some funny stuff to make sure the master doesn't think that the build has failed. Seems Mozilla has code for this already: http://hg.mozilla.org/build/buildbotcustom/file/buildbot-0.8.0/steps/misc.py#l543 (thanks to catlee for sharing the link in IRC.) > I don't think this is generally useful enough to put into buildbot itself. This will become more and more useful the easier it becomes to create and manage filesystem snapshots (e.g. using btrfs) or snapshots of complete virtual machines (e.g. using libguestfs). The best and cleanest way to be sure your build (and test) environment hasn't been changed by a previous run, is to throw it away and create a fresh one, and buildbot support for this use case will be needed sooner or later. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 3 14:41:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 03 Sep 2010 14:41:01 -0000 Subject: [Buildbot-commits] [Buildbot] #928: Allow builder to be associated with multiple categories In-Reply-To: <038.51386ed5975d423860b7df3ecfae8e27@lists.sourceforge.net> References: <038.51386ed5975d423860b7df3ecfae8e27@lists.sourceforge.net> Message-ID: <047.2bf1bde4bfffdf575d5aa3d2445f3a1d@lists.sourceforge.net> #928: Allow builder to be associated with multiple categories ------------------------+--------------------------------------------------- Reporter: stefan | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Comment(by stefan): At least conceptually, I think it's wrong to make "category" (no matter singular or plural) a property of a builder. Instead, I think "category" should be a first-class entity which contains a list of associated builders. With that approach it doesn't matter how many categories list the same builder, as the builder wouldn't be aware of that at all. How does this sound ? (I may actually implement that, if that has a chance to make it into mainline.) Thanks, -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 3 15:18:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 03 Sep 2010 15:18:14 -0000 Subject: [Buildbot-commits] [Buildbot] #984: per-project revlink In-Reply-To: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> References: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> Message-ID: <048.21a275b9fec8b7c58d690d536ef9304b@lists.sourceforge.net> #984: per-project revlink ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.2 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 3 15:20:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 03 Sep 2010 15:20:43 -0000 Subject: [Buildbot-commits] [Buildbot] #983: single-build buildslaves In-Reply-To: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> References: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> Message-ID: <048.8023bbc0ea9522667a60e1bb7cf8e927@lists.sourceforge.net> #983: single-build buildslaves ----------------------------+----------------------------------------------- Reporter: moschny | Owner: Type: support-request | Status: new Priority: major | Milestone: undecided Version: 0.8.1 | Keywords: ----------------------------+----------------------------------------------- Comment(by dustin): I don't think killing the buildslave is the best technique, though. Could you do the snapshotting within the context of a build? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 3 15:24:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 03 Sep 2010 15:24:35 -0000 Subject: [Buildbot-commits] [Buildbot] #928: Allow builder to be associated with multiple categories In-Reply-To: <038.51386ed5975d423860b7df3ecfae8e27@lists.sourceforge.net> References: <038.51386ed5975d423860b7df3ecfae8e27@lists.sourceforge.net> Message-ID: <047.684781ae458bffc5ec413cc74a1e68fe@lists.sourceforge.net> #928: Allow builder to be associated with multiple categories ------------------------+--------------------------------------------------- Reporter: stefan | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): If you can do it in a backward-compatible way, then it sounds fine. Note that we have two separate categories of category! Changes have categories, as do builders. To reduce user confusion, anything that happens to builder categories should probably happen to change categories, too. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 3 17:33:55 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 03 Sep 2010 17:33:55 -0000 Subject: [Buildbot-commits] [Buildbot] #985: wierd behaviour for some custom property values from force build page Message-ID: <039.9c19da66cfd0d81bd21cbb22407290df@lists.sourceforge.net> #985: wierd behaviour for some custom property values from force build page --------------------+------------------------------------------------------- Reporter: rmdugal | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.7.12 | Keywords: --------------------+------------------------------------------------------- On the force build page I enter a custom property called 'test'. If I assign an integer or text value containing no spaces then the force build button works as it should. However, if I enter a value of 'this is a test', with or without quotes, then the force build button instead sends me to a list of builders page and the build is not started. Here are some values for the custom property that work:[[BR]] 1234[[BR]] foo[[BR]] -foo[[BR]] /foo[[BR]] [[BR]] Here are some values for the custom property that break the force build, sending me to list of builders page:[[BR]] foo boo[[BR]] 'foo boo'[[BR]] "foo"[[BR]] \foo[[BR]] -foo -boo[[BR]] foo*[[BR]] foo,[[BR]] foo=boo[[BR]] Obviously some of these property values wouldn't make sense. However I don't see why I cannot enter a custom property/value pair like: [[BR]] TEST_OPTIONS = -A -b -CD[[BR]] -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 3 19:04:59 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 03 Sep 2010 19:04:59 -0000 Subject: [Buildbot-commits] [Buildbot] #985: wierd behaviour for some custom property values from force build page In-Reply-To: <039.9c19da66cfd0d81bd21cbb22407290df@lists.sourceforge.net> References: <039.9c19da66cfd0d81bd21cbb22407290df@lists.sourceforge.net> Message-ID: <048.aa990ec0db4a82f4b6c97464464854f8@lists.sourceforge.net> #985: wierd behaviour for some custom property values from force build page --------------------+------------------------------------------------------- Reporter: rmdugal | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.2 Version: 0.7.12 | Keywords: --------------------+------------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.2 Comment: Here's the offending code: {{{ #!py def getAndCheckProperties(req): """ Fetch custom build properties from the HTTP request of a "Force build" or "Resubmit build" HTML form. Check the names for valid strings, and return None if a problem is found. Return a new Properties object containing each property found in req. """ properties = Properties() i = 1 while True: pname = req.args.get("property%dname" % i, [""])[0] pvalue = req.args.get("property%dvalue" % i, [""])[0] if not pname or not pvalue: break if not re.match(r'^[\w\.\-\/\~:]*$', pname) \ or not re.match(r'^[\w\.\-\/\~:]*$', pvalue): log.msg("bad property name='%s', value='%s'" % (pname, pvalue)) return None properties.setProperty(pname, pvalue, "Force Build Form") i = i + 1 return properties }}} Obviously this is somewhat security-sensitive, but the use of some regexes like this is probably not the best solution. I'm sure there are harmful values that *could* fit through this filter, and you've listed one of many useful values that does not fit through it. I'm open to suggestions as to how this should be handled. I'm tempted to just scrap the validation entirely, on the theory that no validation technique is going to be universally useful to the various projects that are built by Buildbot. Thoughts? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 3 19:13:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 03 Sep 2010 19:13:00 -0000 Subject: [Buildbot-commits] [Buildbot] #985: wierd behaviour for some custom property values from force build page In-Reply-To: <039.9c19da66cfd0d81bd21cbb22407290df@lists.sourceforge.net> References: <039.9c19da66cfd0d81bd21cbb22407290df@lists.sourceforge.net> Message-ID: <048.1595c60ad383dd2e3142cb6716f4f2eb@lists.sourceforge.net> #985: wierd behaviour for some custom property values from force build page --------------------+------------------------------------------------------- Reporter: rmdugal | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.2 Version: 0.7.12 | Keywords: web --------------------+------------------------------------------------------- Changes (by dustin): * keywords: => web Comment: Jc2k suggests adding a property-validation callback to the WebStatus constructor, where the default uses the regexes in getAndCheckProperties. Is that something you might be able to cook up and test? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 3 20:12:48 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 03 Sep 2010 20:12:48 -0000 Subject: [Buildbot-commits] [Buildbot] #984: per-project revlink In-Reply-To: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> References: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> Message-ID: <048.f95f3bd9897fb63aa2aadf761a707a41@lists.sourceforge.net> #984: per-project revlink ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- Comment(by marcusl): It shouldn't be that hard to fix. Problem is, can we make a backwards compatible fix somehow, or is it ok to break 0.8.x code? (I don't think many are using this feature yet, but I might be wrong...) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 3 20:24:22 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 03 Sep 2010 20:24:22 -0000 Subject: [Buildbot-commits] [Buildbot] #984: per-project revlink In-Reply-To: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> References: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> Message-ID: <048.566cf2c2868469d7b30d7d7cf2dd2f5b@lists.sourceforge.net> #984: per-project revlink ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): I think several people are using it. But it's a small enough change that I'd be happy with a loud note in NEWS and expecting users to fix it in their configs. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Sep 4 18:32:30 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 04 Sep 2010 18:32:30 -0000 Subject: [Buildbot-commits] [Buildbot] #739: HTML logs do not get compressed In-Reply-To: <039.2b0ebe3105f086521fea6a5dd8cfc947@lists.sourceforge.net> References: <039.2b0ebe3105f086521fea6a5dd8cfc947@lists.sourceforge.net> Message-ID: <048.78d0874a046b3d00526af02cf3c929e3@lists.sourceforge.net> #739: HTML logs do not get compressed ---------------------+------------------------------------------------------ Reporter: marcusl | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.3 Version: 0.7.12 | Keywords: ---------------------+------------------------------------------------------ Comment(by marcusl): Uh. Sorry for the quietness. I didn't see your comments. I'll get back to this once we update our buildbot install to 0.8.x at work. (within a few months..) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Sep 4 19:25:30 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 04 Sep 2010 19:25:30 -0000 Subject: [Buildbot-commits] [Buildbot] #739: HTML logs do not get compressed In-Reply-To: <039.2b0ebe3105f086521fea6a5dd8cfc947@lists.sourceforge.net> References: <039.2b0ebe3105f086521fea6a5dd8cfc947@lists.sourceforge.net> Message-ID: <048.bd9434ba8c47355e506c6f5034115463@lists.sourceforge.net> #739: HTML logs do not get compressed ---------------------+------------------------------------------------------ Reporter: marcusl | Owner: Type: defect | Status: new Priority: critical | Milestone: 0.8.3 Version: 0.7.12 | Keywords: ---------------------+------------------------------------------------------ Comment(by marcusl): Or rather, on monday, I can try to disassemble the pickle or mail it to you. My vacation for this summer is now over, and I have to work for my salary again. ;) -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Sep 5 18:30:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 05 Sep 2010 18:30:12 -0000 Subject: [Buildbot-commits] [Buildbot] #783: slave-side exception reporting broken In-Reply-To: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> References: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> Message-ID: <050.4068ce2b4f3bd23b521466f473cb37ed@lists.sourceforge.net> #783: slave-side exception reporting broken ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.2 Version: 0.8.0 | Keywords: ----------------------+----------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned Comment: Ah, I see. The problem is that the exception occurs before the environment is dumped, because the source steps call getCommand early in their execution. Hmm. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sun Sep 5 19:01:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 05 Sep 2010 19:01:50 -0000 Subject: [Buildbot-commits] [Buildbot] #783: slave-side exception reporting broken In-Reply-To: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> References: <041.fd37277330781584cc6ee199de65325a@lists.sourceforge.net> Message-ID: <050.4f7dc49f4b819e5d59c9ad10df845c9d@lists.sourceforge.net> #783: slave-side exception reporting broken ----------------------+----------------------------------------------------- Reporter: dabrahams | Owner: dustin Type: defect | Status: closed Priority: major | Milestone: 0.8.2 Version: 0.8.0 | Resolution: fixed Keywords: | ----------------------+----------------------------------------------------- Changes (by Dustin J. Mitchell): * status: assigned => closed * resolution: => fixed Comment: defer searching $PATH for vcexe until later; better errors Before this change, a missing vcexe would cause something like exceptions.RuntimeError: Couldn't find executable for 'hg' With this change, a missing vcexe gives something like could not find 'hg' PATH is 'blah blah blah' program finished with exit code -1 Fixes #783 Changeset: 838f9dd9ec7d889462bf12c6ad4d6b7c0631e288 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Sun Sep 5 19:01:51 2010 From: noreply at github.com (noreply at github.com) Date: Sun, 5 Sep 2010 12:01:51 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 838f9d: defer searching $PATH for vcexe until later; bette... Message-ID: <20100905190150.F31DB42193@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 838f9dd9ec7d889462bf12c6ad4d6b7c0631e288 http://github.com/buildbot/buildbot/commit/838f9dd9ec7d889462bf12c6ad4d6b7c0631e288 Author: Dustin J. Mitchell Date: 2010-09-05 (Sun, 05 Sep 2010) Changed paths: M slave/buildslave/commands/base.py M slave/buildslave/commands/bk.py M slave/buildslave/commands/bzr.py M slave/buildslave/commands/cvs.py M slave/buildslave/commands/darcs.py M slave/buildslave/commands/git.py M slave/buildslave/commands/hg.py M slave/buildslave/commands/p4.py M slave/buildslave/commands/svn.py Log Message: ----------- defer searching $PATH for vcexe until later; better errors Before this change, a missing vcexe would cause something like exceptions.RuntimeError: Couldn't find executable for 'hg' With this change, a missing vcexe gives something like could not find 'hg' PATH is 'blah blah blah' program finished with exit code -1 Fixes #783 From buildbot-devel at lists.sourceforge.net Sun Sep 5 19:03:03 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sun, 05 Sep 2010 19:03:03 -0000 Subject: [Buildbot-commits] [Buildbot] #817: change manager ignores changeHorizon In-Reply-To: <038.fc1589408252cc516098ecd2c5e2dfc0@lists.sourceforge.net> References: <038.fc1589408252cc516098ecd2c5e2dfc0@lists.sourceforge.net> Message-ID: <047.fc7a613df8147a208cc14fbe0aa1eb7b@lists.sourceforge.net> #817: change manager ignores changeHorizon ---------------------+------------------------------------------------------ Reporter: dustin | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.2 Version: 0.8.0 | Resolution: Keywords: database | ---------------------+------------------------------------------------------ Comment(by dustin): catlee -- any further thoughts on this issue? -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Sep 6 13:16:31 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 06 Sep 2010 13:16:31 -0000 Subject: [Buildbot-commits] [Buildbot] #984: per-project revlink In-Reply-To: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> References: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> Message-ID: <048.000f3f24c3bd4127e5d4b5c16a13aee1@lists.sourceforge.net> #984: per-project revlink ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- Changes (by moschny): * cc: thomas.moschny@? (added) Comment: One could also check the arity of the `revlink` method and call it with the right number of parameters. This would retain backwards compatibility. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Mon Sep 6 15:17:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Mon, 06 Sep 2010 15:17:43 -0000 Subject: [Buildbot-commits] [Buildbot] #984: per-project revlink In-Reply-To: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> References: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> Message-ID: <048.0ea4db579bfe6229599dc9bea79ff48b@lists.sourceforge.net> #984: per-project revlink ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- Comment(by dustin): That's tricky, since func_code.co_argcount includes "self" in a method, even if the method is bound. Let's stick with simpler-is-better and just make a small backward- compatibility break. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Mon Sep 6 22:30:23 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 6 Sep 2010 15:30:23 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c7b353: Merge branch 'gcode-poller' of git://github.com/du... Message-ID: <20100906223023.B64B54202E@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: c7b3530bf90ec6eabf601cdec01b9b6ded6da48e http://github.com/buildbot/buildbot/commit/c7b3530bf90ec6eabf601cdec01b9b6ded6da48e Author: Dustin J. Mitchell Date: 2010-09-06 (Mon, 06 Sep 2010) Changed paths: M master/contrib/googlecode_atom.py Log Message: ----------- Merge branch 'gcode-poller' of git://github.com/durin42/buildbot * 'gcode-poller' of git://github.com/durin42/buildbot: googlecode_atom: convenience method for easier configuration googlecode_atom: various high-level style fixes From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:15:20 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:15:20 -0000 Subject: [Buildbot-commits] [Buildbot] #952: CUnit support In-Reply-To: <037.12f5de32ce2d4b016d23e74525702c10@lists.sourceforge.net> References: <037.12f5de32ce2d4b016d23e74525702c10@lists.sourceforge.net> Message-ID: <046.93317c379b6eec848d61306394e6ed4b@lists.sourceforge.net> #952: CUnit support ------------------------+--------------------------------------------------- Reporter: mattn | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:15:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:15:38 -0000 Subject: [Buildbot-commits] [Buildbot] #956: Send an email notification to the person who forces/rebuilds a build In-Reply-To: <053.90a141f4d7d39441567be12e2bab5e39@lists.sourceforge.net> References: <053.90a141f4d7d39441567be12e2bab5e39@lists.sourceforge.net> Message-ID: <062.dcef05f15cd11213954ea5f99cbaaf23@lists.sourceforge.net> #956: Send an email notification to the person who forces/rebuilds a build ----------------------------------+----------------------------------------- Reporter: yogawa@? | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.1 | Keywords: ----------------------------------+----------------------------------------- Changes (by dustin): * type: undecided => enhancement * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:16:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:16:14 -0000 Subject: [Buildbot-commits] [Buildbot] #977: WithProperties() cannot by used for setting VCS's workdir In-Reply-To: <043.e58b983e6455f6d91c7fdc457bfe4726@lists.sourceforge.net> References: <043.e58b983e6455f6d91c7fdc457bfe4726@lists.sourceforge.net> Message-ID: <052.4553ec1e61f6eae7a077d9b37a069ec3@lists.sourceforge.net> #977: WithProperties() cannot by used for setting VCS's workdir ------------------------+--------------------------------------------------- Reporter: PiotrSikora | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.2 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:16:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:16:33 -0000 Subject: [Buildbot-commits] [Buildbot] #979: No requirement to identify rebuild requestor In-Reply-To: <041.1ffcef93987e379d346d785513a11ab9@lists.sourceforge.net> References: <041.1ffcef93987e379d346d785513a11ab9@lists.sourceforge.net> Message-ID: <050.fdb90ac7314317ae291abc609dcf965c@lists.sourceforge.net> #979: No requirement to identify rebuild requestor ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.1 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web * type: defect => enhancement * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:16:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:16:45 -0000 Subject: [Buildbot-commits] [Buildbot] #980: Status display that lists just running builds In-Reply-To: <038.4b6c2bc55b8c247dc337e4171a2804c3@lists.sourceforge.net> References: <038.4b6c2bc55b8c247dc337e4171a2804c3@lists.sourceforge.net> Message-ID: <047.3ef5aa0397dbab6723e90c2838dbfec1@lists.sourceforge.net> #980: Status display that lists just running builds ------------------------+--------------------------------------------------- Reporter: catlee | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.1 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web * milestone: undecided => 0.8.+ -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:16:58 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:16:58 -0000 Subject: [Buildbot-commits] [Buildbot] #982: BuildSlave properties aren't re-read on buildmaster reload In-Reply-To: <043.c4911d005c0b825ac28608dfe7a29137@lists.sourceforge.net> References: <043.c4911d005c0b825ac28608dfe7a29137@lists.sourceforge.net> Message-ID: <052.c7ae65abddd4fe711253f489975ab28b@lists.sourceforge.net> #982: BuildSlave properties aren't re-read on buildmaster reload ------------------------+--------------------------------------------------- Reporter: PiotrSikora | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.2 Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * milestone: undecided => 0.8.2 -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:17:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:17:12 -0000 Subject: [Buildbot-commits] [Buildbot] #983: single-build buildslaves In-Reply-To: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> References: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> Message-ID: <048.54a05384ef664c4312f0a0be8ad5ec31@lists.sourceforge.net> #983: single-build buildslaves ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: 1.0.+ Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- Changes (by dustin): * type: support-request => enhancement * milestone: undecided => 1.0.+ -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Sep 7 02:17:58 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 6 Sep 2010 19:17:58 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 294a81: Merge branch 'bug817' Message-ID: <20100907021758.7C3B042096@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 294a81c86198e8f105bb0eff1532193ef557ee0e http://github.com/buildbot/buildbot/commit/294a81c86198e8f105bb0eff1532193ef557ee0e Author: Dustin J. Mitchell Date: 2010-09-06 (Mon, 06 Sep 2010) Changed paths: M master/buildbot/changes/manager.py M master/buildbot/db/connector.py Log Message: ----------- Merge branch 'bug817' * bug817: implement the changeHorizon From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:18:40 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:18:40 -0000 Subject: [Buildbot-commits] [Buildbot] #817: change manager ignores changeHorizon In-Reply-To: <038.fc1589408252cc516098ecd2c5e2dfc0@lists.sourceforge.net> References: <038.fc1589408252cc516098ecd2c5e2dfc0@lists.sourceforge.net> Message-ID: <047.b6f98f6c75a733a8a4070322ae775545@lists.sourceforge.net> #817: change manager ignores changeHorizon ---------------------+------------------------------------------------------ Reporter: dustin | Owner: dustin Type: defect | Status: closed Priority: major | Milestone: 0.8.2 Version: 0.8.0 | Resolution: fixed Keywords: database | ---------------------+------------------------------------------------------ Changes (by dustin): * status: assigned => closed * resolution: => fixed Comment: {{{ commit 294a81c86198e8f105bb0eff1532193ef557ee0e Merge: c7b3530 a77debe Author: Dustin J. Mitchell Date: Mon Sep 6 21:17:39 2010 -0500 Merge branch 'bug817' * bug817: implement the changeHorizon }}} -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:23:22 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:23:22 -0000 Subject: [Buildbot-commits] [Buildbot] #984: per-project revlink In-Reply-To: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> References: <039.dadc1ed0406277c545f191d04933f465@lists.sourceforge.net> Message-ID: <048.589f74fb7cba0fc0624a7ba7fd535f2b@lists.sourceforge.net> #984: per-project revlink ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:23:28 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:23:28 -0000 Subject: [Buildbot-commits] [Buildbot] #982: BuildSlave properties aren't re-read on buildmaster reload In-Reply-To: <043.c4911d005c0b825ac28608dfe7a29137@lists.sourceforge.net> References: <043.c4911d005c0b825ac28608dfe7a29137@lists.sourceforge.net> Message-ID: <052.ceb59bfcbacc8ddd0a069e438ed08654@lists.sourceforge.net> #982: BuildSlave properties aren't re-read on buildmaster reload ------------------------+--------------------------------------------------- Reporter: PiotrSikora | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.2 Version: 0.8.1 | Keywords: reconfig ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => reconfig -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:23:36 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:23:36 -0000 Subject: [Buildbot-commits] [Buildbot] #966: Wrong description for steps skipped via doStepIf In-Reply-To: <043.bcef5522791b840861ea50f02996fb38@lists.sourceforge.net> References: <043.bcef5522791b840861ea50f02996fb38@lists.sourceforge.net> Message-ID: <052.8431c72d0f2cf248bf1b5c62f266eb12@lists.sourceforge.net> #966: Wrong description for steps skipped via doStepIf ------------------------+--------------------------------------------------- Reporter: PiotrSikora | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.2 Version: 0.8.1 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:23:50 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:23:50 -0000 Subject: [Buildbot-commits] [Buildbot] #956: Send an email notification to the person who forces/rebuilds a build In-Reply-To: <053.90a141f4d7d39441567be12e2bab5e39@lists.sourceforge.net> References: <053.90a141f4d7d39441567be12e2bab5e39@lists.sourceforge.net> Message-ID: <062.2b131350300b71874ee4c6febdba200a@lists.sourceforge.net> #956: Send an email notification to the person who forces/rebuilds a build ----------------------------------+----------------------------------------- Reporter: yogawa@? | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.1 | Keywords: mail ----------------------------------+----------------------------------------- Changes (by dustin): * keywords: => mail -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:24:02 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:24:02 -0000 Subject: [Buildbot-commits] [Buildbot] #906: please offer a way to pipe shell output in 'i/o view' through external tool In-Reply-To: <041.59e1a81bb78614dad89cef74fdaa10ac@lists.sourceforge.net> References: <041.59e1a81bb78614dad89cef74fdaa10ac@lists.sourceforge.net> Message-ID: <050.697b679e4ba270652ed08efb03076c4d@lists.sourceforge.net> #906: please offer a way to pipe shell output in 'i/o view' through external tool ------------------------+--------------------------------------------------- Reporter: dothebart | Owner: Type: enhancement | Status: new Priority: trivial | Milestone: 0.8.+ Version: master | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:24:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:24:15 -0000 Subject: [Buildbot-commits] [Buildbot] #815: quote marks are stripped from command-line in log In-Reply-To: <037.e61b68faae910594d1fa98bd3b18bb4e@lists.sourceforge.net> References: <037.e61b68faae910594d1fa98bd3b18bb4e@lists.sourceforge.net> Message-ID: <046.9bd46abe9689bc72e03a3021bb42ce12@lists.sourceforge.net> #815: quote marks are stripped from command-line in log -------------------+-------------------------------------------------------- Reporter: zooko | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.3 Version: 0.7.12 | Keywords: web -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:25:05 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:25:05 -0000 Subject: [Buildbot-commits] [Buildbot] #807: "Brokenness display" In-Reply-To: <041.72fa4fecbf8eb95c09c8780487dc1c37@lists.sourceforge.net> References: <041.72fa4fecbf8eb95c09c8780487dc1c37@lists.sourceforge.net> Message-ID: <050.4138c66e12d609184b549023409fb417@lists.sourceforge.net> #807: "Brokenness display" ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web Comment: I think the OP is looking for a way to summarize the existing test counts across multiple builds. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:25:18 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:25:18 -0000 Subject: [Buildbot-commits] [Buildbot] #806: Need branch name display In-Reply-To: <041.0b6e5b0e15b3da9bf4fde730b1cd2597@lists.sourceforge.net> References: <041.0b6e5b0e15b3da9bf4fde730b1cd2597@lists.sourceforge.net> Message-ID: <050.125f6659d7bb2a30dc2adf9dbb1e0a35@lists.sourceforge.net> #806: Need branch name display ------------------------+--------------------------------------------------- Reporter: dabrahams | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:25:27 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:25:27 -0000 Subject: [Buildbot-commits] [Buildbot] #634: MailNotifier configurability In-Reply-To: <037.4938fcfb8debf2a7ecea2c6d0558a00e@lists.sourceforge.net> References: <037.4938fcfb8debf2a7ecea2c6d0558a00e@lists.sourceforge.net> Message-ID: <046.05e884169ded71791580321f1277eb89@lists.sourceforge.net> #634: MailNotifier configurability ------------------------+--------------------------------------------------- Reporter: tycho | Owner: Type: enhancement | Status: new Priority: major | Milestone: 1.0.+ Version: 0.7.11 | Keywords: mail ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => mail -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:25:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:25:32 -0000 Subject: [Buildbot-commits] [Buildbot] #571: MailNotifier to send emails on build exceptions In-Reply-To: <037.06f30f4c940adcd363cfd1cef03c419c@lists.sourceforge.net> References: <037.06f30f4c940adcd363cfd1cef03c419c@lists.sourceforge.net> Message-ID: <046.b4279dc648744b932f44c6d3a78ed62f@lists.sourceforge.net> #571: MailNotifier to send emails on build exceptions -------------------+-------------------------------------------------------- Reporter: toddw | Owner: warner Type: defect | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.10 | Keywords: mail -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => mail -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:25:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:25:44 -0000 Subject: [Buildbot-commits] [Buildbot] #394: I want buildbot to repeatedly notify the person responsible for the build break that the build is still broken, so that they know when it is fixed. In-Reply-To: <041.605d722ef3b351819452170c4f20456c@lists.sourceforge.net> References: <041.605d722ef3b351819452170c4f20456c@lists.sourceforge.net> Message-ID: <050.12cf6b92a9bd91247c6e898d79ec6c77@lists.sourceforge.net> #394: I want buildbot to repeatedly notify the person responsible for the build break that the build is still broken, so that they know when it is fixed. ------------------------+--------------------------------------------------- Reporter: mmacvicar | Owner: Type: enhancement | Status: new Priority: major | Milestone: 1.0.+ Version: 0.7.9 | Keywords: mail ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => mail -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:26:01 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:26:01 -0000 Subject: [Buildbot-commits] [Buildbot] #344: Lost-slave emails should contain link to waterfall... In-Reply-To: <037.ecb69a3743f11c42fe15fc00ef4ab750@lists.sourceforge.net> References: <037.ecb69a3743f11c42fe15fc00ef4ab750@lists.sourceforge.net> Message-ID: <046.4b3dfeff60c7ee49e9c4db89faf7e965@lists.sourceforge.net> #344: Lost-slave emails should contain link to waterfall... -------------------+-------------------------------------------------------- Reporter: zandr | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.8 | Keywords: mail -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => mail -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:26:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:26:10 -0000 Subject: [Buildbot-commits] [Buildbot] #310: MailNotifier: use mime types for log file attachments? In-Reply-To: <039.c0f3a169c07b8049ca6cb0492d8b9236@lists.sourceforge.net> References: <039.c0f3a169c07b8049ca6cb0492d8b9236@lists.sourceforge.net> Message-ID: <048.9e8fc382ee135afeebccf108c05495e2@lists.sourceforge.net> #310: MailNotifier: use mime types for log file attachments? ------------------------+--------------------------------------------------- Reporter: spurkis | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.7.7 | Keywords: mail ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => mail -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:26:17 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:26:17 -0000 Subject: [Buildbot-commits] [Buildbot] #339: inline logs in HTML Emails and capture errors in Compile In-Reply-To: <035.703840e8341f8372589deee485b8783c@lists.sourceforge.net> References: <035.703840e8341f8372589deee485b8783c@lists.sourceforge.net> Message-ID: <044.87411538dc2feff51455caabc0e3a6bd@lists.sourceforge.net> #339: inline logs in HTML Emails and capture errors in Compile ------------------------+--------------------------------------------------- Reporter: tzz | Owner: dustin Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.8 | Keywords: mail ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => mail -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:26:25 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:26:25 -0000 Subject: [Buildbot-commits] [Buildbot] #303: Error during svn update/checkout leaves bogus revision/branch in waterfall In-Reply-To: <039.3b3f9ef4b4fc20a73aa63fe66259cffa@lists.sourceforge.net> References: <039.3b3f9ef4b4fc20a73aa63fe66259cffa@lists.sourceforge.net> Message-ID: <048.38eb05fe0a55742069a98a78d7c2ca89@lists.sourceforge.net> #303: Error during svn update/checkout leaves bogus revision/branch in waterfall --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.7 | Keywords: web --------------------+------------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:26:32 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:26:32 -0000 Subject: [Buildbot-commits] [Buildbot] #283: buildslave information disappears when buildslave is off-line In-Reply-To: <037.91be6f05f69c363ac079dab7121abb5f@lists.sourceforge.net> References: <037.91be6f05f69c363ac079dab7121abb5f@lists.sourceforge.net> Message-ID: <046.95c66d8660f9fd5c69f2cc0c806ee809@lists.sourceforge.net> #283: buildslave information disappears when buildslave is off-line -------------------+-------------------------------------------------------- Reporter: zooko | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.7 | Keywords: web -------------------+-------------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:26:38 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:26:38 -0000 Subject: [Buildbot-commits] [Buildbot] #265: more detailed descriptions at the top of waterfall In-Reply-To: <037.370a81f796ba7a9201e9ed40f357f71b@lists.sourceforge.net> References: <037.370a81f796ba7a9201e9ed40f357f71b@lists.sourceforge.net> Message-ID: <046.ea18a4370f79d0f3d2c8bb592b2dfdf7@lists.sourceforge.net> #265: more detailed descriptions at the top of waterfall ------------------------+--------------------------------------------------- Reporter: zooko | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.7.7 | Keywords: web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:26:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:26:46 -0000 Subject: [Buildbot-commits] [Buildbot] #132: Use jinja for MailNotifier emails In-Reply-To: <040.be53ba06b4d8d9a269d0768c413bf7fe@lists.sourceforge.net> References: <040.be53ba06b4d8d9a269d0768c413bf7fe@lists.sourceforge.net> Message-ID: <049.114ab697cd31a75a9d545b5c1ffbe25e@lists.sourceforge.net> #132: Use jinja for MailNotifier emails ------------------------+--------------------------------------------------- Reporter: bhearsum | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: | Keywords: mail, web ------------------------+--------------------------------------------------- Changes (by dustin): * keywords: => mail, web -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 7 02:26:53 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 07 Sep 2010 02:26:53 -0000 Subject: [Buildbot-commits] [Buildbot] #33: Build failure from interrupt should be purple In-Reply-To: <039.58433504b28118d9e5c98c5f8860ec83@lists.sourceforge.net> References: <039.58433504b28118d9e5c98c5f8860ec83@lists.sourceforge.net> Message-ID: <048.0c41d170545b73104657bf2f9050a1b7@lists.sourceforge.net> #33: Build failure from interrupt should be purple --------------------+------------------------------------------------------- Reporter: jknight | Owner: warner Type: defect | Status: new Priority: minor | Milestone: 0.8.3 Version: | Keywords: web --------------------+------------------------------------------------------- Changes (by dustin): * keywords: => web -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Sep 8 05:21:23 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 7 Sep 2010 22:21:23 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 44c538: remove debug prints Message-ID: <20100908052123.ABAE04216F@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 44c53826c946282deff7f641a95f4e4c03cf0d73 http://github.com/buildbot/buildbot/commit/44c53826c946282deff7f641a95f4e4c03cf0d73 Author: Dustin J. Mitchell Date: 2010-09-07 (Tue, 07 Sep 2010) Changed paths: M master/buildbot/changes/manager.py Log Message: ----------- remove debug prints From buildbot-devel at lists.sourceforge.net Wed Sep 8 10:22:20 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 08 Sep 2010 10:22:20 -0000 Subject: [Buildbot-commits] [Buildbot] #986: VC9 does not give the correct path to devenv.exe Message-ID: <040.25b46769a3966195cbe1887e2c851ef2@lists.sourceforge.net> #986: VC9 does not give the correct path to devenv.exe ---------------------+------------------------------------------------------ Reporter: JDelfour | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.+ Version: 0.8.1 | Keywords: Visual Studio ---------------------+------------------------------------------------------ In buildbot.steps.vstudio.py, VC9 installdir defaults to 'C:\\Program Files\\Microsoft Visual Studio 8'" whereas it's installdir is 'C:\\Program Files\\Microsoft Visual Studio 9'. this can be easily bypassed by forcing a path when creating the step, but it's a bug. Also the VC9 class (alias) is missing from the package 0.8.1. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Sep 8 15:04:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 08 Sep 2010 15:04:00 -0000 Subject: [Buildbot-commits] [Buildbot] #986: VC9 does not give the correct path to devenv.exe In-Reply-To: <040.25b46769a3966195cbe1887e2c851ef2@lists.sourceforge.net> References: <040.25b46769a3966195cbe1887e2c851ef2@lists.sourceforge.net> Message-ID: <049.3287d4ebe77428d9613d304632db107b@lists.sourceforge.net> #986: VC9 does not give the correct path to devenv.exe ---------------------+------------------------------------------------------ Reporter: JDelfour | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.2 Version: 0.8.1 | Keywords: windows ---------------------+------------------------------------------------------ Changes (by dustin): * keywords: Visual Studio => windows * milestone: 0.8.+ => 0.8.2 Comment: Well, as for the missing alias - yes, that was added after 0.8.1 was released. You'll notice it's also missing from all previous versions of Buildbot :) As for the wrong installdir: I have a patch here: http://github.com/djmitche/buildbot/commit/bug986 but I can't test it. If you can test this patch out and let me know that it works, I'll get it committed in 0.8.2. If anyone from the windows team can help, that would be great, too! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Sep 9 07:46:29 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 09 Sep 2010 07:46:29 -0000 Subject: [Buildbot-commits] [Buildbot] #986: VC9 does not give the correct path to devenv.exe In-Reply-To: <040.25b46769a3966195cbe1887e2c851ef2@lists.sourceforge.net> References: <040.25b46769a3966195cbe1887e2c851ef2@lists.sourceforge.net> Message-ID: <049.3c4686f35752b8d257104177df6e4ddc@lists.sourceforge.net> #986: VC9 does not give the correct path to devenv.exe ---------------------+------------------------------------------------------ Reporter: JDelfour | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.2 Version: 0.8.1 | Keywords: windows ---------------------+------------------------------------------------------ Comment(by JDelfour): I don't have the git clone setup but if i look at the file, the default install path is "C:\Program Files (x86)\Microsoft Visual Studio 9.0" and not "C:\Program Files\Microsoft Visual Studio 9" (at least it is for VS2008 Professional) There is also an enhancement (i guess): I usually prefer doing a "clean" before a "build" without using the "rebuild" (which sometimes mess the dependencies... I guess you should add the following in the command lines : if self.mode == "clean": command.append("/Clean") Thanks -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Thu Sep 9 14:52:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 09 Sep 2010 14:52:51 -0000 Subject: [Buildbot-commits] [Buildbot] #986: VC9 does not give the correct path to devenv.exe In-Reply-To: <040.25b46769a3966195cbe1887e2c851ef2@lists.sourceforge.net> References: <040.25b46769a3966195cbe1887e2c851ef2@lists.sourceforge.net> Message-ID: <049.8695a161fe6f74f11674ea1c2435a63a@lists.sourceforge.net> #986: VC9 does not give the correct path to devenv.exe ---------------------+------------------------------------------------------ Reporter: JDelfour | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.2 Version: 0.8.1 | Keywords: windows ---------------------+------------------------------------------------------ Comment(by dustin): Can you open a new bug for the enhancement? Without the ability to test, I need to do these commits in very small increments. I've updated the branch at the URL above with the correct installdir. Is the " (x86)" in the first path component important? -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Sep 10 14:27:20 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 10 Sep 2010 07:27:20 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] e8e5bc: Regex log evaluator needs to check rc code (becaus... Message-ID: <20100910142720.ABE8142326@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: e8e5bcb7434aa90e2a76423d7ebe3394bd347d00 http://github.com/buildbot/buildbot/commit/e8e5bcb7434aa90e2a76423d7ebe3394bd347d00 Author: Ben Hearsum Date: 2010-09-10 (Fri, 10 Sep 2010) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Regex log evaluator needs to check rc code (because evaluateCommand doesn't when log_eval_func is set). From buildbot-devel at lists.sourceforge.net Fri Sep 10 15:48:03 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 10 Sep 2010 15:48:03 -0000 Subject: [Buildbot-commits] [Buildbot] #987: Missing command line for visual studio /clean Message-ID: <040.6df45e4f3a10e66654c8ced4b0556c37@lists.sourceforge.net> #987: Missing command line for visual studio /clean ------------------------+--------------------------------------------------- Reporter: JDelfour | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.2 Version: 0.8.1 | Keywords: windows ------------------------+--------------------------------------------------- Reference ticket: http://buildbot.net/trac/ticket/986 I usually prefer doing a "clean" before a "build" without using the "rebuild" (which sometimes mess the dependencies... I guess you should add the following in the command lines of visual studio: if self.mode == "clean": command.append("/Clean") -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 10 15:49:56 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 10 Sep 2010 15:49:56 -0000 Subject: [Buildbot-commits] [Buildbot] #986: VC9 does not give the correct path to devenv.exe In-Reply-To: <040.25b46769a3966195cbe1887e2c851ef2@lists.sourceforge.net> References: <040.25b46769a3966195cbe1887e2c851ef2@lists.sourceforge.net> Message-ID: <049.98704b70de893e2f433dbe14aa295eca@lists.sourceforge.net> #986: VC9 does not give the correct path to devenv.exe ---------------------+------------------------------------------------------ Reporter: JDelfour | Owner: Type: defect | Status: new Priority: minor | Milestone: 0.8.2 Version: 0.8.1 | Keywords: windows ---------------------+------------------------------------------------------ Comment(by JDelfour): Done: http://buildbot.net/trac/ticket/987 I guess the x86 if visual studio has been installed on a 64 bits computer. We see more and more 64 bits OS nowadays :) At the end, this value can be overwritten by setting the parameter... Thanks! -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 10 16:20:22 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 10 Sep 2010 16:20:22 -0000 Subject: [Buildbot-commits] [Buildbot] #983: single-build buildslaves In-Reply-To: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> References: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> Message-ID: <048.389fb02d73708a8d00046da91b6e6c4c@lists.sourceforge.net> #983: single-build buildslaves ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: 1.0.+ Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- Changes (by moschny): * cc: thomas.moschny@? (added) Comment: After some discussion on IRC, best would be to use a `LibVirtSlave` for what I am trying to achieve. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Sat Sep 11 23:28:36 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Sat, 11 Sep 2010 23:28:36 -0000 Subject: [Buildbot-commits] [Buildbot] #983: single-build buildslaves In-Reply-To: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> References: <039.b3bc46ba630d6910ebcd1c06e3858208@lists.sourceforge.net> Message-ID: <048.795f63c19fd4792e10e3fc2fc6fa25cd@lists.sourceforge.net> #983: single-build buildslaves ----------------------------+----------------------------------------------- Reporter: moschny | Owner: Type: support-request | Status: closed Priority: major | Milestone: 1.0.+ Version: 0.8.1 | Resolution: fixed Keywords: | ----------------------------+----------------------------------------------- Changes (by dustin): * status: new => closed * type: enhancement => support-request * resolution: => fixed -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Sep 14 15:16:54 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 14 Sep 2010 08:16:54 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 6aaac9: Added "category" and "project" arguments to GitPol... Message-ID: <20100914151654.376AB421AE@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 6aaac93ac1480759827d86a5880cde595fd4f27a http://github.com/buildbot/buildbot/commit/6aaac93ac1480759827d86a5880cde595fd4f27a Author: Shawn Chin Date: 2010-09-13 (Mon, 13 Sep 2010) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- Added "category" and "project" arguments to GitPoller (as implemented for SVNPoller) If set, those attributes are passed on to the Change object produced, allowing them to be targeted by change filters. Commit: a67751a715f3ecf2c1a1bd2668abe20dfe1a4aff http://github.com/buildbot/buildbot/commit/a67751a715f3ecf2c1a1bd2668abe20dfe1a4aff Author: Shawn Chin Date: 2010-09-13 (Mon, 13 Sep 2010) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- fixed typo Commit: d5e8068aee8962aa32f3eeb74a85ff0018e0151b http://github.com/buildbot/buildbot/commit/d5e8068aee8962aa32f3eeb74a85ff0018e0151b Author: Dustin J. Mitchell Date: 2010-09-13 (Mon, 13 Sep 2010) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- Merge branch 'gitpoller-addcategory' of git://github.com/shawnchin/buildbot * 'gitpoller-addcategory' of git://github.com/shawnchin/buildbot: fixed typo Added "category" and "project" arguments to GitPoller (as implemented for SVNPoller) Commit: 8ac2d03c5209302af7137c5f6d2a8c0fc8f1f01f http://github.com/buildbot/buildbot/commit/8ac2d03c5209302af7137c5f6d2a8c0fc8f1f01f Author: Dustin J. Mitchell Date: 2010-09-14 (Tue, 14 Sep 2010) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- Merge branch 'master' of github.com:buildbot/buildbot * 'master' of github.com:buildbot/buildbot: Regex log evaluator needs to check rc code (because evaluateCommand doesn't when log_eval_func is set). Commit: ab42b221458bd703f3c4da45397c01ef90348e16 http://github.com/buildbot/buildbot/commit/ab42b221458bd703f3c4da45397c01ef90348e16 Author: Dustin J. Mitchell Date: 2010-09-14 (Tue, 14 Sep 2010) Changed paths: M master/buildbot/process/buildstep.py Log Message: ----------- compare save versions as tuples of integers Thanks to hartym in #buildbot From noreply at github.com Tue Sep 14 17:04:27 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 14 Sep 2010 10:04:27 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ee5a22: add docs for GitPoller 'project' and 'category' Message-ID: <20100914170427.56170422E8@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: ee5a2263d16c877629e6113bc5e8ec817b482625 http://github.com/buildbot/buildbot/commit/ee5a2263d16c877629e6113bc5e8ec817b482625 Author: Dustin J. Mitchell Date: 2010-09-14 (Tue, 14 Sep 2010) Changed paths: M master/docs/cfg-changesources.texinfo Log Message: ----------- add docs for GitPoller 'project' and 'category' From buildbot-devel at lists.sourceforge.net Wed Sep 15 00:53:12 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 15 Sep 2010 00:53:12 -0000 Subject: [Buildbot-commits] [Buildbot] #988: tables.sql is incompatible with MySQL (and it's missing v5 indexes) Message-ID: <043.ab2887ad48181b2cf2a719cd497b4bb7@lists.sourceforge.net> #988: tables.sql is incompatible with MySQL (and it's missing v5 indexes) ------------------------+--------------------------------------------------- Reporter: PiotrSikora | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.1 | Keywords: database ------------------------+--------------------------------------------------- `tables.sql`: - is using `AUTOINCREMENT`, but MySQL uses `AUTO_INCREMENT`, - uses too long `schedulers.name` and `schedulers.class_name` and because of that index cannot be created on MySQL database created with `COLLATE utf8_general_ci` (which is required for UTF-8 support), - misses v5 indexes, - misses version number, so it cannot be used to kick-start database. Attached version fixes all of the above. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Sep 15 01:03:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 15 Sep 2010 01:03:43 -0000 Subject: [Buildbot-commits] [Buildbot] #989: upgrade-master skips database creation. Message-ID: <036.0599108bfc1ed20ebcb568f43f262713@lists.sourceforge.net> #989: upgrade-master skips database creation. -------------------+-------------------------------------------------------- Reporter: verm | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: database -------------------+-------------------------------------------------------- Under certain conditions `upgrade-master` will skip creating the initial database. Here is what I did to hit this: 1. `buildbot create-master ./buildmaster` 2. Replace master.cfg with new config file. 3. Update `c['db']` with proper mysql connector string. 4. Start buildbot 5. Receive error about requiring `upgrade-master` 6. Run `upgrade-master`, this passes w/out error. 7. Re-start buildbot which produces the same error as in !#5 8. Observe that mysql database is infact empty with no tables. In order to get this working, I had to run `buildbot create-master --db='[connector string]'` This gave me a working database to start from. The `upgrade-master` tool needs to detect this condition and suggest starting from scratch. At the very least it should confirm that the required tables have been created w/out errors and produce a suitable error message in case of failure. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Sep 15 01:54:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 15 Sep 2010 01:54:45 -0000 Subject: [Buildbot-commits] [Buildbot] #989: upgrade-master skips database creation. In-Reply-To: <036.0599108bfc1ed20ebcb568f43f262713@lists.sourceforge.net> References: <036.0599108bfc1ed20ebcb568f43f262713@lists.sourceforge.net> Message-ID: <045.9c46047fb5b305c81e6b786f3874f5d3@lists.sourceforge.net> #989: upgrade-master skips database creation. -------------------+-------------------------------------------------------- Reporter: verm | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: database -------------------+-------------------------------------------------------- Comment(by PiotrSikora): Information about proper steps (would `upgrade-master --db='..'` work or does it work only with create-master?) should be added to the exception message located in `master/buildbot/master.py` at line 997. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Sep 15 15:47:50 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 15 Sep 2010 08:47:50 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] c3f92b: (GitPoller) pass "repository" argument to changes.... Message-ID: <20100915154750.EB7B8422FA@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: c3f92bd7fd9f1544eca9c926ffdb3ba6b691482e http://github.com/buildbot/buildbot/commit/c3f92bd7fd9f1544eca9c926ffdb3ba6b691482e Author: Shawn Chin Date: 2010-09-15 (Wed, 15 Sep 2010) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- (GitPoller) pass "repository" argument to changes.Change Enable users to target specific repository using ChangeFilter(repository=?). self.repourl is used as repository string to match behaviour of SVNPoller. Commit: 8420ebb5a2ef0e58c0863beeb893da9158c570af http://github.com/buildbot/buildbot/commit/8420ebb5a2ef0e58c0863beeb893da9158c570af Author: Dustin J. Mitchell Date: 2010-09-15 (Wed, 15 Sep 2010) Changed paths: M master/buildbot/changes/gitpoller.py Log Message: ----------- Merge branch 'gitpoller-addrepo' of git://github.com/shawnchin/buildbot * 'gitpoller-addrepo' of git://github.com/shawnchin/buildbot: (GitPoller) pass "repository" argument to changes.Change From noreply at github.com Wed Sep 22 02:02:00 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 21 Sep 2010 19:02:00 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 915adf: Handle empty SVN revisions with grace and dignity Message-ID: <20100922020200.5E0544224E@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 915adfdc1b7044c0ae72407c8ee07b5d30b6c221 http://github.com/buildbot/buildbot/commit/915adfdc1b7044c0ae72407c8ee07b5d30b6c221 Author: Dustin J. Mitchell Date: 2010-09-21 (Tue, 21 Sep 2010) Changed paths: M master/buildbot/changes/svnpoller.py Log Message: ----------- Handle empty SVN revisions with grace and dignity Patch by Sarah Barbour, with additions From noreply at github.com Wed Sep 22 03:08:56 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 21 Sep 2010 20:08:56 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5cbbe9: Try sending SIGTERM before SIGKILL Message-ID: <20100922030856.874434219B@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 5cbbe996b33420277448b1633076d203b241e35d http://github.com/buildbot/buildbot/commit/5cbbe996b33420277448b1633076d203b241e35d Author: Jakub Gustak Date: 2010-09-21 (Tue, 21 Sep 2010) Changed paths: M slave/buildslave/runprocess.py Log Message: ----------- Try sending SIGTERM before SIGKILL From noreply at github.com Wed Sep 22 03:13:11 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 21 Sep 2010 20:13:11 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] b69db6: Revert "Try sending SIGTERM before SIGKILL" Message-ID: <20100922031311.97694421AC@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: b69db6b7f5deeadb95c416d77e9cc275bee8a87d http://github.com/buildbot/buildbot/commit/b69db6b7f5deeadb95c416d77e9cc275bee8a87d Author: Dustin J. Mitchell Date: 2010-09-21 (Tue, 21 Sep 2010) Changed paths: M slave/buildslave/runprocess.py Log Message: ----------- Revert "Try sending SIGTERM before SIGKILL" This reverts commit 5cbbe996b33420277448b1633076d203b241e35d. From noreply at github.com Wed Sep 22 21:12:21 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 22 Sep 2010 14:12:21 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] bbc393: fix typo in description of MailNotifier example Message-ID: <20100922211221.D7A3F422D7@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: bbc39370c04cb46caa21fbdf01ade748b11f60b8 http://github.com/buildbot/buildbot/commit/bbc39370c04cb46caa21fbdf01ade748b11f60b8 Author: Dustin J. Mitchell Date: 2010-09-22 (Wed, 22 Sep 2010) Changed paths: M master/docs/cfg-statustargets.texinfo Log Message: ----------- fix typo in description of MailNotifier example From noreply at github.com Wed Sep 22 22:45:49 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 22 Sep 2010 15:45:49 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a46c5e: Merge branch 'master' of git://github.com/douglato... Message-ID: <20100922224549.A4A924224E@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: a46c5eaaba8d0f623dfcc78398491815942f6b09 http://github.com/buildbot/buildbot/commit/a46c5eaaba8d0f623dfcc78398491815942f6b09 Author: Dustin J. Mitchell Date: 2010-09-22 (Wed, 22 Sep 2010) Changed paths: M master/buildbot/scripts/runner.py Log Message: ----------- Merge branch 'master' of git://github.com/douglatornell/buildbot * 'master' of git://github.com/douglatornell/buildbot: Fix deprecation warning re: md5 for Python >2.4 From buildbot-devel at lists.sourceforge.net Wed Sep 22 22:48:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 22 Sep 2010 22:48:15 -0000 Subject: [Buildbot-commits] [Buildbot] #990: on windows, Git step uses reset and doesn't notice the failure Message-ID: <038.d9901a5cf79d078aab07583dd07cea3b@lists.sourceforge.net> #990: on windows, Git step uses reset and doesn't notice the failure -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: windows git -------------------+-------------------------------------------------------- {{{ starting git operation C:\Program Files\Git\cmd\git.CMD reset --hard bbc39370c04cb46caa21fbdf01ade748b11f60b8 in dir C:\slave\slave-cm-bbot-xp-001\source (timeout 1200 secs) watching logfiles {} argv: ['C:\\Program Files\\Git\\cmd\\git.CMD', 'reset', '--hard', u'bbc39370c04cb46caa21fbdf01ade748b11f60b8'] environment: ALLUSERSPROFILE=C:\Documents and Settings\All Users APPDATA=C:\Documents and Settings\buildbot\Application Data BB_BUILDSLAVE="c:\mozilla-build\python\Scripts\buildslave" BB_PYTHON="c:\mozilla-build\python\Scripts\..\python" CLIENTNAME=aglon COMMONPROGRAMFILES=C:\Program Files\Common Files COMPUTERNAME=CM-BBOT-XP-001 COMSPEC=C:\WINDOWS\system32\cmd.exe FP_NO_HOST_CHECK=NO HOMEDRIVE=C: HOMEPATH=\Documents and Settings\buildbot LOGONSERVER=\\CM-BBOT-XP-001 NUMBER_OF_PROCESSORS=2 OS=Windows_NT PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\gnuwin32\bin;c:\mozilla-build\Python\;c:\mozilla- build\Python\scripts;C:\Program Files\Git\cmd PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 6 Model 14 Stepping 8, GenuineIntel PROCESSOR_LEVEL=6 PROCESSOR_REVISION=0e08 PROGRAMFILES=C:\Program Files PROMPT=$P$G PWD=C:\slave\slave-cm-bbot-xp-001\source SESSIONNAME=RDP-Tcp#1 SYSTEMDRIVE=C: SYSTEMROOT=C:\WINDOWS TEMP=C:\DOCUME~1\buildbot\LOCALS~1\Temp TMP=C:\DOCUME~1\buildbot\LOCALS~1\Temp USERDOMAIN=CM-BBOT-XP-001 USERNAME=buildbot USERPROFILE=C:\Documents and Settings\buildbot WINDIR=C:\WINDOWS closing stdin using PTY: False fatal: Could not parse object 'bbc39370c04cb46caa21fbdf01ade748b11f60b8'. elapsedTime=0.218000 C:\Program Files\Git\cmd\git.CMD rev-parse HEAD in dir C:\slave\slave-cm-bbot-xp-001\source (timeout 1200 secs) watching logfiles {} argv: ['C:\\Program Files\\Git\\cmd\\git.CMD', 'rev-parse', 'HEAD'] environment: ALLUSERSPROFILE=C:\Documents and Settings\All Users APPDATA=C:\Documents and Settings\buildbot\Application Data BB_BUILDSLAVE="c:\mozilla-build\python\Scripts\buildslave" BB_PYTHON="c:\mozilla-build\python\Scripts\..\python" CLIENTNAME=aglon COMMONPROGRAMFILES=C:\Program Files\Common Files COMPUTERNAME=CM-BBOT-XP-001 COMSPEC=C:\WINDOWS\system32\cmd.exe FP_NO_HOST_CHECK=NO HOMEDRIVE=C: HOMEPATH=\Documents and Settings\buildbot LOGONSERVER=\\CM-BBOT-XP-001 NUMBER_OF_PROCESSORS=2 OS=Windows_NT PATH=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;c:\Program Files\gnuwin32\bin;c:\mozilla-build\Python\;c:\mozilla- build\Python\scripts;C:\Program Files\Git\cmd PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PROCESSOR_ARCHITECTURE=x86 PROCESSOR_IDENTIFIER=x86 Family 6 Model 14 Stepping 8, GenuineIntel PROCESSOR_LEVEL=6 PROCESSOR_REVISION=0e08 PROGRAMFILES=C:\Program Files PROMPT=$P$G PWD=C:\slave\slave-cm-bbot-xp-001\source SESSIONNAME=RDP-Tcp#1 SYSTEMDRIVE=C: SYSTEMROOT=C:\WINDOWS TEMP=C:\DOCUME~1\buildbot\LOCALS~1\Temp TMP=C:\DOCUME~1\buildbot\LOCALS~1\Temp USERDOMAIN=CM-BBOT-XP-001 USERNAME=buildbot USERPROFILE=C:\Documents and Settings\buildbot WINDIR=C:\WINDOWS closing stdin using PTY: False 3c2b3b91f801a29bfd0ed568441e532dd41583b2 elapsedTime=0.141000 Since we're on a non-POSIX platform, we're not going to try to execute cp in a subprocess, but instead use shutil.copytree(), which will block until it is complete. fromdir: C:\slave\slave-cm-bbot-xp-001\source, todir: C:\slave\slave-cm-bbot-xp-001\build program finished with exit code 0 }}} To summarize: git.CMD ran and printed an error, but somehow Buildbot did not notice, and assumed that it worked correctly (otherwise it would have invoked git fetch) -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Sep 22 23:27:35 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 22 Sep 2010 16:27:35 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 59fec6: Merge branch 'svnfixes' of git://github.com/abompa... Message-ID: <20100922232735.C029C422EE@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 59fec6078f5c1387e9600998b746378f5831f350 http://github.com/buildbot/buildbot/commit/59fec6078f5c1387e9600998b746378f5831f350 Author: Dustin J. Mitchell Date: 2010-09-22 (Wed, 22 Sep 2010) Changed paths: M slave/buildslave/commands/svn.py M slave/buildslave/test/unit/test_commands_svn.py Log Message: ----------- Merge branch 'svnfixes' of git://github.com/abompard/buildbot * 'svnfixes' of git://github.com/abompard/buildbot: Make SVN's purgeAndUpdate not list missing files (can't delete them). From buildbot-devel at lists.sourceforge.net Thu Sep 23 11:54:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 23 Sep 2010 11:54:49 -0000 Subject: [Buildbot-commits] [Buildbot] #991: improve documentation: setting up a darcs buildbot Message-ID: <038.390c0a8f07e354a221bb350a353aecdd@lists.sourceforge.net> #991: improve documentation: setting up a darcs buildbot ------------------------+--------------------------------------------------- Reporter: fatman | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: | Keywords: docs, darcs, windows, ubuntu ------------------------+--------------------------------------------------- Hi all. I've set up a buildmaster and buildslaves successfully. What I'm having trouble with is hooking up darcs to buildbot. IMO it would improve the documentation tremendously to include download locations for the elusive "contrib/darcs_buildbot.py" script and instructions on modifying a pre-existing darcs infrastructure to send change notifications to buildbot, with attention given to which repo(s) to modify, and how to use "darcs push posthooks" (the darcs manual is minimally helpful). I've managed to install and configure buildbot as a buildmaster on Ubuntu Lucid 32-bit (tricky), a buildslave on Lucid 32-bit (easy) and a buildslave service on Win7 64-bit (quite hard), but I'm finding the next bit impossible due to lack of information in Google. Thanks for reading. :) Fatman -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Fri Sep 24 17:53:44 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 24 Sep 2010 17:53:44 -0000 Subject: [Buildbot-commits] [Buildbot] #992: jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'rev_repo' Message-ID: <039.d606a52ae8a95bc9e5f405fafd80536e@lists.sourceforge.net> #992: jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'rev_repo' --------------------+------------------------------------------------------- Reporter: moschny | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: master | Keywords: --------------------+------------------------------------------------------- Seen e.g. on `/one_line_per_build` and `/builders/$buildername` URIs. Using rev 8420ebb5a2ef0e58c0863beeb893da9158c570af. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Fri Sep 24 18:27:04 2010 From: noreply at github.com (noreply at github.com) Date: Fri, 24 Sep 2010 11:27:04 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] a850d2: HTML status: Add rev_order argument to transposed ... Message-ID: <20100924182704.6AB7C422FD@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: a850d2394c2a8c3a92bf5e718255959666814aaa http://github.com/buildbot/buildbot/commit/a850d2394c2a8c3a92bf5e718255959666814aaa Author: Nicol?s Alvarez Date: 2010-09-23 (Thu, 23 Sep 2010) Changed paths: M master/buildbot/status/web/grid.py Log Message: ----------- HTML status: Add rev_order argument to transposed grid page. Lets you show revisions in reverse order (newest on top). The default is still oldest on top. Commit: 6e4dfedb52e98e9f7e0fbd038501886f99924289 http://github.com/buildbot/buildbot/commit/6e4dfedb52e98e9f7e0fbd038501886f99924289 Author: Nicol?s Alvarez Date: 2010-09-23 (Thu, 23 Sep 2010) Changed paths: M master/docs/cfg-statustargets.texinfo Log Message: ----------- Added documentation for tgrid?rev_order. Commit: 4b4dffc302781e7832c3e475538479fc0687792c http://github.com/buildbot/buildbot/commit/4b4dffc302781e7832c3e475538479fc0687792c Author: Nicol?s Alvarez Date: 2010-09-23 (Thu, 23 Sep 2010) Changed paths: M master/buildbot/status/web/grid.py Log Message: ----------- tgrid: Put default value of rev_order in a class variable. Avoids having the default value written twice (prone to mistakes if it changes), and allows easy monkey-patching of the default. Commit: efdb7f5d4264fa9dac3da59564fc9ec3093d68f4 http://github.com/buildbot/buildbot/commit/efdb7f5d4264fa9dac3da59564fc9ec3093d68f4 Author: Dustin J. Mitchell Date: 2010-09-23 (Thu, 23 Sep 2010) Changed paths: M master/buildbot/status/web/grid.py M master/docs/cfg-statustargets.texinfo Log Message: ----------- Merge branch 'master' of git://github.com/nicolas17/buildbot * 'master' of git://github.com/nicolas17/buildbot: tgrid: Put default value of rev_order in a class variable. Added documentation for tgrid?rev_order. HTML status: Add rev_order argument to transposed grid page. Commit: f9ed9855c3440102cdb909daa3f7d16c6587d440 http://github.com/buildbot/buildbot/commit/f9ed9855c3440102cdb909daa3f7d16c6587d440 Author: Dustin J. Mitchell Date: 2010-09-24 (Fri, 24 Sep 2010) Changed paths: M master/buildbot/status/web/base.py Log Message: ----------- set rev_repo in build line information Fixes #992 Commit: 6054025dc7f843e3e7245792468e8d96ae1acdd8 http://github.com/buildbot/buildbot/commit/6054025dc7f843e3e7245792468e8d96ae1acdd8 Author: Dustin J. Mitchell Date: 2010-09-24 (Fri, 24 Sep 2010) Changed paths: M master/setup.py M slave/setup.py Log Message: ----------- chmod +x both setup.py's From buildbot-devel at lists.sourceforge.net Fri Sep 24 18:27:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Fri, 24 Sep 2010 18:27:04 -0000 Subject: [Buildbot-commits] [Buildbot] #992: jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'rev_repo' In-Reply-To: <039.d606a52ae8a95bc9e5f405fafd80536e@lists.sourceforge.net> References: <039.d606a52ae8a95bc9e5f405fafd80536e@lists.sourceforge.net> Message-ID: <048.20f329abaacf0e11cc3872273414c4cd@lists.sourceforge.net> #992: jinja2.exceptions.UndefinedError: 'dict object' has no attribute 'rev_repo' --------------------+------------------------------------------------------- Reporter: moschny | Owner: Type: defect | Status: closed Priority: major | Milestone: undecided Version: master | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: set rev_repo in build line information Fixes #992 Changeset: f9ed9855c3440102cdb909daa3f7d16c6587d440 -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Sep 28 04:53:38 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 27 Sep 2010 21:53:38 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 449869: Merge branch 'cvsmailsource' of git://github.com/A... Message-ID: <20100928045338.23E09422E8@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 449869bae98f31d03b4f25438d94484c8ac47751 http://github.com/buildbot/buildbot/commit/449869bae98f31d03b4f25438d94484c8ac47751 Author: Dustin J. Mitchell Date: 2010-09-27 (Mon, 27 Sep 2010) Changed paths: M master/buildbot/changes/mail.py M master/buildbot/test/unit/test_changes_mail_CVSMaildirSource.py Log Message: ----------- Merge branch 'cvsmailsource' of git://github.com/AndyHowell/buildbot * 'cvsmailsource' of git://github.com/AndyHowell/buildbot: Handle mail that didn't originate from buildbot_cvs_mail.py From noreply at github.com Tue Sep 28 04:57:46 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 27 Sep 2010 21:57:46 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 5a0c92: Merge branch 'master' of git://github.com/lool/bui... Message-ID: <20100928045746.D6A60422E8@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 5a0c9259c4ade25d483931986b50b541f0f16237 http://github.com/buildbot/buildbot/commit/5a0c9259c4ade25d483931986b50b541f0f16237 Author: Dustin J. Mitchell Date: 2010-09-27 (Mon, 27 Sep 2010) Changed paths: M Makefile M master/README Log Message: ----------- Merge branch 'master' of git://github.com/lool/buildbot * 'master' of git://github.com/lool/buildbot: Allow for optional project name to pass in Changes Pass repository information in Changes Fix name of command for create-slave Update .PHONY for real targets Conflicts: master/buildbot/changes/gitpoller.py (duplicated Shawn Chin's patch) From noreply at github.com Tue Sep 28 05:18:13 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 27 Sep 2010 22:18:13 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 9d56bb: Merge branch 'fix_web_builder_admin_exception' of ... Message-ID: <20100928051813.467C742300@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 9d56bbfc8eae904adb421f3de6a12af261ba9293 http://github.com/buildbot/buildbot/commit/9d56bbfc8eae904adb421f3de6a12af261ba9293 Author: Dustin J. Mitchell Date: 2010-09-27 (Mon, 27 Sep 2010) Changed paths: M master/buildbot/status/web/builder.py Log Message: ----------- Merge branch 'fix_web_builder_admin_exception' of git://github.com/asjo/buildbot * 'fix_web_builder_admin_exception' of git://github.com/asjo/buildbot: Decode admin data as utf-8. From noreply at github.com Tue Sep 28 05:20:20 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 27 Sep 2010 22:20:20 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] da435c: Merge branch 'master' of git://github.com/ayust/bu... Message-ID: <20100928052020.258A242300@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: da435c82d12df288ed406e77be0d62b4551722da http://github.com/buildbot/buildbot/commit/da435c82d12df288ed406e77be0d62b4551722da Author: Dustin J. Mitchell Date: 2010-09-27 (Mon, 27 Sep 2010) Changed paths: M master/buildbot/steps/source.py M master/docs/cfg-buildsteps.texinfo M slave/buildslave/commands/git.py Log Message: ----------- Merge branch 'master' of git://github.com/ayust/buildbot * 'master' of git://github.com/ayust/buildbot: Add optional 'reference' parameter for Git VCS. Added optional 'progress' parameter for Git VCS. From noreply at github.com Tue Sep 28 05:32:10 2010 From: noreply at github.com (noreply at github.com) Date: Mon, 27 Sep 2010 22:32:10 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 8f3da3: Merge branch 'ticket_230' of git://github.com/gval... Message-ID: <20100928053210.BF52D42303@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 8f3da32263312a77bf202b9f59d9d8bd0105cffc http://github.com/buildbot/buildbot/commit/8f3da32263312a77bf202b9f59d9d8bd0105cffc Author: Dustin J. Mitchell Date: 2010-09-27 (Mon, 27 Sep 2010) Changed paths: M slave/buildslave/commands/svn.py Log Message: ----------- Merge branch 'ticket_230' of git://github.com/gvalkov/buildbot * 'ticket_230' of git://github.com/gvalkov/buildbot: Set the 'got_revision' property when mode is 'export' (Ticket #230) Fixes #230 From buildbot-devel at lists.sourceforge.net Tue Sep 28 05:32:09 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 28 Sep 2010 05:32:09 -0000 Subject: [Buildbot-commits] [Buildbot] #230: svn mode=export does not get a got_revision In-Reply-To: <040.52dce633146660bc4be26c74a90927c4@lists.sourceforge.net> References: <040.52dce633146660bc4be26c74a90927c4@lists.sourceforge.net> Message-ID: <049.b906133bb7c75680025da1c8a8b7594f@lists.sourceforge.net> #230: svn mode=export does not get a got_revision ---------------------+------------------------------------------------------ Reporter: fontanon | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.2 Version: 0.7.6 | Resolution: fixed Keywords: svn | ---------------------+------------------------------------------------------ Changes (by Dustin J. Mitchell): * status: new => closed * resolution: => fixed Comment: Merge branch 'ticket_230' of git://github.com/gvalkov/buildbot * 'ticket_230' of git://github.com/gvalkov/buildbot: Set the 'got_revision' property when mode is 'export' (Ticket #230) Fixes #230 Changeset: 8f3da32263312a77bf202b9f59d9d8bd0105cffc -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 28 15:56:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 28 Sep 2010 15:56:49 -0000 Subject: [Buildbot-commits] [Buildbot] #993: Expose category information in a structured way Message-ID: <039.a16577ab29ca293becee127a21c51f09@lists.sourceforge.net> #993: Expose category information in a structured way ------------------------+--------------------------------------------------- Reporter: exarkun | Owner: Type: enhancement | Status: new Priority: minor | Milestone: undecided Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- Builders can have a category ([ticket:928 maybe multiple categories in the future]). Twisted uses this to segregate builders into those for supported platforms (which we always keep green) and those for unsupported platforms (which we try to improve but can be red). The categories are defined in the master config, where they can't really be extracted by other tools (and certainly the information isn't available remotely). It informs certain views (ie, html generation), which indirectly reveals the categories. But the information can't be worked with in this form without scraping html. It would be great if there were a way to get this information in a structured way. For example, an XML-RPC call which accepts a builder name and returns a category (there's already an XML-RPC call that returns all builder names). Or perhaps an XML-RPC call like the existing `getAllBuilders` but the response to which includes more information per builder than just the name. This would let external tools interact with buildbot more easily and with less duplication of configuration (for example, the build forcing tool Twisted uses, which triggers a build on all "supported" category builders, which currently keeps a copy of the list of builders which are in that category). -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 28 16:04:14 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 28 Sep 2010 16:04:14 -0000 Subject: [Buildbot-commits] [Buildbot] #994: reconfig by graceful failover Message-ID: <038.c34319c417a76e46839ddd101bfeba6a@lists.sourceforge.net> #994: reconfig by graceful failover ------------------------+--------------------------------------------------- Reporter: dustin | Owner: Type: enhancement | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.1 | Keywords: database reconfig ------------------------+--------------------------------------------------- A few alternatives to reconfiguration came up in IRC. One particularly attractive model is to treat a reconfig as a time to spin up a new member of the master pool, then gracefully disconnect each slave on the "retiring" master when it finishes a build. This obviously has a lot of prerequisites, but it would be a great model: * fully db-based * fully-baked master failover support * abstracted status so you're not looking at two web statuses during the changeover -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 28 16:12:51 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 28 Sep 2010 16:12:51 -0000 Subject: [Buildbot-commits] [Buildbot] #995: A build happened and the result was inconsistent Message-ID: <039.f1b2f82c59e5eba952e41546574649a6@lists.sourceforge.net> #995: A build happened and the result was inconsistent --------------------+------------------------------------------------------- Reporter: exarkun | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: 0.8.1 | Keywords: --------------------+------------------------------------------------------- One time, a build didn't complete. The master was probably restarted at some point after the build started, but I can't say exactly when. The build page is at . In case that becomes inaccessible, here's a copy of its contents: {{{ Twisted Builder winxp32-py2.5-msi: Build #224 Results: SourceStamp: Revision: 30040 Changes: see below Got Revision: 15666 Buildslave: bot-scmikes-winxp32-3 Reason: Steps and Logfiles: bzr [update] [11 seconds] stdio shell ['bzr revert'] [0 seconds] stdio shell_1 ['bzr clean-tree ...'] [0 seconds] stdio shell_2 ['c:\python25\python.exe -c ...'] [0 seconds] stdio versions setproperty [set props: version] [0 seconds] stdio property changes set build property [set props: versionMsi] [0 seconds] property changes shell_3 ['c:\python25\python.exe -c ...'] [0 seconds] stdio shell_4 ['c:\python25\python.exe setup.py ...'] [27 seconds] stdio upload [uploading Twisted-10.1.0.win32-py2.5.msi] [0 seconds] shell_5 [] [0 seconds] upload_1 [] [0 seconds] Build Properties: Name Value Source branch None Build buildername winxp32-py2.5-msi Build buildnumber 224 Build got_revision 15666 Source revision 30040 Build scheduler all Scheduler slavename bot-scmikes-winxp32-3 BuildSlave version 10.1.0 SetProperty Step versionMsi 10.1.0 Step Blamelist: exarkun Timing Start Sat Sep 18 12:36:48 2010 End Wed Dec 31 19:00:01 1969 Elapsed -1284827807 secs All Changes Changed by: exarkun Changed at: Sat 18 Sep 2010 12:36:47 Revision: 30040 Changed files: doc/web/howto/web-in-60/asynchronous-deferred.xhtml doc/web/howto/web-in-60/asynchronous.xhtml doc/web/howto/web-in-60/custom-codes.xhtml doc/web/howto/web-in-60/dynamic-content.xhtml doc/web/howto/web-in-60/dynamic-dispatch.xhtml doc/web/howto/web-in-60/error-handling.xhtml doc/web/howto/web-in-60/handling-posts.xhtml doc/web/howto/web-in-60/http-auth.xhtml doc/web/howto/web-in-60/index.xhtml doc/web/howto/web-in-60/interrupted.xhtml doc/web/howto/web-in-60/logging-errors.xhtml doc/web/howto/web-in-60/rpy-scripts.xhtml doc/web/howto/web-in-60/session-basics.xhtml doc/web/howto/web-in-60/session-endings.xhtml doc/web/howto/web-in-60/session-store.xhtml doc/web/howto/web-in-60/static-dispatch.xhtml doc/web/howto/web-in-60/wsgi.xhtml twisted/web/topfiles/4577.misc Comments: Merge sphinx-web60-4577 Author: jdb Reviewer: exarkun Fixes: #4577 Tweaks to the Lore markup in the Web documentation to make it more amenable to conversion to Sphinx. Properties: Resubmit Build: This tree was built from a specific set of source files, and can be rebuilt exactly Your name: Property 1 Name: Value: Property 2 Name: Value: Property 3 Name: Value: Reason for re-running build: [welcome] Buildbot-0.7.12 working for the Twisted project. Page built: Tue 28 Sep 2010 12:09:05 }}} Everything up to `upload` step is rendered green. The `upload` step itself is rendered yellow. The steps after the `upload` step are uncolored. The build itself is rendered on the status page as yellow. Unfortunately I can't describe how to reproduce this case. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 28 18:38:26 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 28 Sep 2010 18:38:26 -0000 Subject: [Buildbot-commits] [Buildbot] #693: default git checkout does not do git clean In-Reply-To: <041.a183a375d0c9feadd7d28e5abc2062a8@lists.sourceforge.net> References: <041.a183a375d0c9feadd7d28e5abc2062a8@lists.sourceforge.net> Message-ID: <050.6885e61a8e628f867c1e390c402f2b29@lists.sourceforge.net> #693: default git checkout does not do git clean ----------------------+----------------------------------------------------- Reporter: philippem | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.7.12 | Resolution: duplicate Keywords: git | ----------------------+----------------------------------------------------- Changes (by ayust): * status: new => closed * resolution: => duplicate Comment: #669 encompasses this ticket, going to close it as duplicate. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 28 19:01:24 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 28 Sep 2010 19:01:24 -0000 Subject: [Buildbot-commits] [Buildbot] #990: on windows, Git step uses reset and doesn't notice the failure In-Reply-To: <038.d9901a5cf79d078aab07583dd07cea3b@lists.sourceforge.net> References: <038.d9901a5cf79d078aab07583dd07cea3b@lists.sourceforge.net> Message-ID: <047.320fee47cd1441c15a690a14e9fad23f@lists.sourceforge.net> #990: on windows, Git step uses reset and doesn't notice the failure -------------------+-------------------------------------------------------- Reporter: dustin | Owner: Type: defect | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: windows git -------------------+-------------------------------------------------------- Comment(by ayust): Potentially relevant: http://code.google.com/p/msysgit/issues/detail?id=493 It appears that git.CMD swallows the error, and thus Twisted isn't able to tell that the reset failed. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 28 19:03:00 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 28 Sep 2010 19:03:00 -0000 Subject: [Buildbot-commits] [Buildbot] #990: metabuildbot windows slaves don't see error exit from git.CMD (was: on windows, Git step uses reset and doesn't notice the failure) In-Reply-To: <038.d9901a5cf79d078aab07583dd07cea3b@lists.sourceforge.net> References: <038.d9901a5cf79d078aab07583dd07cea3b@lists.sourceforge.net> Message-ID: <047.35eef0e8bbbf255a848c591f63f58609@lists.sourceforge.net> #990: metabuildbot windows slaves don't see error exit from git.CMD -------------------+-------------------------------------------------------- Reporter: dustin | Owner: dustin Type: defect | Status: assigned Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: windows git -------------------+-------------------------------------------------------- Changes (by dustin): * owner: => dustin * status: new => assigned Comment: Thanks! OK, I'll fix this up at Mozilla, once I'm on the inside. I'll add a note to the buildbot documentation about it, too. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Tue Sep 28 19:33:43 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Tue, 28 Sep 2010 19:33:43 -0000 Subject: [Buildbot-commits] [Buildbot] #996: set up vulnerability-handling process Message-ID: <038.36b0e4686697d3833782444f438d4671@lists.sourceforge.net> #996: set up vulnerability-handling process -------------------+-------------------------------------------------------- Reporter: dustin | Owner: dustin Type: task | Status: new Priority: major | Milestone: 0.8.+ Version: 0.8.1 | Keywords: -------------------+-------------------------------------------------------- In interests of being better prepared for the next security vulnerability, Buildbot should have in place a process and a team. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Tue Sep 28 22:03:13 2010 From: noreply at github.com (noreply at github.com) Date: Tue, 28 Sep 2010 15:03:13 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 708852: Move .buildbot-sourcedata to builder base dir Message-ID: <20100928220313.8E06142077@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 708852c170b483721fc79194ec351f6711af71e8 http://github.com/buildbot/buildbot/commit/708852c170b483721fc79194ec351f6711af71e8 Author: Amber Yust Date: 2010-09-28 (Tue, 28 Sep 2010) Changed paths: M slave/buildslave/commands/base.py Log Message: ----------- Move .buildbot-sourcedata to builder base dir Prevents commands like 'git clean -xfd' from wiping out the sourcedata file. From buildbot-devel at lists.sourceforge.net Wed Sep 29 01:48:33 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 29 Sep 2010 01:48:33 -0000 Subject: [Buildbot-commits] [Buildbot] #997: Incorporate Build History Information into Database Message-ID: <042.7fea5e37a0a020f83dcb73055c04e979@lists.sourceforge.net> #997: Incorporate Build History Information into Database -----------------------+---------------------------------------------------- Reporter: Sly_Squash | Owner: Type: task | Status: new Priority: minor | Milestone: undecided Version: 0.8.1 | Keywords: database, build history, search -----------------------+---------------------------------------------------- It would be nice if build history information, such as when builds occurred, what revision was built, etc., was incorporated inside of the database file. At worst this would enable users to directly query the database file to find older builds. At best it would enable more advanced search interfaces from the buildbot web application. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Sep 29 09:44:04 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 29 Sep 2010 09:44:04 -0000 Subject: [Buildbot-commits] [Buildbot] #998: git_buildbot.py ignores tags Message-ID: <036.92225bad6a92f142c6531bf660f7d90a@lists.sourceforge.net> #998: git_buildbot.py ignores tags ----------------------+----------------------------------------------------- Reporter: chrb | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.8.1 | Keywords: ----------------------+----------------------------------------------------- git_buildbot.py currently ignores tags ("Ignoring refname `refs/tags/TEST': Not a branch"). We have a build process that generates package versions from tags, so when tags are pushed the packages should be rebuilt. I hacked git_buildbot.py to do this: {{{ m = re.match(r"^refs\/tags\/(.+)$", refname) if m: logging.info("Tag detected: %s"%refname) c = {'revision': m.group(1), 'comments': 'tag %s'%m.group(1), 'branch': m.group(1), } c['category'] = 'default' c['repository'] = unicode(repository, encoding=encoding) c['who'] = 'The Tagger' c['files'] = ['none'] changes.append(c) else: }}} Obviously hardcoding "commit" details like this is a poor solution but it works. It would be nice to have proper support for tags in git_buildbot, so that the correct commit details are passed on. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Sep 29 16:55:19 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 29 Sep 2010 16:55:19 -0000 Subject: [Buildbot-commits] [Buildbot] #999: web-induced builds miss repo, project information Message-ID: <039.2e778239558600362b6da56426a4a1d6@lists.sourceforge.net> #999: web-induced builds miss repo, project information ----------------------+----------------------------------------------------- Reporter: moschny | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: master | Keywords: ----------------------+----------------------------------------------------- The form around a builders 'Force Build' knob misses `repository` and `project` fields. This yields to a build the SourceStamp of which misses repository and project information. Because of this, no valid revlink can be constructed. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Sep 29 17:08:35 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 29 Sep 2010 17:08:35 -0000 Subject: [Buildbot-commits] [Buildbot] #1000: web-induced builds miss repo, project information Message-ID: <039.0d7fd1228e3dbdbfd82a81b16729b51e@lists.sourceforge.net> #1000: web-induced builds miss repo, project information ------------------------+--------------------------------------------------- Reporter: moschny | Owner: Type: enhancement | Status: new Priority: major | Milestone: undecided Version: master | Keywords: ------------------------+--------------------------------------------------- Note, this is related to, but not a duplicate of #999. Builds induced by the 'Force All Builds' knob on the `/builders` page don't know about their `repository` or `project` fields. Unlike the situation in #999, it might not be feasible to add form fields for that, so the information must be collected elsewhere. At least for the `repository` field, it is very likely the Build knows it, because it does the checkout. So, this is basically a request for enabling Builders to set/add/correct `repository` and `project` fields of the !SourceStamp (setting properties of the same name does not help). -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Sep 29 17:31:45 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 29 Sep 2010 17:31:45 -0000 Subject: [Buildbot-commits] [Buildbot] #1001: start_instance on a latent BuildSlave called before stop_instance finished Message-ID: <039.d03a663f0b0f5e8deb888dab1b5835e4@lists.sourceforge.net> #1001: start_instance on a latent BuildSlave called before stop_instance finished --------------------+------------------------------------------------------- Reporter: moschny | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: master | Keywords: --------------------+------------------------------------------------------- We are using a descendant of an `AbstractLatentBuildSlave`, which is basically modeled after `LibVirtSlave`. The idea is to have it started if needed, execute exactly one build, then insubstantiate again. Therefore, `max_builds` is set to 1, and the slave calls `self.insubstantiate()` in its `buildFinished` method. However, there is a race (imho a bug): When multiple builds are to be performed, the slave's `start_instance` is sometimes called before `stop_instance` is finished (i.e. before its last deferred has fired). -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Sep 29 18:36:10 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 29 Sep 2010 18:36:10 -0000 Subject: [Buildbot-commits] [Buildbot] #1002: unhandled error in master log Message-ID: <039.6830daefdb6d34ddd6e503e986381154@lists.sourceforge.net> #1002: unhandled error in master log --------------------+------------------------------------------------------- Reporter: moschny | Owner: Type: defect | Status: new Priority: major | Milestone: undecided Version: master | Keywords: --------------------+------------------------------------------------------- Saw this type of exceptions in the log recently, not sure what causes this / how to reliably reproduce it. Seems to happen for long-running builds with no output for a longer time. {{{ 2010-09-29 18:36:05+0200 [-] Unhandled Error Traceback (most recent call last): File "/opt/buildbot/lib/python2.4/site- packages/Twisted-10.1.0-py2.4-linux-x86_64.egg/twisted/internet/base.py", line 1165, in run self.mainLoop() File "/opt/buildbot/lib/python2.4/site- packages/Twisted-10.1.0-py2.4-linux-x86_64.egg/twisted/internet/base.py", line 1174, in mainLoop self.runUntilCurrent() File "/opt/buildbot/lib/python2.4/site- packages/Twisted-10.1.0-py2.4-linux-x86_64.egg/twisted/internet/base.py", line 796, in runUntilCurrent call.func(*call.args, **call.kw) File "/opt/buildbot/lib/python2.4/site- packages/Twisted-10.1.0-py2.4-linux-x86_64.egg/twisted/internet/task.py", line 194, in __call__ d = defer.maybeDeferred(self.f, *self.a, **self.kw) --- --- File "/opt/buildbot/lib/python2.4/site- packages/Twisted-10.1.0-py2.4-linux-x86_64.egg/twisted/internet/defer.py", line 125, in maybeDeferred result = f(*args, **kw) File "/opt/buildbot/lib/python2.4/site-packages/buildbot-latest- py2.4.egg/buildbot/process/builder.py", line 672, in reclaimAllBuilds self.master_incarnation, brids) File "/opt/buildbot/lib/python2.4/site-packages/buildbot-latest- py2.4.egg/buildbot/db/connector.py", line 847, in claim_buildrequests now, master_name, master_incarnation, brids) File "/opt/buildbot/lib/python2.4/site-packages/buildbot-latest- py2.4.egg/buildbot/db/connector.py", line 212, in runInteractionNow return self._runInteractionNow(interaction, *args, **kwargs) File "/opt/buildbot/lib/python2.4/site-packages/buildbot-latest- py2.4.egg/buildbot/db/connector.py", line 237, in _runInteractionNow result = interaction(c, *args, **kwargs) File "/opt/buildbot/lib/python2.4/site-packages/buildbot-latest- py2.4.egg/buildbot/db/connector.py", line 851, in _txn_claim_buildrequests batch, brids = brids[:100], brids[100:] exceptions.TypeError: unsubscriptable object }}} For completeness sake, we are using a !LatentBuildSlave, but I'm not sure it has something to do with it. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Sep 29 18:46:08 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 29 Sep 2010 11:46:08 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 201819: Add project support to git_buildbot.py Message-ID: <20100929184608.ABA3D42316@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 201819038a798c4637c49d859d60bb12bb993a7b http://github.com/buildbot/buildbot/commit/201819038a798c4637c49d859d60bb12bb993a7b Author: Thomas Moschny Date: 2010-09-29 (Wed, 29 Sep 2010) Changed paths: M master/contrib/git_buildbot.py Log Message: ----------- Add project support to git_buildbot.py From buildbot-devel at lists.sourceforge.net Wed Sep 29 18:55:49 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 29 Sep 2010 18:55:49 -0000 Subject: [Buildbot-commits] [Buildbot] #998: git_buildbot.py ignores tags In-Reply-To: <036.92225bad6a92f142c6531bf660f7d90a@lists.sourceforge.net> References: <036.92225bad6a92f142c6531bf660f7d90a@lists.sourceforge.net> Message-ID: <045.caa9b986539bae3e8cd69e013b840dc6@lists.sourceforge.net> #998: git_buildbot.py ignores tags ----------------------+----------------------------------------------------- Reporter: chrb | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.8.1 | Keywords: ----------------------+----------------------------------------------------- Comment(by moschny): Using a fixed string there is indeed ugly, but e.g. annotated tags have an author. For lightweight tags, one could use the commit's author. -- Ticket URL: Buildbot Buildbot: build/test automation From buildbot-devel at lists.sourceforge.net Wed Sep 29 18:56:37 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 29 Sep 2010 18:56:37 -0000 Subject: [Buildbot-commits] [Buildbot] #998: git_buildbot.py ignores tags In-Reply-To: <036.92225bad6a92f142c6531bf660f7d90a@lists.sourceforge.net> References: <036.92225bad6a92f142c6531bf660f7d90a@lists.sourceforge.net> Message-ID: <045.9a6c81294c043b461334c4022691fb7a@lists.sourceforge.net> #998: git_buildbot.py ignores tags ----------------------+----------------------------------------------------- Reporter: chrb | Owner: Type: undecided | Status: new Priority: major | Milestone: undecided Version: 0.8.1 | Keywords: ----------------------+----------------------------------------------------- Changes (by moschny): * cc: thomas.moschny@? (added) -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Sep 29 19:00:31 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 29 Sep 2010 12:00:31 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 705aed: Let VCSes sometimes bypass clobber fallback. Message-ID: <20100929190031.9D521422DE@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 705aed318f705ac08208e9f421ee8162b58a64d8 http://github.com/buildbot/buildbot/commit/705aed318f705ac08208e9f421ee8162b58a64d8 Author: Amber Yust Date: 2010-09-29 (Wed, 29 Sep 2010) Changed paths: M slave/buildslave/commands/base.py M slave/buildslave/commands/git.py Log Message: ----------- Let VCSes sometimes bypass clobber fallback. (Some fetch errors are detectably unrecoverable. In these cases, it's better to keep DVCS clones around for future use, instead of wiping them out for no reason.) From noreply at github.com Wed Sep 29 19:02:22 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 29 Sep 2010 12:02:22 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3cf7ad: Revert "Let VCSes sometimes bypass clobber fallbac... Message-ID: <20100929190222.E681C422E2@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 3cf7ad163d07d8d82ad29827715ab2e95cb90107 http://github.com/buildbot/buildbot/commit/3cf7ad163d07d8d82ad29827715ab2e95cb90107 Author: Amber Yust Date: 2010-09-29 (Wed, 29 Sep 2010) Changed paths: M slave/buildslave/commands/base.py M slave/buildslave/commands/git.py Log Message: ----------- Revert "Let VCSes sometimes bypass clobber fallback." This reverts commit 705aed318f705ac08208e9f421ee8162b58a64d8. From buildbot-devel at lists.sourceforge.net Wed Sep 29 20:43:46 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 29 Sep 2010 20:43:46 -0000 Subject: [Buildbot-commits] [Buildbot] #1003: use addCleanup in CommandTestMixin Message-ID: <038.97cdcf1b4be2f3589d2f4160a588088c@lists.sourceforge.net> #1003: use addCleanup in CommandTestMixin ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: new Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Keywords: ------------------------+--------------------------------------------------- We're no longer beholden to Twisted-2.5.0, so this code can be improved slightly: {{{ 26 def tearDownCommand(self): 27 """ 28 Call this from the tearDown method to clean up any leftover workdirs and do 29 any additional cleanup required. 30 """ 31 # note: Twisted-2.5.0 does not have addCleanup, or we could use that here.. }}} -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Sep 29 20:54:57 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 29 Sep 2010 13:54:57 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] f54f69: fix skip message to give correct path Message-ID: <20100929205457.85B6E422E3@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: f54f699651cb3f3028071f874fce884272a464d5 http://github.com/buildbot/buildbot/commit/f54f699651cb3f3028071f874fce884272a464d5 Author: Dustin J. Mitchell Date: 2010-09-29 (Wed, 29 Sep 2010) Changed paths: M slave/buildslave/test/__init__.py Log Message: ----------- fix skip message to give correct path Commit: 5ba1fc156e5d79aff8f21c7f05e8da858285ed5c http://github.com/buildbot/buildbot/commit/5ba1fc156e5d79aff8f21c7f05e8da858285ed5c Author: Dustin J. Mitchell Date: 2010-09-29 (Wed, 29 Sep 2010) Changed paths: M slave/buildslave/test/util/command.py Log Message: ----------- clean up better after sourcecommand tests Commit: b595957e627ba127b6b55cb6e21f8307a2633235 http://github.com/buildbot/buildbot/commit/b595957e627ba127b6b55cb6e21f8307a2633235 Author: Dustin J. Mitchell Date: 2010-09-29 (Wed, 29 Sep 2010) Log Message: ----------- Merge branch 'master' of github.com:buildbot/buildbot * 'master' of github.com:buildbot/buildbot: Revert "Let VCSes sometimes bypass clobber fallback." Let VCSes sometimes bypass clobber fallback. From buildbot-devel at lists.sourceforge.net Wed Sep 29 20:57:56 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Wed, 29 Sep 2010 20:57:56 -0000 Subject: [Buildbot-commits] [Buildbot] #1003: use addCleanup in CommandTestMixin In-Reply-To: <038.97cdcf1b4be2f3589d2f4160a588088c@lists.sourceforge.net> References: <038.97cdcf1b4be2f3589d2f4160a588088c@lists.sourceforge.net> Message-ID: <047.23f365e10b455db0d91ace4fca0a0e1f@lists.sourceforge.net> #1003: use addCleanup in CommandTestMixin ------------------------+--------------------------------------------------- Reporter: dustin | Owner: dustin Type: enhancement | Status: closed Priority: major | Milestone: 0.8.2 Version: 0.8.1 | Resolution: fixed Keywords: | ------------------------+--------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed Comment: Actually, it wasn't even necessary - I just set it to do the cleanup unconditionally. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Wed Sep 29 21:00:35 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 29 Sep 2010 14:00:35 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 6abf54: Redo "Let VCSes sometimes bypass clobber fallback.... Message-ID: <20100929210035.B102F422EE@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 6abf54e6c6d5749c9970d604ecf0c1ba8321bd31 http://github.com/buildbot/buildbot/commit/6abf54e6c6d5749c9970d604ecf0c1ba8321bd31 Author: Amber Yust Date: 2010-09-29 (Wed, 29 Sep 2010) Changed paths: M slave/buildslave/commands/base.py M slave/buildslave/commands/git.py M slave/buildslave/test/unit/test_commands_git.py Log Message: ----------- Redo "Let VCSes sometimes bypass clobber fallback." Also add in a new unit test for added functionality, and fix some small issues. This reverts commit 3cf7ad163d07d8d82ad29827715ab2e95cb90107. From noreply at github.com Wed Sep 29 21:50:47 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 29 Sep 2010 14:50:47 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 64d0b1: add test for mode=copy with updating sourcedir Message-ID: <20100929215047.3F8B7422F4@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 64d0b188813ac4062887a96e8fb0fec00ae133c8 http://github.com/buildbot/buildbot/commit/64d0b188813ac4062887a96e8fb0fec00ae133c8 Author: Dustin J. Mitchell Date: 2010-09-29 (Wed, 29 Sep 2010) Changed paths: M slave/buildslave/test/unit/test_commands_git.py M slave/buildslave/test/util/sourcecommand.py Log Message: ----------- add test for mode=copy with updating sourcedir From noreply at github.com Thu Sep 30 04:10:33 2010 From: noreply at github.com (noreply at github.com) Date: Wed, 29 Sep 2010 21:10:33 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] ef43b3: Make 'Common Build Properties' a full subsection, ... Message-ID: <20100930041033.9B51E422F4@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: ef43b327f6f560321efc3f3b62619a23a500c9c2 http://github.com/buildbot/buildbot/commit/ef43b327f6f560321efc3f3b62619a23a500c9c2 Author: Dustin J. Mitchell Date: 2010-09-29 (Wed, 29 Sep 2010) Changed paths: M master/docs/cfg-buildsteps.texinfo Log Message: ----------- Make 'Common Build Properties' a full subsection, so it's in the TOC From noreply at github.com Thu Sep 30 07:18:58 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 30 Sep 2010 00:18:58 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] fbc49b: No need to use a regexp for searching. Be a bit mo... Message-ID: <20100930071858.1996B422A4@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: fbc49b60ed8f7e309762dfbf7f2962fc6aea6014 http://github.com/buildbot/buildbot/commit/fbc49b60ed8f7e309762dfbf7f2962fc6aea6014 Author: Jon Olsson Date: 2010-09-29 (Wed, 29 Sep 2010) Changed paths: M master/contrib/windows/buildbot_service.py Log Message: ----------- No need to use a regexp for searching. Be a bit more specific in what we search for. Commit: 7a06e20fc0d5d38ccd2fc44873a4193a9a3cf538 http://github.com/buildbot/buildbot/commit/7a06e20fc0d5d38ccd2fc44873a4193a9a3cf538 Author: Amber Yust Date: 2010-09-30 (Thu, 30 Sep 2010) Changed paths: M master/contrib/windows/buildbot_service.py Log Message: ----------- Merge remote branch 'noj/start_buildslave_as_windows_service' From buildbot-devel at lists.sourceforge.net Thu Sep 30 12:28:15 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 30 Sep 2010 12:28:15 -0000 Subject: [Buildbot-commits] [Buildbot] #808: Blame info lost across trigger step->scheduler In-Reply-To: <039.3edd276932be858511585807ee3ca056@lists.sourceforge.net> References: <039.3edd276932be858511585807ee3ca056@lists.sourceforge.net> Message-ID: <048.f6007104816a4bb4350eaae80cbe4f18@lists.sourceforge.net> #808: Blame info lost across trigger step->scheduler ------------------------+--------------------------------------------------- Reporter: parente | Owner: Type: enhancement | Status: new Priority: minor | Milestone: 0.8.3 Version: 0.7.12 | Keywords: buildcoord ------------------------+--------------------------------------------------- Comment(by parente): I've been running with this fix locally for 5 months now without an issue. Granted, I'm not touching every part of buildbot, but it's a start. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Sep 30 19:48:03 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 30 Sep 2010 12:48:03 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 2577ff: Refactor console revision filtering to be more gen... Message-ID: <20100930194803.EB29842375@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 2577ff9b63e83212839c9fede5e43b0179175aeb http://github.com/buildbot/buildbot/commit/2577ff9b63e83212839c9fede5e43b0179175aeb Author: Amber Yust Date: 2010-09-30 (Thu, 30 Sep 2010) Changed paths: M master/buildbot/status/web/console.py M master/buildbot/status/web/templates/console.html M master/docs/cfg-statustargets.texinfo Log Message: ----------- Refactor console revision filtering to be more generic. Add the option to filter /console by repository. From buildbot-devel at lists.sourceforge.net Thu Sep 30 19:52:57 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 30 Sep 2010 19:52:57 -0000 Subject: [Buildbot-commits] [Buildbot] #790: Handle revs from different repositories in console view In-Reply-To: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> References: <039.e0296330c0daf5302d3f21696081f490@lists.sourceforge.net> Message-ID: <048.3c1b9a8048b350684357a8caee795280@lists.sourceforge.net> #790: Handle revs from different repositories in console view --------------------+------------------------------------------------------- Reporter: marcusl | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.+ Version: 0.8.0 | Resolution: fixed Keywords: web | --------------------+------------------------------------------------------- Changes (by ayust): * status: new => closed * resolution: => fixed Comment: http://github.com/buildbot/buildbot/commit/2577ff9b63e83212839c9fede5e43b0179175aeb -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Sep 30 20:30:59 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 30 Sep 2010 13:30:59 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] d369a6: force brids to be a list Message-ID: <20100930203059.226454239F@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: d369a6ca4c6cc948acd21ded41699d5d3946bc13 http://github.com/buildbot/buildbot/commit/d369a6ca4c6cc948acd21ded41699d5d3946bc13 Author: Dustin J. Mitchell Date: 2010-09-30 (Thu, 30 Sep 2010) Changed paths: M master/buildbot/db/connector.py Log Message: ----------- force brids to be a list From buildbot-devel at lists.sourceforge.net Thu Sep 30 20:33:42 2010 From: buildbot-devel at lists.sourceforge.net (Buildbot) Date: Thu, 30 Sep 2010 20:33:42 -0000 Subject: [Buildbot-commits] [Buildbot] #1002: unhandled error in master log In-Reply-To: <039.6830daefdb6d34ddd6e503e986381154@lists.sourceforge.net> References: <039.6830daefdb6d34ddd6e503e986381154@lists.sourceforge.net> Message-ID: <048.9248b0410bcdb207cd2ba56529131576@lists.sourceforge.net> #1002: unhandled error in master log --------------------+------------------------------------------------------- Reporter: moschny | Owner: Type: defect | Status: closed Priority: major | Milestone: 0.8.2 Version: master | Resolution: fixed Keywords: | --------------------+------------------------------------------------------- Changes (by dustin): * status: new => closed * resolution: => fixed * milestone: undecided => 0.8.2 Comment: Should be fixed in d369a6ca4c6cc948acd21ded41699d5d3946bc13 - reopen if not. -- Ticket URL: Buildbot Buildbot: build/test automation From noreply at github.com Thu Sep 30 23:10:12 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 30 Sep 2010 16:10:12 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 8d83f2: Add a little space between links on console detail... Message-ID: <20100930231012.AC8D34247C@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 8d83f27a90adeaf1044404b74eb997df906a2876 http://github.com/buildbot/buildbot/commit/8d83f27a90adeaf1044404b74eb997df906a2876 Author: Amber Yust Date: 2010-09-30 (Thu, 30 Sep 2010) Changed paths: M master/buildbot/status/web/files/default.css Log Message: ----------- Add a little space between links on console details From noreply at github.com Thu Sep 30 23:17:51 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 30 Sep 2010 16:17:51 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 1bd6ac: Merge branch 'master' of http://github.com/thmo/bu... Message-ID: <20100930231751.89C314247B@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 1bd6ac0e7934df5756caf425919daa52cb623545 http://github.com/buildbot/buildbot/commit/1bd6ac0e7934df5756caf425919daa52cb623545 Author: Amber Yust Date: 2010-09-30 (Thu, 30 Sep 2010) Changed paths: M master/buildbot/__init__.py M master/setup.py Log Message: ----------- Merge branch 'master' of http://github.com/thmo/buildbot From noreply at github.com Thu Sep 30 23:49:52 2010 From: noreply at github.com (noreply at github.com) Date: Thu, 30 Sep 2010 16:49:52 -0700 Subject: [Buildbot-commits] [buildbot/buildbot] 3a3801: Fix getting VERSION in "make docs" target. Message-ID: <20100930234952.1E40A42453@smtp1.rs.github.com> Branch: refs/heads/master Home: http://github.com/buildbot/buildbot Commit: 3a380168ff2e1294431723cdaffe32b9c2bee2c5 http://github.com/buildbot/buildbot/commit/3a380168ff2e1294431723cdaffe32b9c2bee2c5 Author: Thomas Moschny Date: 2010-09-30 (Thu, 30 Sep 2010) Changed paths: M master/docs/Makefile Log Message: ----------- Fix getting VERSION in "make docs" target. Commit: 344ab8226fbb1ccf0d63529f4539c80023e3b16d http://github.com/buildbot/buildbot/commit/344ab8226fbb1ccf0d63529f4539c80023e3b16d Author: Amber Yust Date: 2010-09-30 (Thu, 30 Sep 2010) Changed paths: M master/docs/Makefile Log Message: ----------- Merge branch 'master' of http://github.com/thmo/buildbot