Page MenuHomePhabricator
Paste P7905

makedeploynotes
ArchivedPublic

Authored by zeljkofilipin on Dec 11 2018, 3:40 PM.
Tags
None
Referenced Files
F27497006: makedeploynotes.py
Dec 11 2018, 3:40 PM
[zfilipin@deploy1001 ~]$ ./release/make-deploy-notes/makedeploynotes.py 1.33.0-wmf.6 1.33.0-wmf.8 | tee deploy-notes-1.33.0-wmf.8
...
== Total Changes ==
'''559''' Changes in '''84''' repos by '''94''' committers
File "./release/make-deploy-notes/makedeploynotes.py", line 351, in <module>
main()
File "./release/make-deploy-notes/makedeploynotes.py", line 346, in main
phab_changes = PhabChanges(ALL_CHANGE_SHA1S)
File "./release/make-deploy-notes/makedeploynotes.py", line 75, in __init__
self.authors = self.find_authors()
File "./release/make-deploy-notes/makedeploynotes.py", line 112, in find_authors
commits = commits['result']['data']
TypeError: 'NoneType' object is not subscriptable

Event Timeline

zeljkofilipin updated the paste's language from autodetect to shell.
zeljkofilipin changed the title of this paste from makedeploynotes.py to makedeploynotes.
zeljkofilipin updated the paste's language from shell to autodetect.

Caused by a change @mmodell and I merged 2 weeks ago. I put it behind a flag in https://gerrit.wikimedia.org/r/#/c/mediawiki/tools/release/+/479134/ so this shouldn't be a problem for next time.