Sha256: cb87df8dccd6453a7180a129cd8abf4b1066dcae245aa4470bae4194777f3da7

Contents?: true

Size: 188 Bytes

Versions: 45

Compression:

Stored size: 188 Bytes

Contents

"""
Contains the logic to build and return the change sources for
the build master.
"""

def get_change_sources():
    # Currently no sources since we're using a GitHub hook
    return []

Version data entries

45 entries across 45 versions & 6 rubygems

Version Path
bmhatfield-vagrant-1.0.10 test/buildbot/buildbot_config/master/change_sources.py
bmhatfield-vagrant-1.0.9 test/buildbot/buildbot_config/master/change_sources.py
bmhatfield-vagrant-1.0.8 test/buildbot/buildbot_config/master/change_sources.py
bmhatfield-vagrant-1.0.7 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-1.0.7 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-1.0.6 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-1.0.5 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-1.0.4 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-1.0.3 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-1.0.2 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-1.0.1 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-1.0.0 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-0.9.99.2 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-0.9.99.1 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-0.9.7 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-0.9.6 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-0.9.5 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-0.9.4 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-0.9.3 test/buildbot/buildbot_config/master/change_sources.py
vagrantup-0.9.2 test/buildbot/buildbot_config/master/change_sources.py