Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extract test_fonts shaHEADmaster | Matt Jolly | 2024-10-23 | 1 | -3/+151 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | Fail after a (configurable) timeout | Matt Jolly | 2024-10-23 | 1 | -0/+11 |
| | | | | | | | | | | If we make it more than say 5 minutes we've probably gotten past the point where GN would complain and any failures are likely to require actual dev effort. Just die with an error at that point to save on electricity. Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | Make sure we don't match substrings and loop forever | Matt Jolly | 2024-10-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | New script: iterate-over-ebuild.sh | Matt Jolly | 2024-10-10 | 1 | -0/+59 |
| | | | | | | | Iterates over a chromium ebuild provided as an argument and updates `keeplibs` when the build fails. Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | get-opera-version-mapping: major refactor | Matt Jolly | 2024-09-27 | 1 | -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 changes | Matt Jolly | 2024-09-27 | 4 | -3/+25 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | Trim trailing whitespace | Matt Jolly | 2024-09-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | get-edge-cves.py: Update bgo output | Matt Jolly | 2024-09-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | get-edge-cves.py: New functionality | Matt Jolly | 2024-09-26 | 2 | -8/+101 |
| | | | | | | | | | | Add the ability to query by gentoo bug or by CVE ID. Or multiples thereof, or pick a specific month/year to query. The possibilities are endless. Endless! Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | get-edge-cves.py: Refactor to tidy up | Matt Jolly | 2024-09-26 | 1 | -19/+12 |
| | | | | | | | Eli couldn't stand the terribleness and tidied up a few things. Co-authored-by: Eli Schwartz <ztrawhsce@gentoo.org> Signed-off-by: Matt Jolly <Kangie@gentoo.org> | ||||
* | get-edge-cves.py: new script | Matt Jolly | 2024-09-26 | 1 | -0/+153 |
| | | | | | | | | | This script currently grabs the current month's CVRF from MS and filters for Edge (Chromium-based) CVEs, then does some magick to identify the version that it was fixed in if the API is for some reason deficient... Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | Replace chromium toolchain script with a faster one using web requests | Matt Jolly | 2024-08-30 | 3 | -71/+64 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | add script to generate libvpx test tarball | Matt Jolly | 2024-06-01 | 1 | -0/+42 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | add script to generate libaom test tarball | Matt Jolly | 2024-06-01 | 1 | -0/+45 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | automate chromium-ffmpeg packaging | Matt Jolly | 2024-03-25 | 2 | -1/+176 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | new script: get-opera-version-mapping | Matt Jolly | 2024-03-21 | 1 | -0/+115 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | New script: get_chromium_toolchain_strings.sh | Matt Jolly | 2024-03-21 | 1 | -0/+70 |
| | | | | | | | | Just does some awks and seds to enable the automated update of google toolchain information within / from the specified ebuild Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | Add script to generate new gn version and tarball from git | Matt Jolly | 2024-03-21 | 1 | -0/+29 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | chrome-bump: Add some hacky logic to update chromedriver-bin with chrome stable | Matt Jolly | 2024-03-21 | 1 | -8/+43 |
| | | | | Signed-off-by: Matt Jolly <kangie@gentoo.org> | ||||
* | chrome-bump: migrate away from omahaproxy | Stephan Hartmann | 2023-02-05 | 1 | -15/+7 |
| | | | | | | Will be shut down end of March 2023. Signed-off-by: Stephan Hartmann <sultan@gentoo.org> | ||||
* | Add package-beta.sh | Mike Gilbert | 2022-09-01 | 2 | -0/+114 |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | Add package.sh | Mike Gilbert | 2022-09-01 | 1 | -0/+115 |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | Add opera-bump script | Stephan Hartmann | 2022-05-06 | 1 | -0/+397 |
| | | | | Signed-off-by: Stephan Hartmann <sultan@gentoo.org> | ||||
* | Rename bump_chrome.py to chrome-bump | Mike Gilbert | 2022-05-03 | 1 | -0/+0 |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | Remove old chrome-bump script | Mike Gilbert | 2022-05-03 | 1 | -148/+0 |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | edge-bump: copy metadata.xml | Stephan Hartmann | 2022-02-11 | 1 | -3/+20 |
| | | | | Signed-off-by: Stephan Hartmann <sultan@gentoo.org> | ||||
* | bump_chrome.py: add revision and dry run support | Stephan Hartmann | 2022-02-05 | 1 | -33/+66 |
| | | | | Signed-off-by: Stephan Hartmann <sultan@gentoo.org> | ||||
* | Add edge-bump script | Stephan Hartmann | 2022-01-31 | 1 | -0/+347 |
| | | | | Signed-off-by: Stephan Hartmann <sultan@gentoo.org> | ||||
* | Add alternative chrome bump script | Stephan Hartmann | 2020-11-21 | 1 | -0/+258 |
| | | | | Signed-off-by: Stephan Hartmann <sultan@gentoo.org> | ||||
* | Update chrome-bump script | Mike Gilbert | 2020-10-26 | 1 | -2/+10 |
| | | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org> | ||||
* | chrome-bump: drop the version suffix from google-chrome | Mike Gilbert | 2016-09-15 | 1 | -5/+5 |
| | |||||
* | extract-cves: simplify output | Mike Gilbert | 2016-09-15 | 1 | -15/+3 |
| | | | | This allows for easy copy/paste into the bugzilla alias field. | ||||
* | Add my script for bumping google-chrome | Mike Gilbert | 2015-08-13 | 1 | -0/+140 |
| | |||||
* | Add dependency information to sqlite-vaccum.py. | Mike Gilbert | 2012-07-31 | 1 | -0/+4 |
| | |||||
* | Python 3 compatibility. | Mike Gilbert | 2012-07-31 | 1 | -5/+9 |
| | |||||
* | Add sqlite-vacuum script, bug #413295. | Pawel Hajdan, Jr | 2012-06-18 | 1 | -0/+26 |
| | |||||
* | delete unused files | Pawel Hajdan, Jr | 2012-02-27 | 5 | -558/+0 |
| | |||||
* | Add tool to extract CVE numbers from a webpage. | Pawel Hajdan, Jr | 2011-10-25 | 1 | -0/+31 |
| | | | | Useful for filing the security bug based on release notes. | ||||
* | Clean up: | Pawel Hajdan, Jr | 2011-04-27 | 4 | -81/+31 |
| | | | | | | | | - remove switchable subversion support - remove unused v8-extract-version - take advantage of python-2.7 when it leads to simpler code - simplify setup.py - remove chromium_tools.py module (only one user now) | ||||
* | Move chromium-depot-tool to libexec, to avoid cluttering $PATH. | Pawel Hajdan, Jr | 2011-02-22 | 5 | -15/+17 |
| | |||||
* | Double-check version.cc when creating the tarball. | Pawel Hajdan, Jr | 2011-01-20 | 5 | -19/+42 |
| | | | | Sometimes upstream mistags the releases. | ||||
* | Make subversion dependency optional. | Pawel Hajdan, Jr | 2010-11-29 | 1 | -5/+33 |
| | |||||
* | Add copyright info to v8-extract-version. | Pawel Hajdan, Jr | 2010-11-29 | 1 | -0/+2 |
| | |||||
* | Add v8-extract-version. | Pawel Hajdan, Jr | 2010-11-29 | 2 | -1/+27 |
| | |||||
* | Add setup.py. | Pawel Hajdan, Jr | 2010-11-28 | 3 | -0/+54 |
| | |||||
* | Add chromium-depot-tool. | Pawel Hajdan, Jr | 2010-11-18 | 1 | -0/+93 |
| | |||||
* | Initial commit (v8-create-tarball).0.1 | Pawel Hajdan, Jr | 2010-11-14 | 2 | -0/+382 |