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

Hello Andreas,

Your post got me interested so I looked at the Scout download pages:
http://www.eclipse.org/scout/downloads/

Couple questions from my "uninformed consumer" point of view -

- Why are the nightly builds listed first? Typically these are for "contributers" and consumers are interested in the more stable ones, so listing the stable ones first is mostly preferred.

- Why is your version number not 0.x.y when you're still in Incubation ?

- Why is the "incubation egg" icon missing from your download site?

I'm not meaning to police the Eclipse rules about incubation state here - there might be good reasons for not adhering - but note that the rules about incubation state have been made for a good reason, in order to inform and protect consumers in a consistent manner and thus helping projects prosper. As architecture council members / mentors, we are meant to help projects best interact with the Community so I thought I'd mention this.

Thanks,
Martin
--
Martin Oberhuber, SMTS / Product Architect - Development Tools, Wind River
direct +43.662.457915.85  fax +43.662.457915.6


-----Original Message-----
From: cross-project-issues-dev-bounces@xxxxxxxxxxx [mailto:cross-project-issues-dev-bounces@xxxxxxxxxxx] On Behalf Of Andreas Hoegger
Sent: Saturday, February 26, 2011 1:53 PM
To: Cross project issues
Subject: 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


Back to the top