summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* get-opera-version-mapping: major refactorMatt Jolly2024-09-271-32/+86
| | | | | | | | | - Rework the logic to get a better result when remediating - Also store the version mapping in a dataclass (why not). - Use packaging.version.Version to make sorting versions trivial - Accept positional arguments for the max and min versions. Signed-off-by: Matt Jolly <kangie@gentoo.org>
* flake8: Add config and do some trivial style changesMatt Jolly2024-09-271-1/+2
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* Trim trailing whitespaceMatt Jolly2024-09-271-2/+2
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* Replace chromium toolchain script with a faster one using web requestsMatt Jolly2024-08-301-1/+1
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* automate chromium-ffmpeg packagingMatt Jolly2024-03-251-1/+1
| | | | Signed-off-by: Matt Jolly <kangie@gentoo.org>
* new script: get-opera-version-mappingMatt Jolly2024-03-211-0/+115
Signed-off-by: Matt Jolly <kangie@gentoo.org>