2011-11-12 18:20:07 +00:00
|
|
|
"""
|
|
|
|
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
|
2011-11-12 18:20:07 +00:00
|
|
|
return []
|