Comments on: Build Service for Package Testing – and Making Factory Updates Smaller https://lizards.opensuse.org/2009/07/24/build-service-for-package-testing-and-making-factory-updates-smaller/ Blogs and Ramblings of the openSUSE Members Fri, 06 Mar 2020 17:50:09 +0000 hourly 1 https://wordpress.org/?v=4.7.5 By: Michal Vyskocil https://lizards.opensuse.org/2009/07/24/build-service-for-package-testing-and-making-factory-updates-smaller/#comment-1120 Wed, 29 Jul 2009 07:48:30 +0000 http://lizards.opensuse.org/?p=1651#comment-1120 > I don’t think doxygen is handled, any fixes for that are welcome

Doxygen was not handled, because it was changed my maintainer to not produce a footers with timestamps by default:

$ rpm -q –changelog doxygen
* Mon Jun 22 2009 mseben@suse.cz
– Changed default behavior ! :
added modify_footer.patch (bnc#489947), which disable text
in footer by default, you could enable this text with option
HTML_FOOTER_DESCRIPTION = YES, this feature was added due to
increasing efficiency of build buildservice

But I suppose that this is not a correct way how to do it and it should be changed in a future.

]]>
By: Andreas Jaeger https://lizards.opensuse.org/2009/07/24/build-service-for-package-testing-and-making-factory-updates-smaller/#comment-1119 Tue, 28 Jul 2009 15:36:37 +0000 http://lizards.opensuse.org/?p=1651#comment-1119 po files are already handled. I don’t think doxygen is handled, any fixes for that are welcome. Timestamps are one problem – hashes and temporary files are another.

Btw. have a look at the logfiles of your packages in openSUSE:Factory whether they compared identical or not.

build-compare runs in the chroot.

]]>
By: Michal Vyskocil https://lizards.opensuse.org/2009/07/24/build-service-for-package-testing-and-making-factory-updates-smaller/#comment-1118 Tue, 28 Jul 2009 15:25:38 +0000 http://lizards.opensuse.org/?p=1651#comment-1118 Nice job, really. Another part is a documentation generated by doxygen, or po files, but I expect that maintainer(s) turned off the timestamps by default in openSUSE to disallow those rebuildings.

Does the build-compare works in a build root, or somewhere else? Because if not you’d like to use a fastjar, instead of jar. The command syntax is the same, but fastjar don’t need a JVM for work. And it should be faster than jar.

]]>