Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...