Hi,

In projects I work on, we usually push built bits from Hudson to download.eclipse.org using for instance a

cp -r org.eclipse.swtbot.updatesite/target/repository/* 
/home/data/httpd/download.eclipse.org/technology/swtbot/snapshots/

The target directory must have permissions like 777 to allow hudson to write into it. When we are ready to release, we'll build and publish a snapshot, verify it, and we'll copy it to a "releases/2.0.6" folder on download.eclipse.org.

HTH
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat <http://www.jboss.org/tools>
My blog <http://mickaelistria.wordpress.com> - My Tweets <http://twitter.com/mickaelistria>
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@eclipse.org
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Reply via email to