Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Hudson problem, moving built update site to downloads directory

Hi Matt

We solved this issue using a cron. 
Resources to publish are copied into a publish stagingArea folder fetched by a cron.
See: 
  - build.eclipse.org   /downloads/scout/publish.sh
  - releng project SVN http://dev.eclipse.org/svnroot/technology/org.eclipse.scout/scout.builder/trunk/

If you need any help let me know.

-Andy

Von: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] Im Auftrag von Matthew Heitz
Gesendet: Freitag, 25. Februar 2011 21:18
An: cross-project-issues-dev@xxxxxxxxxxx
Betreff: [cross-project-issues-dev] Hudson problem, moving built update site to downloads directory


Hi, 

 I'm setting up builds on Hudson for a new project, and having problems getting the update site moved to the downloads directory.  My build.xml kicks off promote.xml, which should do the job.  Here's the output: 

    [echo] Search /opt/users/hudsonbuild/workspace/cbi-edt-nightly/build/ for folders matching "N*" ...
   [echo] Found /opt/users/hudsonbuild/workspace/cbi-edt-nightly/build/N201102251430
   [echo] Found /opt/users/hudsonbuild/workspace/cbi-edt-nightly/build/N201102251438
   [echo] Promote build in /opt/users/hudsonbuild/workspace/cbi-edt-nightly/build/N201102251438 ...
   [echo] /usr/bin/rsync -a --exclude=eclipse/ /opt/users/hudsonbuild/workspace/cbi-edt-nightly/build/N201102251438 /home/data/httpd/download.eclipse.org/edt/downloads/drops/nightly/0.7.0/
   [exec] rsync: recv_generator: mkdir "/home/data/httpd/download.eclipse.org/edt/downloads/drops/nightly/0.7.0/N201102251438" failed: Permission denied (13)


 When logged in to build.eclipse.org, I verified that the directories exist, and their permissions are 775.  In my promote.properties file I have targetGroup=tools.edt.  My account is a member of tools.edt, and tools.edt shows up when I do ls -l on the directories. 

 Any ideas? 

 Thanks,
 Matt

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top