Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[xtext-dev] Mwe, Xpand and Xtext Updatesites for nightly builds

Hi all,
we have now three new Update sites for daily nightly builds:
http://download.eclipse.org/modeling/tmf/updates/nightly/
http://download.eclipse.org/modeling/m2t/updates/nightly/
http://download.eclipse.org/modeling/emft/updates/nightly/

Zips are also shared on download.eclipse.org (a bit ugly sites):
http://download.eclipse.org/modeling/tmf/xtext/downloads/drops/0.8.0/N-SNAPSHOT/
http://download.eclipse.org/modeling/m2t/xpand/downloads/drops/0.8.0/N-SNAPSHOT/
http://download.eclipse.org/modeling/emft/mwe/downloads/drops/0.8.0/N-SNAPSHOT/

Unfortunately I can't setup promotion as a Hudson post build process due
to some permission issues:
main:
    [echo] /usr/bin/rsync -a --exclude=eclipse/
/opt/users/hudsonbuild/.hudson/jobs/cbi-tmf-xtext-0.7/lastSuccessful/archive/build/N-SNAPSHOT
/home/data/httpd/download.eclipse.org/modeling/tmf/xtext/downloads/drops/0.8.0/
    [exec] rsync: chgrp
"/home/data/httpd/download.eclipse.org/modeling/tmf/xtext/downloads/drops/0.8.0/N-SNAPSHOT"
failed: Operation not permitted (1)

I think Hudson should be added to corresponding user group emftadmin,
m2tadmin etc.

So we have to use a cronjob.

Promotion is now scheduled by a cronjob at 19:43 (server time) at 01:43
(GMT+1)

Best regards,
Dennis.

P.S.: Before we promote I-Build we have to change N-SNAPSHOT to the real
name N{date}. As a permanent link one can use lastSuccessful folder instead.


Back to the top