Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] publishing from Hudson???

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
My blog - My Tweets

Back to the top