Alon Bar-Lev has uploaded a new change for review. Change subject: packaging: setup: rename default_master.properties.in->jasper-master.properties.in ......................................................................
packaging: setup: rename default_master.properties.in->jasper-master.properties.in for outsider it is clearer what this file is if it contains jasper. Change-Id: Ie80052ddb2a6a44aa3f990eb05b65d0c6617f589 Signed-off-by: Alon Bar-Lev <[email protected]> --- R packaging/conf/jasper-master.properties.in M packaging/legacy-setup/ovirt-engine-reports-setup.py 2 files changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/14/23414/1 diff --git a/packaging/conf/default_master.properties.in b/packaging/conf/jasper-master.properties.in similarity index 100% rename from packaging/conf/default_master.properties.in rename to packaging/conf/jasper-master.properties.in diff --git a/packaging/legacy-setup/ovirt-engine-reports-setup.py b/packaging/legacy-setup/ovirt-engine-reports-setup.py index 66ad48f..d4f6091 100755 --- a/packaging/legacy-setup/ovirt-engine-reports-setup.py +++ b/packaging/legacy-setup/ovirt-engine-reports-setup.py @@ -339,7 +339,7 @@ os.path.join( REPORTS_PACKAGE_DIR, 'conf', - 'default_master.properties.in', + 'jasper-master.properties.in', ), f, subst={ -- To view, visit http://gerrit.ovirt.org/23414 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie80052ddb2a6a44aa3f990eb05b65d0c6617f589 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
