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

The hudson user doesn't have rights to modify any download directories or repository files.

See

https://bugs.eclipse.org/bugs/show_bug.cgi?id=285074

You need a cron job to copy stuff over.

Or you can change your acls

http://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg05325.html

Kim




From:        Matthew Heitz <mheitz@xxxxxxxxxx>
To:        cross-project-issues-dev@xxxxxxxxxxx
Date:        02/25/2011 03:18 PM
Subject:        [cross-project-issues-dev] Hudson problem,        moving built update site to downloads directory
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx





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
_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev


Back to the top