[ovs-git] Open vSwitch: debian: Fix parallel builds. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Nov 16 23:07:34 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  6aa7dc839706a453f128a00f9040b31c597cfcfe (commit)
       via  ff8c6aa136118c65af50dd9dc8ed41b7fa2dcc03 (commit)
      from  80642190644ae6fbcf485924b1c59e67d0be8a87 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6aa7dc839706a453f128a00f9040b31c597cfcfe
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=6aa7dc839706a453f128a00f9040b31c597cfcfe
Author: Ben Pfaff <blp at nicira.com>
		
debian: Fix parallel builds.
		
Some of the Debian automatic builds are failing apparently because the
build-arch and build-indep targets are being called in parallel and they
are both attempting to rebuild tests/testsuite at the same time, which
doesn't work.  We could make the OVS makefiles handle this particular case,
but in general it's not a good idea to independently invoke a single
makefile multiples times in parallel, so this commit avoids that problem.

This also dumps the DEB_BUILD_OPTIONS variable to the log, because there
doesn't appear to be any way to infer it from the automatic builders'
log files.


commit ff8c6aa136118c65af50dd9dc8ed41b7fa2dcc03
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=ff8c6aa136118c65af50dd9dc8ed41b7fa2dcc03
Author: Ben Pfaff <blp at nicira.com>
		
debian: On "make check" failure dump the testsuite log.
		
The Debian automatic build machines don't save any files from the build,
but they do preserve the build log, so dumping it to stdout is the only
reasonable way to get test failure information.


-----------------------------------------------------------------------

Summary of changes:
 debian/rules |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list