diff --git a/openstack_releases/cmds/list_changes.py b/openstack_releases/cmds/list_changes.py index 35cddc507b..a58d6be0f5 100644 --- a/openstack_releases/cmds/list_changes.py +++ b/openstack_releases/cmds/list_changes.py @@ -93,6 +93,9 @@ def git_diff(workdir, repo, git_range, file_pattern): def main(): + # FIXME(dhellmann): Temporarily turn off list-changes for this + # series of patches. + return 0 if not sys.stdout.encoding: # Wrap sys.stdout with a writer that knows how to handle # encoding Unicode data.