[Buildbot-commits] [Buildbot] #2358: git_buildbot.py receive hook script is not codebase-aware
Buildbot
nobody at buildbot.net
Sat Sep 8 17:52:35 UTC 2012
#2358: git_buildbot.py receive hook script is not codebase-aware
-----------------------+--------------------
Reporter: jaredgrubb | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.7
Version: master | Resolution:
Keywords: projrepo |
-----------------------+--------------------
Description changed by dustin:
Old description:
> I use the 'git_buildbot.py' script as my post-receive hook, however it
> doesnt know codebase. So, the change it creates is not compatible with
> any Scheduler that has codebases set on it (since the changes generated
> will have codebase=='', but Scheduler's will have have non-empty
> codebases, which then fails with this error message:
>
> "change contains codebase that is not processed by scheduler Foo"
New description:
I use the 'git_buildbot.py' script as my post-receive hook, however it
doesnt know codebase. So, the change it creates is not compatible with any
Scheduler that has codebases set on it (since the changes generated will
have {{{codebase==''}}}, but Scheduler's will have have non-empty
codebases, which then fails with this error message:
{{{
change contains codebase that is not processed by scheduler Foo
}}}
--
--
Ticket URL: <http://trac.buildbot.net/ticket/2358#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list