Yedidyah Bar David has uploaded a new change for review.

Change subject: packaging: setup: export at early misc
......................................................................

packaging: setup: export at early misc

Move _export to stage early_misc, so that it runs with jasper prior to
it being upgraded. Under certain conditions, newer jasper failed to
export data from an older setup.

Change-Id: Icf3e7cd540ed1be5d63fe40a9a970c2cd07788e2
Bug-Url: https://bugzilla.redhat.com/1212306
Signed-off-by: Yedidyah Bar David <[email protected]>
---
M 
packaging/setup/plugins/ovirt-engine-setup/ovirt-engine-reports/jasper/deploy.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-reports refs/changes/01/40401/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 39643b9..2aa9639 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
@@ -519,7 +519,7 @@
                 )
 
     @plugin.event(
-        stage=plugin.Stages.STAGE_MISC,
+        stage=plugin.Stages.STAGE_EARLY_MISC,
         name=oreportscons.Stages.JASPER_NAME_SET,
         condition=lambda self: self.environment[oreportscons.CoreEnv.ENABLE],
     )
@@ -546,7 +546,7 @@
         ).lower()
 
     @plugin.event(
-        stage=plugin.Stages.STAGE_MISC,
+        stage=plugin.Stages.STAGE_EARLY_MISC,
         name=oreportscons.Stages.JASPER_DEPLOY_EXPORT,
         condition=lambda self: (
             self.environment[oreportscons.CoreEnv.ENABLE] and


-- 
To view, visit https://gerrit.ovirt.org/40401
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf3e7cd540ed1be5d63fe40a9a970c2cd07788e2
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

Reply via email to