Versions Compared

Key

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

...

Uploading to the mirror system

ssh people.apache.org
cd /www/www.apache.org/dist/wicket
mkdir 1.4.0
cd 1.4.0
mv ~/public_html/wicket-1.4.0/* .
cd ..
chown -R :wicket 1.4.0

Note

chown is very important, if files do not have the wicket group they will not be copied to mirrors

Complete guide at http://apache.org/dev/mirror-step-by-step.html

...