Yaniv Dary has uploaded a new change for review. Change subject: build: sync with ovirt-engine build ......................................................................
build: sync with ovirt-engine build Change-Id: Id57e1f74d30eaeda31bd7652f4647c8ae92dadd2 Signed-off-by: Yaniv Dary <[email protected]> --- M Makefile 1 file changed, 6 insertions(+), 7 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/12/11312/1 diff --git a/Makefile b/Makefile index 1c2dd3b..bbfa514 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,8 @@ ReportsLineBarChartTheme \ ReportsPieChartTheme \ WebadminLineBarChartTheme \ - CustomOvirtReportsQueryManipulator + CustomOvirtReportsQueryManipulator \ + $(NULL) all: $(BUILD_FILE) @@ -90,12 +91,10 @@ $(MVN) install $(BUILD_FLAGS) $(EXTRA_BUILD_FLAGS) install: \ - all \ - install_without_maven - -install_without_maven: \ - install_artifacts \ - install_files + all \ + install_artifacts \ + install_files \ + $(NULL) tarball: sed -e 's/@PACKAGE_VERSION@/$(RPM_VERSION)/g' \ -- To view, visit http://gerrit.ovirt.org/11312 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id57e1f74d30eaeda31bd7652f4647c8ae92dadd2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Yaniv Dary <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
