all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* NPM importer - tarballs - SWH - commit ids
@ 2018-11-28 11:26 swedebugia
  0 siblings, 0 replies; only message in thread
From: swedebugia @ 2018-11-28 11:26 UTC (permalink / raw)
  To: guix-devel

Hi

I looked closer at the json output from npmregistry and found that they 
host tarballs and give the url for every version in the json response.
("tarball" . "url").

All the npm packages I ever looked at (100 or so of the biggest and 
dependencies of those) was hosted on Github.

I have a few questions regarding the wealth of information available 
from this registry

1) Does anyone know if these tarballs are reproducible? ie do they 
change over time?

2) Can we use the gpg signature for something?

3) SWH gives us tarballs according to commit ids. If we use npm-tarballs 
we can store the commit in the json response (or look it up with the 
github api) as a property:
  (properties
`((commit . hash)))

Any thoughts?

-- 
Cheers Swedebugia

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-11-28 11:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-28 11:26 NPM importer - tarballs - SWH - commit ids swedebugia

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.