vagrant/test/buildbot/buildbot_config/master/change_sources.py

9 lines
188 B
Python
Raw Normal View History

"""
Contains the logic to build and return the change sources for
the build master.
"""
def get_change_sources():
2011-11-12 21:14:16 +00:00
# Currently no sources since we're using a GitHub hook
return []