Add irregexp to Updatebot
Categories
(Developer Infrastructure :: Mach Vendor & Updatebot, enhancement)
Tracking
(firefox108 fixed)
| Tracking | Status | |
|---|---|---|
| firefox108 | --- | fixed |
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Looking at import-irregexp.py it seems like we could turn that into moz.yaml based steps, but it'd probably be verbose and less straightforward to maintain than keeping the python script.
We'll need to figure out who is going to be owner to get the bugs assigned, and how often we want to try to update it.
| Assignee | ||
Comment 1•3 years ago
|
||
It appears that the upstream repo for this (v8) is... quite large. So we'll probably want to pre-seed the repo into the Updatebot image like we do for pdf.js.
| Assignee | ||
Comment 2•3 years ago
|
||
So there's a wrinkle here: irregexp is part of v8 (which is large). Do we want to implement it as a github flavor (in which case we will always try to update it and most will be spurious) or do we want to implement it as an individual-files flavor (which will also result in the same large number of spurious updates). The difference basically comes down to "Should we git pull all the time; or should we wget all the individual files all the time?" This is a bit of 'how the sausage is made' that's not really relevant to the recipients of this work. I think that while the download-each-file approach might be more efficient (and lend itself to future improvements where we don't actually have to download each file) - we should lean towards something more concise that's likely to be more developer-friendly.
| Assignee | ||
Comment 3•3 years ago
|
||
| Assignee | ||
Comment 4•3 years ago
|
||
Depends on D158289
Comment 5•3 years ago
|
||
There are some r+ patches which didn't land and no activity in this bug for 2 weeks.
:tjr, could you have a look please?
If you still have some work to do, you can add an action "Plan Changes" in Phabricator.
For more information, please visit auto_nag documentation.
Updated•3 years ago
|
Comment 7•3 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•3 years ago
|
Description
•