Alex Lourie has uploaded a new change for review.

Change subject: packaging: Updated dropdb command with correct environment
......................................................................

packaging: Updated dropdb command with correct environment

Change-Id: I0889e7e2c94256a98ae341b1f8972beb482895ba
Bug-Url: https://bugzilla.redhat.com/893965
Signed-off-by: Alex Lourie <alou...@redhat.com>
---
M packaging/fedora/setup/engine-upgrade.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/56/10856/1

diff --git a/packaging/fedora/setup/engine-upgrade.py 
b/packaging/fedora/setup/engine-upgrade.py
index de0c203..229a774 100755
--- a/packaging/fedora/setup/engine-upgrade.py
+++ b/packaging/fedora/setup/engine-upgrade.py
@@ -386,7 +386,7 @@
                 "-p", SERVER_PORT,
                 self.name,
             ]
-            output, rc = utils.execCmd(cmdList=cmd, failOnError=True, 
msg=MSG_ERROR_DROP_DB)
+            output, rc = utils.execCmd(cmdList=cmd, failOnError=True, 
msg=MSG_ERROR_DROP_DB, envDict=utils.getPgPassEnv())
 
             # Restore
             cmd = [


--
To view, visit http://gerrit.ovirt.org/10856
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I0889e7e2c94256a98ae341b1f8972beb482895ba
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alex Lourie <alou...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to