Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added some hints about verifying sigs and setting attributes for files.

...

Check the MD5/SHA hashes! This can be done for instance with the verify_sigs.sh script available under https://svn.apache.org/repos/private/committers/tools/releases (just check out from SVN and place the shell scripts in the bin folder below your home directory).

Also, change the group to commons and ensure that the files can be written by the group:

No Format
chownchgrp :commonscommons *
chmod g+w *
Copy to dist

On people.apache.org, change directory to the distribution directory for your component:

...