Re: snapshots.debian.org hashes?
On Tue, 02 Aug 2011, Paul Wise wrote:
> So I was wondering how big the list of hashes for Debian .dsc files is
> and or what would be the best way to query that list of hashes.
| weasel@stabile:~$ psql -h localhost -p 5433 -U guest snapshot
| snapshot=> SELECT count(hash) from file where name like '%.dsc';
| count
| --------
| 278545
| (1 row)
That's all the .dsc files that snapshot knows about, not limited to
those in the ftp.debian.org archive but also including security,
backports, debian-ports and so.
The hash function currently used by snapshot is SHA-1.
HTH,
weasel
--
| .''`. ** Debian **
Peter Palfrader | : :' : The universal
http://www.palfrader.org/ | `. `' Operating System
| `- http://www.debian.org/
Reply to: