Closed
Bug 916971
Opened 12 years ago
Closed 12 years ago
Rewrite npm-mirror utility in nodejs and upload to npm.org
Categories
(Infrastructure & Operations :: IT-Managed Tools, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: wlach, Assigned: gaye)
Details
Attachments
(1 file)
For bug 912973 I wrote up a small utility in python which creates a static mirror of an npm repository:
https://github.com/wlach/mirror-npm
It probably makes sense to rewrite this in nodejs, as it's almost certainly of interest to people outside of Mozilla who want a secure, read-only npm mirror. Once that's done, we can upload it to npm.org so other people (or us!) can easily download and use it.
| Reporter | ||
Comment 1•12 years ago
|
||
(and in case it wasn't obvious from the assignee field, I'm volunteering to do this)
| Assignee | ||
Updated•12 years ago
|
Assignee: wlachance → gaye
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #811123 -
Flags: review?(wlachance)
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 3•12 years ago
|
||
Comment on attachment 811123 [details] [review]
Pull request
So I think this ship has already sailed, and it seems to work well. I'll give the code an r+.
I would like to see some more documentation of "manifest" files and how to use them. Our current use case of mirroring marionette js stuff would be perfect for this.
Attachment #811123 -
Flags: review?(wlachance) → review+
Updated•12 years ago
|
Attachment mime type: text/plain → text/x-github-pull-request
You need to log in
before you can comment on or make changes to this bug.
Description
•