From Ondra Machacek <omachace(a)redhat.com>:
Ondra Machacek has submitted this change and it was merged.
Change subject: Automatically generate 'version.py'
......................................................................
Automatically generate 'version.py'
Currently the 'version.py' file is updated manually with each release of
the project, and it needs to be in sync with the version specified in
the POM files. To avoid that this patch changes the SDK so that the
'version.py' file is atumatically generated, taking the version number
from the root POM file.
Change-Id: Ib9d5dce6b48c2e6c1a3dcc43fa17204c88096632
Signed-off-by: Juan Hernandez <juan.hernandez(a)redhat.com>
---
M .gitignore
M generator/src/main/java/org/ovirt/sdk/python/PythonBuffer.java
M generator/src/main/java/org/ovirt/sdk/python/PythonNames.java
M generator/src/main/java/org/ovirt/sdk/python/Tool.java
A generator/src/main/java/org/ovirt/sdk/python/VersionGenerator.java
D sdk/lib/ovirtsdk4/version.py
M sdk/pom.xml
M sdk/setup.py
8 files changed, 150 insertions(+), 37 deletions(-)
Approvals:
Ondra Machacek: Verified; Looks good to me, approved
Jenkins CI: Passed CI tests
--
To view, visit
https://gerrit.ovirt.org/71790
To unsubscribe, visit
https://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib9d5dce6b48c2e6c1a3dcc43fa17204c88096632
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine-sdk
Gerrit-Branch: sdk_4.1
Gerrit-Owner: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: Juan Hernandez <juan.hernandez(a)redhat.com>
Gerrit-Reviewer: Ondra Machacek <omachace(a)redhat.com>
Gerrit-Reviewer: gerrit-hooks <automation(a)ovirt.org>