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: Ifdb10d76cdcfab61f6728a0f639d061c39f677c4
Signed-off-by: Alon Bar-Lev <alonbl(a)redhat.com>
---
A .gitignore
M AUTHORS
R 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-iso-uploader.spec.in
A po/.gitignore
A po/LINGUAS
A po/Makevars
A po/POTFILES.in
D src/Makefile
A src/Makefile.am
A src/__init__.py
R src/__main__.py
20 files changed, 521 insertions(+), 155 deletions(-)
Approvals:
Alon Bar-Lev: Verified
Keith Robertson: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/8855
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ifdb10d76cdcfab61f6728a0f639d061c39f677c4
Gerrit-PatchSet: 6
Gerrit-Project: ovirt-iso-uploader
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Alex Lourie <alourie(a)redhat.com>
Gerrit-Reviewer: Alon Bar-Lev <alonbl(a)redhat.com>
Gerrit-Reviewer: Barak Azulay <bazulay(a)redhat.com>
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(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>