Developers

IRC

We have a channel #go-oo on irc.freenode.net, where you can discuss development issues with hackers.

To contact anyone wrt. go-oo see the ooo-build maintainers or contact mmeeks T novell com

Mailing List

There is a mailing for ooo-build development. More info on how to subscribe or to read the archive. There is also the old mailing list archive.

Tarballs

You can download packages of OO.o here. These are tested to ensure clean builds.

Translate a short German comment: [ thanks to BabelFish ]


Source

ooo-build sources are stored in Subversion. To check out the latest version of ooo-build:

svn co http://svn.gnome.org/svn/ooo-build/trunk ooo-build

Registered developers should use the following command to enable writing to the repository:

svn co svn+ssh://login@svn.gnome.org/svn/ooo-build/trunk ooo-build

Once the source has been checked out, ooo-build can be built in very nearly the usual manner:

cd ooo-build
./autogen.sh --with-distro=DISTRO
./download
make

where DISTRO is the basename of a file in the distro-configs directory, such as Debian, SUSE, or Ubuntu.

See the Wiki for more information.

Tinderbox Build Status

Find an overview over the last tinderbox build results here.

A list of the currently open tinderbox branches (CWSs and MWSs) can be found here.

For more information on branches, see the roadmap and codelines documents. To create your own tinderbox, check the Tinderbox setup guide.

Changes in ooo-build

Use CIA to look up the latest changes in ooo-build cvs.

Local web tools

Our patches to sync bonsai via cvsup, and a description of how to make LXR work on RH 8.0+ can be found here.