[Buildbot-devel] Generating revlink on a Mercurial repository
    Maria Marcano 
    mariangemarcano at gmail.com
       
    Fri Jan 11 15:55:21 UTC 2013
    
    
  
Hi
I’m 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,  What would be the proper method to generate the
revlink since the branch is selected in the combo box and not appended in
the repository name?
Thanks,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20130111/815b5989/attachment.html>
    
    
More information about the devel
mailing list