Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The "UsingNexus" page has been changed by OliverHeger: http://wiki.apache.org/commons/UsingNexus?action=diff&rev1=33&rev2=34 Comment: Added some hints about verifying sigs and setting attributes for files. * -e robots=off ignore robots.txt * --wait 10 wait between retrievals - Check the MD5/SHA hashes! + 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: + Also, change the group to commons and ensure that the files can be written by the group: {{{ - chown :commons * + chgrp commons * + chmod g+w * }}} ===== Copy to dist ===== On people.apache.org, change directory to the distribution directory for your component: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org