1
Fork 0
Python-based continuous integration testing framework. The ladi-py2 branch with Python 2 maintained by LADI project.
Go to file
Rainer Müller 246df8f539 Fix URL list for steps with Dynamic Triggers
With dynamic triggers [1], when a Trigger step invokes the same
scheduler multiple times, only one link per builder was added to the
list of URLs of the step.

This patch replaces the dict for mapping builder names to build request
IDs with a list of tuples.

[1] http://docs.buildbot.net/current/manual/cfg-buildsteps.html#dynamic-trigger
2016-03-16 22:14:43 +01:00
apidocs
common ignore E123 in autopep8, too 2014-04-20 09:11:21 -04:00
master Fix URL list for steps with Dynamic Triggers 2016-03-16 22:14:43 +01:00
slave Use args.workdir in StatFile if it exists 2015-08-31 20:53:51 +03:00
.coveragerc
.gitignore
.mailmap
.travis.yml test txgithub with the latest supported Python only 2015-05-16 13:19:26 +03:00
CONTRIBUTING.md Indicate that we don't use GitHub issues 2013-12-08 15:10:30 -05:00
MAINTAINERS.txt Test commit. Fixes #2814. 2014-05-29 10:53:24 -04:00
Makefile remove compiled python modules 2015-01-13 14:03:00 +02:00
README

README

BuildBot: build/test automation
  http://buildbot.net
  Brian Warner <warner-buildbot @ lothar . com>
  Dustin J. Mitchell <dustin@v.igoro.us>

Buildbot consists of two separate components: the master and the slave.  See
master/README and slave/README for more information.

Related repositories:
  https://github.com/buildbot/buildbot-media - Buildbot-related media
  https://github.com/buildbot/buildbot-website - Source for http://buildbot.net