Change in ovirt-engine[master]: build: pass directories and utilities from spec to Makefile
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: build: pass directories and utilities from spec to Makefile
......................................................................
build: pass directories and utilities from spec to Makefile
Currently we use hard coded paths and own detected utilities,
while rpmbuild provide these settings to us.
Replace the PREFIX with the standard DESTDIR.
Add *_DIR for directories.
Allow overriding utilities.
Also cleanup some of the redundant install statements and naming.
Change-Id: I78708f7bdc4cbcdfc736210821a05cfd1800f234
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M Makefile
M packaging/fedora/spec/ovirt-engine.spec.in
2 files changed, 260 insertions(+), 232 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6252
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I78708f7bdc4cbcdfc736210821a05cfd1800f234
Gerrit-PatchSet: 8
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: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
12 years, 4 months
Change in ovirt-engine[master]: build: use maven deploy and move jar handling to Makefile
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: build: use maven deploy and move jar handling to Makefile
......................................................................
build: use maven deploy and move jar handling to Makefile
Currently Makefile copies intermediate files from maven
build directory, while maven is at the middle of generating
artifacts.
Currently Makefile does not produce workable image as spec
file is the one that installing the jars, it is very difficult
to pack make output and make then work on other environment.
This change does the following:
1. Uses the deploy output of maven to collect artifacts.
2. Remove the brew specific fixups.
3. Move the pom and jar installation from spec to Makefile.
4. Use 'find' to locate artifacts to support both brew and standard
environments.
NOTES
The following poms were specified in spec but not produced
by maven deploy: restapi-interface.pom, manager-beans.pom.
The spec file produced parent.pom out of '.', while maven
deploy produces root.pom, the maven variant is used.
TESTED
make rpm - works, with the exception of the above notes.
Change-Id: I9eb8b8f60f2be71b2054582b5e898ae996f324ac
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M Makefile
M packaging/fedora/spec/ovirt-engine.spec.in
2 files changed, 73 insertions(+), 82 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6171
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I9eb8b8f60f2be71b2054582b5e898ae996f324ac
Gerrit-PatchSet: 8
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: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
12 years, 4 months
Change in ovirt-engine[master]: build: add rpm-quick target for debug
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: build: add rpm-quick target for debug
......................................................................
build: add rpm-quick target for debug
This target is used to buid a set of packages that don't contain a
working version of the GWT applications, as the GWT compilation is
skipped. This makes the build shorter and is useful when the
objective is to test the build process itself or testing the
backend and the REST API.
Change-Id: I098a40c41e170d7713a1cf0dd58fd20061dbd644
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M Makefile
M packaging/fedora/spec/ovirt-engine.spec.in
2 files changed, 25 insertions(+), 5 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/5955
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I098a40c41e170d7713a1cf0dd58fd20061dbd644
Gerrit-PatchSet: 7
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Eyal Edri <eedri(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
12 years, 4 months
Change in ovirt-engine[master]: build: fix release version in tarball
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: build: fix release version in tarball
......................................................................
build: fix release version in tarball
Change-Id: Ic78c7e89bd28dc0c904fe5946a9ed64e0509cebe
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
M Makefile
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6278
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic78c7e89bd28dc0c904fe5946a9ed64e0509cebe
Gerrit-PatchSet: 3
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: Ofer Schreiber <oschreib(a)redhat.com>
12 years, 4 months
Change in ovirt-engine[master]: packaging: Fixed stopping and starting engine during upgrade
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: Fixed stopping and starting engine during upgrade
......................................................................
packaging: Fixed stopping and starting engine during upgrade
Change-Id: I5f1688538a0c133847c999b78e4fcb5c789cfd1b
Signed-off-by: Alex Lourie <alourie(a)redhat.com>
---
M packaging/fedora/setup/engine-upgrade.py
1 file changed, 4 insertions(+), 4 deletions(-)
Approvals:
Alex Lourie: Verified; Looks good to me, but someone else must approve
Ofer Schreiber: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6323
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5f1688538a0c133847c999b78e4fcb5c789cfd1b
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
12 years, 4 months
Change in ovirt-engine[master]: packaging: updated stopJboss function to recieve service nam...
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: updated stopJboss function to recieve service name
......................................................................
packaging: updated stopJboss function to recieve service name
Change-Id: I18e7ec6e3bc61b75c764e752e1edf3f544a3cca9
Signed-off-by: Alex Lourie <alourie(a)redhat.com>
---
M packaging/fedora/setup/engine-upgrade.py
1 file changed, 3 insertions(+), 7 deletions(-)
Approvals:
Ofer Schreiber: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6285
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I18e7ec6e3bc61b75c764e752e1edf3f544a3cca9
Gerrit-PatchSet: 5
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
12 years, 4 months
Change in ovirt-engine[master]: packaging: adding functionality to MYUM class
by oschreib@redhat.com
Ofer Schreiber has submitted this change and it was merged.
Change subject: packaging: adding functionality to MYUM class
......................................................................
packaging: adding functionality to MYUM class
* Added member function packageAvailable that returns true if
provided package is available for install.
* Added member function packageInstalled that returns true if
provided package is installed.
* Added member function depListForRemoval that returns a list of
packages that would be removed as dependency if the provided
set of packages is removed.
Change-Id: Ib26e517771d24242c1279358563dba74aca7cade
Signed-off-by: Alex Lourie <alourie(a)redhat.com>
---
M packaging/fedora/setup/engine-upgrade.py
1 file changed, 31 insertions(+), 0 deletions(-)
Approvals:
Alex Lourie: Verified; Looks good to me, but someone else must approve
Ofer Schreiber: Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6203
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib26e517771d24242c1279358563dba74aca7cade
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Barak Azulay <bazulay(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>
Gerrit-Reviewer: Ofer Schreiber <oschreib(a)redhat.com>
12 years, 4 months
Change in ovirt-engine[master]: core: removing override annotation compatible with.
by emesika@redhat.com
Eli Mesika has submitted this change and it was merged.
Change subject: core: removing override annotation compatible with.
......................................................................
core: removing override annotation compatible with.
On java 7 several methods were added to the DataSource class.
This patch removes @override annotation from the StandaloneDataSource
since java 6 code will not compile with this change.
Should be applied again after all development and jenkins will move to
java 7.
Change-Id: I979869ffec899b99f90aff7e3426fe597c0b9c28
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M backend/manager/tools/engine-tools-common/src/main/java/org/ovirt/engine/core/tools/common/db/StandaloneDataSource.java
1 file changed, 0 insertions(+), 9 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6320
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I979869ffec899b99f90aff7e3426fe597c0b9c28
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>
12 years, 4 months
Change in ovirt-dwh[master]: etl: changed log rotate to keep up to 10M files (#838292)
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: etl: changed log rotate to keep up to 10M files (#838292)
......................................................................
etl: changed log rotate to keep up to 10M files (#838292)
https://bugzilla.redhat.com/838292
Change-Id: I7eea013046667fefdc4aab5481480a584b862e60
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M packaging/resources/ovirt-engine-dwhd.logrotate
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6319
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I7eea013046667fefdc4aab5481480a584b862e60
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
12 years, 4 months
Change in ovirt-dwh[master]: etl: fixed vm devices config collection (#840283)
by ydary@redhat.com
Yaniv Dary has submitted this change and it was merged.
Change subject: etl: fixed vm devices config collection (#840283)
......................................................................
etl: fixed vm devices config collection (#840283)
https://bugzilla.redhat.com/840283
Change-Id: I72fda317a4c98ccefc0dc9c6e4325132cf1e6a40
Signed-off-by: Yaniv Dary <ydary(a)redhat.com>
---
M data-warehouse/history_etl/etl_sources/historyETLProcedure/src/main/java/ovirt_engine_dwh/configurationsync_3_1/ConfigurationSync.java
M data-warehouse/history_etl/tos_project/process/ConfigurationSync_3.1.item
M data-warehouse/history_etl/tos_project/process/ConfigurationSync_3.1.properties
M data-warehouse/history_etl/tos_project/process/StatisticsSync_3.1.properties
4 files changed, 978 insertions(+), 739 deletions(-)
Approvals:
Yaniv Dary: Verified; Looks good to me, approved
--
To view, visit http://gerrit.ovirt.org/6318
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I72fda317a4c98ccefc0dc9c6e4325132cf1e6a40
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-dwh
Gerrit-Branch: master
Gerrit-Owner: Yaniv Dary <ydary(a)redhat.com>
Gerrit-Reviewer: Yaniv Dary <ydary(a)redhat.com>
12 years, 4 months