You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pdfbox.apache.org by Jukka Zitting <ju...@gmail.com> on 2009/05/04 13:16:08 UTC

Automatic web site deployement (Was: [RESULT][VOTE] Approve the release of FontBox 0.8.0-incubating)

Hi,

2009/5/4 Andreas Lehmkühler <an...@lehmi.de>:
> What does that mean in detail? Every change to the website docs in svn
> will lead to an automatic rebuild of the website within a couple of hours?

Our Hudson job in [1] polls svn once an hour for recent commits. If
anything has changed, Hudson runs "ant dist" and copies the generated
web site to a safe location.

Then, on people.apache.org a personal hourly cronjob of mine uses
rsync to copy any new PDFBox site changes from the Hudson server to
/www/incubator.apache.org/pdfbox.

Finally, another hourly rsync job maintained by the infra team copies
all the sites in /www from people.apache.org to our public web
servers.

This entire process typically takes about two hours from when a change
is committed to PDFBox trunk to when the site at
http://incubator.apache.org/pdfbox/ is updated.

[1] http://hudson.zones.apache.org/hudson/job/PDFBox-trunk/

BR,

Jukka Zitting