Sandro Bonazzola has posted comments on this change. Change subject: packaging: engine-cleanup-2: backup DB before removing ......................................................................
Patch Set 3: (2 inline comments) .................................................... File packaging/setup/plugins/ovirt-engine-common/db/backup.py Line 15: # limitations under the License. Line 16: # Line 17: Line 18: Line 19: """Connection plugin.""" docstring to be fixed Line 20: Line 21: Line 22: import os Line 23: import tempfile Line 34: Line 35: Line 36: @util.export Line 37: class Plugin(plugin.PluginBase): Line 38: """Connection plugin.""" docstring to be fixed Line 39: def __init__(self, context): Line 40: super(Plugin, self).__init__(context=context) Line 41: Line 42: def _pgpass(self): -- To view, visit http://gerrit.ovirt.org/14703 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I89635b7bf6e86fb3bf3657717a903b1efb127b9a Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Alex Lourie <[email protected]> Gerrit-Reviewer: Alon Bar-Lev <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
