[Buildbot-commits] [Buildbot] #2425: Generating revlink on a Mercurial repository
Buildbot
nobody at buildbot.net
Tue Jan 15 12:58:16 UTC 2013
#2425: Generating revlink on a Mercurial repository
-------------------------+-----------------------
Reporter: mariamarcano | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.8.7p1 | Keywords:
-------------------------+-----------------------
Have the revlink callables accept a full sourcestamp resource so it
handles the following case:
using a mercurial repository with a configuration like the following:
{{{
c['schedulers'].append(ForceScheduler(
name="force-windows64",
builderNames=["Build Windows64"],
codebases = { CodebaseParameter('', branch =
ChoiceStringParameter(name="branch", choices=["buildbot", "buildbot-
trunk", "trunk"], default="buildbot"),
repository =
FixedParameter(name="repository", default=hgrepo))}))
}}}
using directory branches, generate the revlink (in this case the version-
control display system requires the branch name in the path, not specify
in hgrepo but selected via ui)
--
Ticket URL: <http://trac.buildbot.net/ticket/2425>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list