Yedidyah Bar David has uploaded a new change for review. Change subject: packaging: setup: clean up jasper artifacts after import ......................................................................
packaging: setup: clean up jasper artifacts after import Without this change, _articfacts and _import can in principle be called with any order, however, since otopi sorts methods by name they'll always be called in order reverse of intended. Change-Id: I9e836357771d76e269ff5c582bd7dd525ea30f3a Signed-off-by: Yedidyah Bar David <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/jasper/deploy.py 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/13/27113/1 diff --git a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/jasper/deploy.py b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/jasper/deploy.py index b9bfcbf..056069c 100644 --- a/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/jasper/deploy.py +++ b/packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/jasper/deploy.py @@ -1000,6 +1000,7 @@ stage=plugin.Stages.STAGE_MISC, after=( oreportscons.Stages.DB_SCHEMA, + oreportscons.Stages.JASPER_DEPLOY_IMPORT, ), condition=lambda self: self.environment[oreportscons.CoreEnv.ENABLE], ) -- To view, visit http://gerrit.ovirt.org/27113 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I9e836357771d76e269ff5c582bd7dd525ea30f3a Gerrit-PatchSet: 1 Gerrit-Project: ovirt-reports Gerrit-Branch: master Gerrit-Owner: Yedidyah Bar David <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
