[Libreoffice] about daily builds

Norbert Thiebaud nthiebaud at gmail.com
Sat Nov 12 20:32:05 PST 2011


On Wed, Nov 2, 2011 at 7:08 AM, Jean-Baptiste Faure <jbf.faure at orange.fr> wrote:
> Hi all,
>
> I think it should be interesting to have in the directory of each daily
> build a text file giving two informations :
> 1/ the top commit against which this daily build has been built
> 2/ the list of autogen.sh options that have been used.
>
> 1/ is useful if you want to test a particular fix on a machine where you
> can't compile LibreOffice.
>
> 2/ is useful to compare a daily build with your own build.
>

Done: see http://dev-builds.libreoffice.org/daily/MacOSX_10.6.7_Intel_no-moz/master/2011-11-13_01.04.10/
there is now a file called *_build.info.txt
that file contains
the generals info relative to the tinderbox
the list of <repo>:<commit_sha> on which the build is based
and the output of teh ./autogen.sh command that was used in the build

for example:
---

Build Info
tinderbox: administrator: nthiebaud at gmail.com
tinderbox: buildname: MacOSX 10.6.7 Intel no-moz
tinderbox: tree: MASTER
tinderbox: pull time 2011-11-13 01:04:10
tinderbox: git sha1s
core:a7553b213cd7603e9dbac76e92384ca466487915
binfilter:533e3c648db45ba7c7804928a5759e2b60fdb9a2
dictionaries:ca7e6f5cabfeaa82aa4479b8aa1151c26d903993
help:9125509a7c6e65336330b8ac42a293aa77b18ee3

tinderbox: autogen log
running ./configure with '--with-vendor=The Document Foundation'
'--enable-epm' '--enable-binfilter' '--with-java-target-version=1.5'
'--disable-online-update' '--enable-ext-presenter-minimizer'
'--enable-ext-presenter-console' '--enable-ext-pdfimport'
'--enable-ext-wiki-publisher' '--enable-ext-report-builder'
'--enable-ext-scripting-beanshell' '--enable-ext-scripting-javascript'
'--enable-ext-nlpsolver' '--enable-extension-integration'
'--with-max-jobs=8' '--with-num-cpus=6' '--disable-mozilla'
'--enable-werror' '--enable-epm' '--disable-systray'
********************************************************************
*
*   Running LibreOffice build configuration.
*
********************************************************************

checking build system type... x86_64-apple-darwin10.8.0
checking host system type... x86_64-apple-darwin10.8.0
checking for sed... /usr/bin/sed
[...]


I have pushed the associated changes to contrib/buildbot.

Norbert


More information about the LibreOffice mailing list