Michael Weiss
|
7ab6adf608
|
chromium: get-commit-message.py: Support specifying a version
This makes the usage from update.py more robust.
It also adds a workaround for [0] which currently lacks a title.
[0]: https://chromereleases.googleblog.com/2021/08/the-stable-channel-has-been-updated-to.html
(cherry picked from commit 9bc2d82b55549f0786f729fdc080335d8aa4a8a8)
|
2021-09-03 11:30:41 +02:00 |
|
Michael Weiss
|
741f8416c7
|
chromium: get-commit-message.py: Improve the parsing
The current stable release announcement [0] uses more HTML tags which
broke the detection of "fixes" and "zero_days". Proper HTML parsing
could be done using html.parser [1] but for our purposes the naive regex
trick works well enough.
[0]: https://chromereleases.googleblog.com/2021/07/stable-channel-update-for-desktop.html
[1]: https://docs.python.org/3/library/html.parser.html
(cherry picked from commit 3e93811d93b2bc88f047e9a989b456ab3ae3291c)
|
2021-07-25 11:12:31 +02:00 |
|
Michael Weiss
|
06924553df
|
chromium: get-commit-message.py: Support a new 0-day sentence
The current stable release announcement [0] uses a slightly different
message/structure.
[0]: https://chromereleases.googleblog.com/2021/06/stable-channel-update-for-desktop.html
(cherry picked from commit c02ac479ba55d802d6232cdb743f5228984e2ff9)
|
2021-06-10 19:25:42 +02:00 |
|
Michael Weiss
|
de2edb81da
|
chromium: get-commit-message.py: Deduplicate the CVE list
|
2021-04-14 14:33:34 +02:00 |
|
Michael Weiss
|
17c4f6fa36
|
chromium: Make get-commit-message.py more robust
Not all updates contain security fixes.
|
2021-03-07 12:05:21 +01:00 |
|
Michael Weiss
|
9004162c26
|
chromium: Add my script to generate the commit messages
Might not be that readable and reliable but it should get the job done.
|
2021-03-03 16:55:03 +01:00 |
|