From 605b78e0e768ef9b43481f977d7a7c3954c48282 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Wed, 9 Nov 2016 14:25:09 -0500 Subject: [PATCH] turn off list-changes We're going to edit all of the deliverable files in this patch series, but not add any releases so we don't need list-changes to run. Change-Id: I78dd60337e795411160b4f7a88661f72231e2ed0 Signed-off-by: Doug Hellmann --- openstack_releases/cmds/list_changes.py | 3 +++ 1 file changed, 3 insertions(+) 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.