Cron <gccadmin@server2> sh /home/gccadmin/scripts/update_version_git

Cron Daemon gccadmin@sourceware.org
Fri Sep 8 00:16:37 GMT 2023


2023-09-08 00:16:37,583:INFO:root:=== Working on: master ===
2023-09-08 00:16:38,121:INFO:root:branch pulled and checked out
2023-09-08 00:16:38,135:INFO:root:35 revisions since last Daily bump
Traceback (most recent call last):
  File "../gcc-changelog/git_update_version.py", line 169, in <module>
    update_current_branch(name)
  File "../gcc-changelog/git_update_version.py", line 122, in update_current_branch
    commits = [c for c in commits if c.info.hexsha not in IGNORED_COMMITS]
  File "../gcc-changelog/git_update_version.py", line 122, in <listcomp>
    commits = [c for c in commits if c.info.hexsha not in IGNORED_COMMITS]
AttributeError: 'NoneType' object has no attribute 'hexsha'


More information about the Gccadmin mailing list