<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.python.buildbot.devel">
    <title>gmane.comp.python.buildbot.devel</title>
    <link>http://blog.gmane.org/gmane.comp.python.buildbot.devel</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9328"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9324"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9323"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9315"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9314"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9313"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9312"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9308"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9306"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9305"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9304"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9301"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9298"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9293"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9290"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9288"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9285"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9284"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9283"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9280"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9328">
    <title>get current buildrequest buildsetid from buildstep</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9328</link>
    <description>&lt;pre&gt;I'm subclassing the ShellCommand

class DownloadArtifact(ShellCommand):

And I need to get the buildsetid

something like this

bsid = self.build.builder.building[0].requests[0].bsid

but how do I get this value for the current buildrequest (not for all
buildrequest)

Thanks,
Maria
------------------------------------------------------------------------------
Try New Relic Now &amp;amp; We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, &amp;amp; servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_may_______________________________________________
Buildbot-devel mailing list
Buildbot-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/buildbot-devel
&lt;/pre&gt;</description>
    <dc:creator>Maria Marcano</dc:creator>
    <dc:date>2013-05-24T09:08:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9324">
    <title>Twisted exception with Buildbot 0.8.5 + Mercurialhook</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9324</link>
    <description>&lt;pre&gt;I recently migrated our Buildbot 0.8.5 + Twisted 12.0.0 + zope 3.6.1 to a new
Debian Linux instance that is running x64 and Python 2.7.3.  We are using
Mercurial with the changegroup.buildbot hook, i.e.:

    [hooks]
    changegroup.buildbot = python:buildbot.changes.hgbuildbot.hook

I'm now getting an exception in Twisted that I wasn't getting before whenever
a change is pushed to the Mercurial server:

pushing to https://...
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
remote: Unhandled Error
remote: Traceback (most recent call last):
remote:   File
"/usr/local/lib/python2.7/dist-packages/Twisted-12.0.0-py2.7-linux-x86_64.egg/twisted/internet/base.py",
line 413, in fireEvent
remote:     DeferredList(beforeResults).addCallback(self._continueFiring)
remote:   File
"/usr/local/lib/python2.7/dist-packages/Twisted-12.0.0-py2.7-linux-x86_64.egg/twisted/internet/defer.py",
line 301, in addCallback
remote: &lt;/pre&gt;</description>
    <dc:creator>Bob Hood</dc:creator>
    <dc:date>2013-05-24T00:45:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9323">
    <title>How to set revlinks</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9323</link>
    <description>&lt;pre&gt;Hello, I have a problem with revlink
I've tried both with:
from buildbot import revlinks
c['revlink'] = revlinks.RevlinkMatch(
        repo_urls = [r'git&amp;lt; at &amp;gt;myurl:([^/]*)/([^/]*?)(?:\.git)?$'],
        revlink = r'https://myurl/\\1/\\2/commit/%s'
        )

and with annother approach I got from gist examples:
def revlink(rev, repo):
        repo_regex = 'git&amp;lt; at &amp;gt;myurl:([^/]*)/([^/]*?)(?:\.git)?$'
        web = 'https://myurl/\\1/\\2/commit/%s'
        m = re.match(repo_regex, repo)
        if m:
          return m.expand(web) % rev

c['status'].append(WebStatus(http_port=8010, authz=authz_cfg,
                             changecommentlink=(r"#(\d+)", \
                                        r"http://myurl:9911/issues/\1", \
                                        r"Ticket \g&amp;lt;0&amp;gt;"),
                             revlink=revlink))

But I'm not seing rev links to gitlab anywhere while changecommentlink for
redmine seems to be working

running buildbot 0.8.7p1

Thanks!
--------------------------------------------------&lt;/pre&gt;</description>
    <dc:creator>Julia S.S.</dc:creator>
    <dc:date>2013-05-22T16:26:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9315">
    <title>User Question: 1 builder -&gt; 2 buildslaves</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9315</link>
    <description>&lt;pre&gt;Hi All,

I have a question I cannot find an answer after reading the manual, and
doing some test; hope someone can help here;

I setup a buildmaster and two buildslaves on two distinct hosts (Ubuntu
12.04 and Debian Weezy)
Configured a builder and assigned to both slaves to build my code on both
the hosts
When the SVNPoller notice something has changed in the repo, I was
expecting the build process to start on both hosts, to test the build on
both O.S.
It seams the build process starts only on one of the slaves instead, and
the one that is started seem random (I did not see a pattern)
I notice there is a param "nextSlave" to decide which slave to run. So my
question is: If I set multiple slaves for the same builder, only one slave
is run?
Can I set up the master/slave system to kick the build on all my
buildslaves at once?

Many thanks
Sergio

&lt;/pre&gt;</description>
    <dc:creator>sergio borghese</dc:creator>
    <dc:date>2013-05-18T15:24:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9314">
    <title>Getting pass/fail status from JSON API</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9314</link>
    <description>&lt;pre&gt;Hello,

Is there an easy way to get the pass/fail status of a builder (or all
builders) from the JSON API? The examples I've seen seem to look for
particular text substrings in the "text" property, which seems a little
brittle.

Thanks

Mike

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Michael Williamson</dc:creator>
    <dc:date>2013-05-18T10:12:41</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9313">
    <title>Conceptual Questions: Change-based BuildStep</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9313</link>
    <description>&lt;pre&gt;Hi,

I am still fairly new to BuildBot and I am still a bit confused about some of the concepts.  Is it possible to define a BuildStep via BuildFactory with information from multiple changes?  For example, let say one of the Build contain a SourceStamp that points to 2 ChangeS.  Is it possible to define a BuildStep to cherry pick those 2 ChangeS to current HEAD?   or do I need to subclass something to archive this?

I noticed there are Properties set but they appear to belong to only one of the change?  (or may be it's just the web UI showing properties of one change and there's actually an array of build properties?)

Regards,
Kenny
------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.&lt;/pre&gt;</description>
    <dc:creator>Kenny Ho</dc:creator>
    <dc:date>2013-05-16T21:24:05</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9312">
    <title>e-mail notifications based on scheduler type</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9312</link>
    <description>&lt;pre&gt;Hi everybody,

I have e-mail notifications configured for certain builders. However,
these builders are triggered either by different schedulers
(Triggering, Try, Force etc). Is it possible to send e-mail
notifications for a builder but only if it was triggered by a
particular scheduler? I see no such option in the MailNotifier class
so I was wondering if there is a "good" way to do that.

--
Regards,
Markos Chandras

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
&lt;/pre&gt;</description>
    <dc:creator>Markos Chandras</dc:creator>
    <dc:date>2013-05-16T19:28:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9308">
    <title>Tools for GSoC mentors</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9308</link>
    <description>&lt;pre&gt;Hello GSoC Mentors,

As you are participating to Google Summer of Code, I'm wondering if you 
could consider using Flower Dev Center [1] while working with students.

Flower Dev Center is an online platform for UML modeling diagramming, 
with a strong focus on code synchronization, integration with dev tools 
(Git, SVN, etc) and real time collaboration on diagrams (and a little 
bit on code as well).

We think Flower Dev Center can be helpful for both: mentors and students 
during Google Summer of Code. We have created an article on this topic 
(i.e. Flower Dev Center + GSoC): [2], [3].

If you have a couple of spare minutes, could you tell us if you would 
like to use Flower Dev Center? And/or raise topics that you think are 
important (based on previous GSoC participations) to be supported by 
Flower Dev Center?

The next version of Flower Dev Center, the 2.0.0 planned for June/July 
2013, has major new features, that we did not demonstrate yet and that 
will improve even more the collaboration between dev&lt;/pre&gt;</description>
    <dc:creator>Flower Platform Team</dc:creator>
    <dc:date>2013-05-15T14:28:08</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9306">
    <title>Template folder</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9306</link>
    <description>&lt;pre&gt;Hello

Maybe i should explain in details what I want to achieve.

Im working on the UI of a buildbot installation. My html files are located in the status/web/templates folder.

I have downloaded buildbot version Nine to get some inspiration and can see that the UI has another location. buildbot / www /  src  

I want to keep the default html files in status/web/templates folder unchanged and make a new UI in another folder (running Buildbot version: 0.8.7p1).. 

How do I do that?

I already tried overwriting the default templates by copying them to the files folder but that did not work.

Greetings,

Simon 

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d___&lt;/pre&gt;</description>
    <dc:creator>Simon Holm Nielsen</dc:creator>
    <dc:date>2013-05-15T09:38:06</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9305">
    <title>Buildbot nine template path</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9305</link>
    <description>&lt;pre&gt;Hello

How and where do I change the url to the templatefolder?  In buildbot Nine The templates are located in buildbot / www /  src  

in stead of the default status/web/templates folder


Greetings,

Simon ------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Buildbot-devel mailing list
Buildbot-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/buildbot-devel
&lt;/pre&gt;</description>
    <dc:creator>Simon Holm Nielsen</dc:creator>
    <dc:date>2013-05-15T08:48:49</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9304">
    <title>Grace Hopper Open Source Day</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9304</link>
    <description>&lt;pre&gt;Lukas Blakk contacted me to invite Buildbot to the 2013 Grace Hopper
Open Source Day in Minneapolis, MN on October 5.  The event would be
similar to the Buildbot sprints at PyCon, but shorter (one day) and
focused on new contributors.  In particular, this event would provide
an opportunity for women to hack on Buildbot and connect with the
Buildbot community.

This will be part of the Grace Hopper Celebration of Women in
Computing - http://gracehopper.org/2013/.  The info for this year's
GHOSD isn't up yet, but last year's is described here:
  http://gracehopper.org/2012/conference/grace-hopper-open-source-day/

I'd love to see Buildbot represented here, but personal complications
make it hard to know if I'll be able to attend.  If you can be there,
please let me know so that I can let the organizers know that Buildbot
will be participating.

Dustin

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security &lt;/pre&gt;</description>
    <dc:creator>Dustin J. Mitchell</dc:creator>
    <dc:date>2013-05-15T02:36:45</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9301">
    <title>How many project per master?</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9301</link>
    <description>&lt;pre&gt;

Hello,

How many projects can I have controlled by one master?

I currently have 5 masters for different projects.
Each master has between 26 and 48 builds to control.
I was thinking of merging all of them into one.
I just want to make sure buildbot will be okay with this.

My goal is to have my 14 slave systems have 8 builder processes each.
These 8 builders building any of the projects that need to be built.

As of now I have configured the buildbot master to have two slaves for each master on each slave node.

The problem is the slaves are either under used or over used depending on what is happening in subversion.

Thank you for your comments.

Diane------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a fr&lt;/pre&gt;</description>
    <dc:creator>Diane Maple</dc:creator>
    <dc:date>2013-05-14T21:54:37</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9298">
    <title>subversion push to buildbot</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9298</link>
    <description>&lt;pre&gt;Hello,

I setup subversion to push to buildbot via the svn_buildbot.py script.
Buildbot sees the change and it shows up in the water fall as a path relative to the root of my repository.

... then nothing... no builds.

I'm guessing I have something wrong with my change filter or something... 

Can someone PLEASE post a full, clear example with multiple build slaves, targets (filters) of a working master.cfg

Thank you.------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d_______________________________________________
Buildbot-devel mailing list
Buildbot-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.org
https://lists.sourceforge.net/lists/listinfo/buildbot-d&lt;/pre&gt;</description>
    <dc:creator>Diane Maple</dc:creator>
    <dc:date>2013-05-14T21:23:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9293">
    <title>Consoldate Build Failure Emails?</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9293</link>
    <description>&lt;pre&gt;I have setup a couple builders that can be triggered by the same check-in. When it so happens that the check-in breaks the build in more than one of the builders, the person who submitted it gets multiple build fail emails, one for each builder that failed for the single check-in. Is it possible to have BuildBot consolidate the multiple failures down to one email instead that lists all the failed builders?

[Description: http://www.venafi.com/img/venafi_email_signature_logo.gif]

| Jeremy Cornett | Configuration Management Engineer
| jeremy.cornett-xf2uNyQ5f/7QT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;lt;mailto:jeremy.cornett-xf2uNyQ5f/7QT0dZR+AlfA&amp;lt; at &amp;gt;public.gmane.org&amp;gt; | www.venafi.com&amp;lt;http://www.venafi.com/&amp;gt;



------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is &lt;/pre&gt;</description>
    <dc:creator>Jeremy Cornett</dc:creator>
    <dc:date>2013-05-10T19:11:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9290">
    <title>show hidden/all build steps in web views?</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9290</link>
    <description>&lt;pre&gt;Hi All-

I've searched around a bit, sorry in advance if this is obvious and I've 
missed it.

I have some builds with a large number of steps that I generally hide 
unless there's a failure/warning/etc. via something like the following 
in the step setup/definition:

hideStepIf=lambda results, s: results==SUCCESS

Is there currently any url magic that can be used to show ALL steps, 
even these hidden ones, for example when looking at a page like: 
/builders/MyBuildName/builds/NN

The ideal situation in my case is to normally hide steps that aren't 
normally important, but also allow a developer to look back through with 
a special url and see what exactly happened throughout an entire build 
if a later step fails.

Thanks.
-Stephan

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders &lt;/pre&gt;</description>
    <dc:creator>Stephan Koledin</dc:creator>
    <dc:date>2013-05-10T16:29:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9288">
    <title>HTTP request steps</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9288</link>
    <description>&lt;pre&gt;Hi there,

I've made a bunch of class to perform HTTP requests (think interface with some REST stuff), the class itself is working for me, but I have no test and doc.

Is it something we want to integrate ?

Example usage:

  f.addStep(
    HTTPStep.POST('http://httpbin.org/post',
      data = {'repository': Interpolate('%(src::repository)s'), 
              'revision': Interpolate('%(src::revision)s'),
              },
      headers = {'Accept': 'text/plain'},
      ),
    )


Regards,
Benoît.
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with &amp;lt;2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1_______________________________________________
Buildbot-devel mailing list
Buildbot-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f&amp;lt; at &amp;gt;public.gmane.or&lt;/pre&gt;</description>
    <dc:creator>Benoît Allard</dc:creator>
    <dc:date>2013-05-06T11:37:50</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9285">
    <title>Trouble wiring up a web hook change source.</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9285</link>
    <description>&lt;pre&gt;I am new to BuildBot but I have it up and running and successfully building
and deploying code from a BitBucktet Repo.  Presently I am using the
GitPoller to trigger builds but want to use a web hook.  It seems I am
close to having this working but not quite.  So far i have

1) configured BitBuckets POST service (See
https://confluence.atlassian.com/display/BITBUCKET/POST+Service+Management)
2) downloaded and installed the bitbucket.py web hook from this pull
request: https://github.com/buildbot/buildbot/pull/643
3) reconfigured myWebStatus like so:

c['status'].append(html.WebStatus(
    http_port=8010,
    authz=authz_cfg,
    change_hook_dialects={ 'bitbucket' : True }))


But is seems to me that there ought to be one more step, i.e. setting up a
change-source to connect the received notifications with the appropriate
schedulers.  I cannot find any docs on how to do this.

My testing seems to confirm that such a step is missing.  When I push to my
repo, I immediately see the following in my twisted.log, b&lt;/pre&gt;</description>
    <dc:creator>Kenneth Baltrinic</dc:creator>
    <dc:date>2013-05-04T05:57:12</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9284">
    <title>What will happen if I do reconfig when BuildSlaves are building ? Is it predictable ?</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9284</link>
    <description>&lt;pre&gt; Hi everyone. I'm a Buildbot newbie. Recently I came across a problem as you can see from the title above. It seems that there's no document of this topic available.
What will happen if I do reconfig while the BuildMaster is busy or the BuildSlaves are building ?  Although "buildbot.master.BuildMaster" instance will invoke ".loadTheConfigFile(self, configFile=None)" as soon as possible. But will everything (Schedulers, Builders, BuildSteps of each Builders, and so on) keep synchronized and valid after that method finished ?
Thank you for your time.------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with &amp;lt;2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2_______________________________________________
Buildbot-devel mailing list
Buildbot-devel-5NWGOfrQmneRv+LV9M&lt;/pre&gt;</description>
    <dc:creator>fish47</dc:creator>
    <dc:date>2013-05-04T05:43:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9283">
    <title>[ANN] Project Leadership Committee</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9283</link>
    <description>&lt;pre&gt;I'm happy to announce the composition of the Buildbot project
leadership committee, in no particular order:

* Bill Deegan
* Tom Prince
* Amar Takhar
* Pierre Tardy
* Dustin J. Mitchell (designated member for communication with Conservancy)

This list will be embedded into the FSA.  So signing the FSA means
that, among other things, you agree that this PLC represents the
Buildbot project.  This list isn't fixed - the PLC has the power to
add or remove members, subject to certain restrictions.

This is a big step for Buildbot, but in concrete terms there's no
change.  I'll be in touch with the PLC members soon to set up a bit of
infrastructure (mailing list, etc.), but there's no pressing business
to attend to.

The status of the Conservancy application is that we're awaiting
comments from Conservancy on the most recent draft of the FSA.  I have
two changes planned at that point:
 * list the PLC members by name; and
 * remove the detail about voting processes, as the FSA is not the
appropriate place for it.

&lt;/pre&gt;</description>
    <dc:creator>Dustin J. Mitchell</dc:creator>
    <dc:date>2013-05-02T21:20:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9280">
    <title>Configuring ssh keys for buildbot service account(for git)</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9280</link>
    <description>&lt;pre&gt;I figure I must be missing something really obvious but I can't figure this
out.  I have installed builtbot on ubuntu 12.10 using the apt-get. This
installed buildbot, created a buildbot service account and configured it to
start up at the appropriate runlevels.  All very nice. :-)

The problem is the buildbot service account, being a service account, has
no home directory.  Consequently, I can't figure out for the life of me
where to put ssh keys for it to use when it uses git to fetch stuff from
our repo.  It seems these must always go under ~/.ssh. You can create new
ssh agents, use ssh -i, etc. to specify alternate key locations but that is
all command line stuff that would have to be supported by the GitPoller and
Git source classes.

Is my only option to create a home directory for the buildbot user?

--Ken
------------------------------------------------------------------------------
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production applic&lt;/pre&gt;</description>
    <dc:creator>Kenneth Baltrinic</dc:creator>
    <dc:date>2013-05-02T06:40:26</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.python.buildbot.devel/9268">
    <title>Multi-buildsteps and output environments</title>
    <link>http://comments.gmane.org/gmane.comp.python.buildbot.devel/9268</link>
    <description>&lt;pre&gt;Hi,

I'm evaluating Buildbot (looks pretty good so far!) and I'm wondering if
it's possible to achieve the following:

* Multi-buildsteps: say you can build your code in various configurations
(Debug, Release, Final) and you have a Force scheduler form on the
WebStatus that lets you pick those configurations (using a
ChoiceStringParameter with "multiple" set to "True"). How can it "loop"
over the selected configurations and run as many builders as requested?

* Output environments: we have a batch script that sets up various
environment variables based on other things. How can I run this as a
ShellCommand step and capture the resulting environment so I can pass it to
the next steps? The only thing for which I require this so far is really
running some VisualStudio steps, so I guess I could work around that by NOT
using those steps and instead invoking "devenv" through a ShellCommand and
a wrapper script, or somehow make a sub-class of the VisualStudio step that
accepts running a "setup" script... but it woul&lt;/pre&gt;</description>
    <dc:creator>Ludovic Chabant</dc:creator>
    <dc:date>2013-04-24T20:51:02</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.python.buildbot.devel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.python.buildbot.devel</link>
  </textinput>
</rdf:RDF>
