All of lore.kernel.org
 help / color / mirror / Atom feed
* content addressable fetching of packages, through MD5SUM or SHA1SUM?
@ 2008-03-02 19:04 Leon Woestenberg
  2008-03-02 19:33 ` Koen Kooi
  2008-03-03  5:39 ` Rod Whitby
  0 siblings, 2 replies; 8+ messages in thread
From: Leon Woestenberg @ 2008-03-02 19:04 UTC (permalink / raw)
  To: openembedded-devel

Hello,


I wonder if someone knows about a content addressable file server, or
content addressable URL server?

The idea is that the bitbake fetcher does not use the SRC_URI provided
URL per se, but can fall back to use the SHA1SUM or MD5SUM to ask
"something" for alternative locations of the package.


Such a "server" would implement a two table database:

|authentic file name|md5sum|sha1sum|

(the primary key is |md5sum|sha1sum|)

In a different table, all instances of valid URI that provide this
content are collected

|md5sum|sha1sum|URI|


Now, this might be a Google SoC project, and something that Google
should have already.


Regards,
-- 
Leon



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2008-03-04 11:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-02 19:04 content addressable fetching of packages, through MD5SUM or SHA1SUM? Leon Woestenberg
2008-03-02 19:33 ` Koen Kooi
2008-03-04  9:19   ` Leon Woestenberg
2008-03-04 10:08     ` Leon Woestenberg
2008-03-04 10:31       ` Leon Woestenberg
2008-03-04 10:59         ` Koen Kooi
2008-03-04 11:07         ` Leon Woestenberg
2008-03-03  5:39 ` Rod Whitby

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.