From 53bb44da81a5d52ca41c6c7cf1df01df574f21f9 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 28 Feb 2017 17:17:16 +0000 Subject: [PATCH] Ignore release bot account in owners example The owners.py script is used to generate electoral rolls. It has example usage comments which previously skipped reporting the OpenStack Proposal Bot account used to push general changes into code review, so add the OpenStack Release Bot account there as well since it also pushes some release-oriented changes. Change-Id: I98607b9adb8d2c6535beab2879e24097d32434e7 --- tools/owners.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/owners.py b/tools/owners.py index 142bf9fe04..f36e9c4f92 100644 --- a/tools/owners.py +++ b/tools/owners.py @@ -40,7 +40,8 @@ # $ ./venv/bin/pip install pyyaml requests # [...] # $ ./venv/bin/python tools/owners.py -a 2015-03-04 \ -# -b 2016-03-04 -i 11131 -o owners -r march-2016-elections +# -b 2016-03-04 -i 11131 -i 22816 -o owners \ +# -r march-2016-elections # MISSING: ansible-build-image # MERGING DUPLICATE ACCOUNT: 8074 into 2467 # [...blah, blah, blah...wait for completion...] @@ -52,8 +53,8 @@ # the full electorate over like: # # $ ./venv/bin/python tools/owners.py -a 2015-03-04 \ -# -b 2016-03-04 -i 11131 -o sbm -r march-2016-elections \ -# -n -s 'branch:^stable/.*' +# -b 2016-03-04 -i 11131 -i 22816 -o sbm \ +# -r march-2016-elections -n -s 'branch:^stable/.*' # [...wait for completion again...] # $ cp sbm/_electorate.txt owners/stable_branch_maintenance.txt # $ cp sbm/_all_owners.yaml owners/stable_branch_maintenance.yaml