DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block |
|---|
autoreconf -i && ./configure
gmake asf-dist
|
Checksums and signing
All artifacts must be accompanied with the appropriate GPG signature, and cryptographic checksums. After generating To generate the artifact , run the following commands:with the required checksums and signature, do
| Code Block |
|---|
ARTIFACT="trafficserver-2.0.0-alpha.tar.gz" md5sum $ARTIFACT > ${ARTIFACT}.md5 sha1sum $ARTIFACT > ${ARTIFACT}.sha1 gpg --armor --output ${ARTIFACT}.asc --detach-sig $fileautoreconf -i && ./configure gmake asf-dist-sign |
RAT reports
The Release Audit Tool Tool reports are automatically generated on both trunk and all active release branches. The current reports are
...