Closed
Description
I ran across this error when creating the recent 3.6.3rc1 and 3.7.0a3 releases. I spent a little bit of time investigating but, due to time constraints, I ignored the problem. After committing the consolidated blurbs for those releases, blurb release no longer fails for those branches. However, the problem still persists for the 2.7 branch which hasn't had a recent release. One way to demonstrate the problem:
# checkout prior to tagging 3.6.3rc1
$ git checkout d9cadc5f597e5966132c9249f6c7ff0ed1eba0cb
$ blurb release 3.6.8
Merging 110 blurbs to "Misc/NEWS.d/3.6.8.rst".
Saving.
Traceback (most recent call last):
File "/usr/local/bin/blurb", line 11, in <module>
sys.exit(main())
File "/home/nad/blurb-venv/lib/python3.6/site-packages/blurb.py", line 1562, in main
sys.exit(fn(*filtered_args, **kwargs))
File "/home/nad/blurb-venv/lib/python3.6/site-packages/blurb.py", line 943, in release
assert blurbs2 == blurbs, "Reloading {} isn't reproducable?!".format(output)
AssertionError: Reloading Misc/NEWS.d/3.6.8.rst isn't reproducable?!
One possible clue: these are the first blurb releases run after a change from Daylight Savings Time.
(Noted in passing: reproducable -> reproducible.)
Metadata
Metadata
Assignees
Labels
No labels