File: README.hashes

package info (click to toggle)
trac-accountmanager 0.6.1%2Bsvn18669-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,552 kB
  • sloc: python: 6,863; javascript: 175; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 696 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
== HowTo Verify Sources ==

Starting with acct_mgr-0.3 the origin of release sources can be verified.
If you care, and you really should, you can verify recorded md5 and sha1
hashes against your copy (fresh checkout) of the TracAccountManager sources:

Call `python ./contrib/signatures.py` from the top directory containing
the *sums hash files and you should simply get back `Check passed.`

Additional files are reported but ignored. The hash files are signed with
maintainers public OpenPGP key for verification as well, i.e. as following:
{{{
gpg --verify ./acct_mgr-md5sums.sig
gpg --verify ./acct_mgr-sha1sums.sig
}}}
provided you've downloaded and imported maintainers public key before.