Fix minor references to auto-senescence in code

Update typo in rc-notes-1.0.13

Fix typo in rc-notes-1.0.13

Fix typo in rc-notes-1.0.13

Fix typo in rc-notes-1.1.0

Fix typo in rc-notes-1.1.0

Fix typo in make-release

Revert prior release note term to original auto-senescence
This commit is contained in:
mdr0id
2018-07-18 13:39:16 -07:00
parent aad4b86e95
commit e18f25e352

View File

@@ -217,7 +217,7 @@ def patch_version_in_files(release, releaseprev):
patch_gitian_linux_yml(release, releaseprev)
@phase('Patching release height for auto-senescence.')
@phase('Patching release height for end-of-support halt.')
def patch_release_height(releaseheight):
rgx = re.compile(
r'^(static const int APPROX_RELEASE_HEIGHT = )\d+(;)$',