Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: default rpm packaging to build complete feature set
......................................................................
packaging: default rpm packaging to build complete feature set
executing rpmbuild -tb <tarball> should create fully functional product,
including all features and translations. so far build did not provide
extra locales available in source.
because gwt permutations takes a lot of time to be built, the following
macros were added to ease creation of partial packages:
ovirt_build_quick
quick build, good for automation, no GWT permutations, no
locales.
ovirt_build_minimal
minimal build, good for development, only firefox support, no
locales.
ovirt_build_gwt
build gwt components, default yes.
ovirt_build_locales
build locales, default yes.
example:
rpmbuild --define="ovirt_build_minimal 1" -tb <tarball>
Change-Id: I4fb610db6c6b6f9b209c816609613e47d7520baf
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M Makefile
M packaging/fedora/spec/ovirt-engine.spec.in
2 files changed, 29 insertions(+), 4 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/14083
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I4fb610db6c6b6f9b209c816609613e47d7520baf
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Einav Cohen <ecohen(a)redhat.com>
Gerrit-Reviewer: Eyal Edri <eedri(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
Gerrit-Reviewer: Sandro Bonazzola <sbonazzo(a)redhat.com>