forked from gap-system/gap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve generate_package_release_notes.py
Now we pass in the old and new GAP version in as argument (instead of hardcoding them). This is then used to download the appropriate package infos. Also fix a recently introduce bug in the script (were I accidentally copy & pasted the variable name `new` instead of `pkg`), and fix an older bug in `verify_via_checksumfile` (it was broken after a refactoring, and nobody noticed because it only matters if SHA-256 validation fails...)
- Loading branch information
Showing
2 changed files
with
28 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters