Closed
Bug 1121962
Opened 11 years ago
Closed 11 years ago
Make small fixes to upstream sync script
Categories
(Testing :: web-platform-tests, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla38
People
(Reporter: jgraham, Assigned: jgraham)
Details
Attachments
(1 file, 1 obsolete file)
Turns out that hardcoding jgraham/web-platform-tests isn't a great idea.
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8549601 -
Flags: review?(Ms2ger)
| Assignee | ||
Comment 2•11 years ago
|
||
/r/2539 - Bug 1121962 - Small fixes to web-platform-tests upstreaming script
Pull down this commit:
hg pull review -r 668a183c432343bdccfecf553160238cb32e84f6
Comment 3•11 years ago
|
||
https://reviewboard.mozilla.org/r/2537/#review1683
::: testing/web-platform/update/upstream.py
(Diff revision 1)
> + name = name.rstrip(".git")
I recently discovered that rstrip("foo") doesn't do what you'd think it does:
>>> "zgit.tgi".rstrip(".git")
'z'
| Assignee | ||
Comment 4•11 years ago
|
||
/r/2539 - fixup! Bug 1121962 - Small fixes to web-platform-tests upstreaming script
Pull down this commit:
hg pull review -r cc446ed786111d8698e63bebf63b27ccb14c4bf3
Updated•11 years ago
|
Attachment #8549601 -
Flags: review?(Ms2ger) → review+
Comment 5•11 years ago
|
||
Assignee: nobody → james
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
| Assignee | ||
Comment 7•10 years ago
|
||
Attachment #8549601 -
Attachment is obsolete: true
Attachment #8619139 -
Flags: review+
| Assignee | ||
Comment 8•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•