X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=debian%2Frules;h=2a70bd63f38c47ec8104bd303e936bc6fde5cea7;hb=d0a46cb4608e632f5028034762f0adde2ce947a0;hp=f95f50917354d4600205f6f71469890c75f41326;hpb=5629723d846bc1d60258ec43a13695c4e44d755d;p=cascardo%2Fovs.git diff --git a/debian/rules b/debian/rules index f95f50917..2a70bd63f 100755 --- a/debian/rules +++ b/debian/rules @@ -34,8 +34,7 @@ override_dh_auto_configure: override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - if $(MAKE) check TESTSUITEFLAGS='$(PARALLEL)' || \ - $(MAKE) check TESTSUITEFLAGS='--recheck'; then :; \ + if $(MAKE) check TESTSUITEFLAGS='$(PARALLEL)' RECHECK=yes; then :; \ else \ cat tests/testsuite.log; \ exit 1; \ @@ -57,6 +56,9 @@ override_dh_install: # ovn-host cp debian/ovn-host.template debian/ovn-host/usr/share/ovn/host/default.template + # ovn-central + cp debian/ovn-central.template debian/ovn-central/usr/share/ovn/central/default.template + # openvswitch-datapath-source cp debian/rules.modules debian/openvswitch-datapath-source/usr/src/modules/openvswitch-datapath/debian/rules chmod 755 debian/openvswitch-datapath-source/usr/src/modules/openvswitch-datapath/debian/rules