Skip to content
Snippets Groups Projects
Commit 0591d54b authored by Nicolas Dandrimont's avatar Nicolas Dandrimont
Browse files

identifiers: release comment -> message

parent 45a1f7db
No related branches found
Tags debian/upstream/0.8.0
No related merge requests found
......@@ -283,7 +283,7 @@ def release_identifier(release):
format_date_offset(release['date']), b'\n',
])
components.extend([b'\n', release['comment']])
components.extend([b'\n', release['message']])
print(b''.join(components).decode('utf-8'))
return hashutil.hash_git_data(b''.join(components), 'tag')
......@@ -299,7 +299,7 @@ class ReleaseIdentifier(unittest.TestCase):
},
'date': datetime.datetime(2005, 10, 27, 17, 2, 33,
tzinfo=linus_tz),
'comment': b'''\
'message': b'''\
Linux 2.6.14 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
......@@ -316,7 +316,7 @@ wdLOnvj91G4wxYqrvThthbE=
'id': b'&y\x1a\x8b\xcf\x0em3\xf4:\xefv\x82\xbd\xb5U#mV\xde',
'revision': '9ee1c939d1cb936b1f98e8d81aeffab57bae46ab',
'name': 'v2.6.12',
'comment': b'''\
'message': b'''\
This is the final 2.6.12 release
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment