[Buildbot-devel] basic question

Richard Woods rwoods at tresys.com
Thu Aug 26 13:19:08 UTC 2010


Ah, thank you!  With that sorted out...

 

The builds fail at the Git step.  The step is defined by
`Git(repourl="ssh://machinename/path/to/repository"))` -- pretty simple.
If I do a `git pull` from the build directory, I get "unable to chdir or
not a git archive", however if I do `git pull
ssh://machinename/path/to/repository`, I get the updates correctly.

 

From: John Ford [mailto:jhford at mozilla.com] 
Sent: Wednesday, August 25, 2010 5:13 PM
To: Richard Woods
Cc: buildbot-devel at lists.sourceforge.net
Subject: Re: [Buildbot-devel] basic question

 

your scheduler is on branch 'master' but your sendchange doesn't have a
branch.  Try adding --branch master to your sendchange

 

John

 

 

On Aug 25, 2010, at 2:10 PM, Richard Woods wrote:





I had BuildBot set up to do periodic builds, and I'd like it to instead
receive change notifications from a git repository.

 

I have the post-receive hook set up in the repository to send the
changes to BuildBot.  I have changed the configuration file:

*         The change source is configured via `c['change_source'] =
PBChangeSource()`

*         The scheduler is defined by `Scheduler(name="all",
branch="master", treeStableTimer=0, buildernames=["buildbot-full"])` and
appended to c['schedulers']

But where my periodic builds were working before, I can't get these
builds to kick off.

 

I have done `buildbot sendchange --user=username --master=localhost:9989
Makefile`, and I see a change show up on the status Waterfall page, but
no builds kick off.  Where might I be missing something?

------------------------------------------------------------------------
------
Sell apps to millions through the Intel(R) Atom(Tm) Developer Program
Be part of this innovative community and reach millions of netbook users

worldwide. Take advantage of special opportunities to increase revenue
and 
speed time-to-market. Join now, and jumpstart your future.
http://p.sf.net/sfu/intel-atom-d2d______________________________________
_________
Buildbot-devel mailing list
Buildbot-devel at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/buildbot-devel

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20100826/b3d9560c/attachment.html>


More information about the devel mailing list