Keith Robertson has submitted this change and it was merged.
Change subject: build: build rewrite using autotools
......................................................................
build: build rewrite using autotools
autotools provide simple method to integrate with standard tools such as
rpm spec.
It also provides easy gettext integration.
git version magic was not added to ease maintenance.
Package is now install at pythonlib with symbolic link to bindir.
Change-Id: Ic69b7e9957fb650365f7c36333b90a9e22beadde
Signed-off-by: Kiril Nesenko <knesenko(a)redhat.com>
Signed-off-by: Alon Bar-Lev <alon.barlev(a)gmail.com>
---
A .gitignore
A COPYING
D Makefile
A Makefile.am
A README.localization
A autogen.sh
A build/python.inc
A configure.ac
A m4/.gitignore
A m4/ax_python_module.m4
M ovirt-log-collector.spec.in
A po/.gitignore
R po/LINGUAS
A po/Makevars
A po/POTFILES.in
A src/Makefile.am
A src/__init__.py
R src/__main__.py
R src/engine-log-collector.8
A src/helper/Makefile.am
R src/helper/__init__.py
R src/helper/hypervisors.py
R src/logcollector.conf
D src/rhev/Makefile
A src/sos/Makefile.am
D src/sos/plugins/Makefile
A src/sos/plugins/Makefile.am
R src/tests.py
28 files changed, 819 insertions(+), 156 deletions(-)
Approvals:
Kiril Nesenko: Verified; Looks good to me, but someone else must approve
Keith Robertson: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/11149
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ic69b7e9957fb650365f7c36333b90a9e22beadde
Gerrit-PatchSet: 3
Gerrit-Project: ovirt-log-collector
Gerrit-Branch: master
Gerrit-Owner: Kiril Nesenko <knesenko(a)redhat.com>
Gerrit-Reviewer: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Keith Robertson <kroberts(a)redhat.com>
Gerrit-Reviewer: Kiril Nesenko <knesenko(a)redhat.com>
Gerrit-Reviewer: Moran Goldboim <mgoldboi(a)redhat.com>