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
This commit is contained in:
parent
3539729d20
commit
53bb44da81
@ -40,7 +40,8 @@
|
|||||||
# $ ./venv/bin/pip install pyyaml requests
|
# $ ./venv/bin/pip install pyyaml requests
|
||||||
# [...]
|
# [...]
|
||||||
# $ ./venv/bin/python tools/owners.py -a 2015-03-04 \
|
# $ ./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
|
# MISSING: ansible-build-image
|
||||||
# MERGING DUPLICATE ACCOUNT: 8074 into 2467
|
# MERGING DUPLICATE ACCOUNT: 8074 into 2467
|
||||||
# [...blah, blah, blah...wait for completion...]
|
# [...blah, blah, blah...wait for completion...]
|
||||||
@ -52,8 +53,8 @@
|
|||||||
# the full electorate over like:
|
# the full electorate over like:
|
||||||
#
|
#
|
||||||
# $ ./venv/bin/python tools/owners.py -a 2015-03-04 \
|
# $ ./venv/bin/python tools/owners.py -a 2015-03-04 \
|
||||||
# -b 2016-03-04 -i 11131 -o sbm -r march-2016-elections \
|
# -b 2016-03-04 -i 11131 -i 22816 -o sbm \
|
||||||
# -n -s 'branch:^stable/.*'
|
# -r march-2016-elections -n -s 'branch:^stable/.*'
|
||||||
# [...wait for completion again...]
|
# [...wait for completion again...]
|
||||||
# $ cp sbm/_electorate.txt owners/stable_branch_maintenance.txt
|
# $ cp sbm/_electorate.txt owners/stable_branch_maintenance.txt
|
||||||
# $ cp sbm/_all_owners.yaml owners/stable_branch_maintenance.yaml
|
# $ cp sbm/_all_owners.yaml owners/stable_branch_maintenance.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user