Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-pmc] cvschangelogbuilder

Hello,

cvschangelog information, as mentioned during the call. 
Here is what it looks like (for dsdp-tm):
http://download.eclipse.org/dsdp/tm/downloads/drops/N-changelog/index.ht
ml

Here is how I run it:
build.eclipse.org:/home/data/users/moberhuber/cvscl/doit_tm.sh

Note that you need a CVS workspace (with pserver) where your project 
is checked out. This is what I did:
cd $HOME/cvscl/ws
cvs -d :pserver:anonymous@xxxxxxxxxxxxxxx:/cvsroot/dsdp co
org.eclipse.tm.rse

Here is how to set up a cron job for running it daily on
build.eclipse.org:

ssh build.eclipse.org -l username
crontab -e
MAILTO = yourmail@yourcompany
# update the changelog at 0:01 every day
1 0 * * *  $HOME/cvscl/doit_tm.sh

Some background information on the tools involved and where to get them:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=142522

Note that I have patched cvschangelogbuilder.pl in order to
use the viewcvs URL properly, and to create hyperlinks for 
bugzilla numbers found in commit messages.

Cheers,
Martin

--
---------------------------------/()\-----------------------------------
Dipl.-Ing. Martin Oberhuber        mailto:martin.oberhuber@xxxxxxxxxxxxx
Member of Technical Staff          Phone  (UTC +1h): +43 (662) 457915-85
Wind River Systems (Salzburg) GmbH              Fax: +43 (662) 457915-6
Jakob-Haringer-Str.8, A-5020 Salzburg, Austria  http://www.windriver.com
----------------------- How Smart Things Think -------------------------
 


Back to the top