Change in vdsm[master]: utils: Add missing Popen methods

2016-10-22 Thread automation
gerrit-hooks has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 6: * Update Tracker::IGNORE, no bug url/s found * Set MODIFIED::IGNORE, no Bug-Url found. -- To view, visit https:

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-22 Thread danken
Dan Kenigsberg has submitted this change and it was merged. Change subject: utils: Add missing Popen methods .. utils: Add missing Popen methods AsyncProc should have a Popen like interface, but it is missing terminate() and se

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-22 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 5: Code-Review+2 -- To view, visit https://gerrit.ovirt.org/65321 To unsubscribe, visit https://gerrit.ovirt.org/

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-22 Thread danken
Dan Kenigsberg has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 5: raising -- To view, visit https://gerrit.ovirt.org/65321 To unsubscribe, visit https://gerrit.ovirt.org/setti

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-13 Thread automation
gerrit-hooks has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 5: * Update Tracker::IGNORE, not relevant for branch: master * Check Bug-Url::IGNORE, not relevant for branch: maste

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-13 Thread piotr . kliczewski
Piotr Kliczewski has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 4: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/65321 To unsubscribe, visit https://gerrit.ovirt.or

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-12 Thread automation
gerrit-hooks has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 4: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches 'Bug

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-10 Thread fromani
Francesco Romani has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 3: Code-Review+1 -- To view, visit https://gerrit.ovirt.org/65321 To unsubscribe, visit https://gerrit.ovirt.or

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-10 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 3: Continuous-Integration+1 Verfied on travis: https://travis-ci.org/nirs/vdsm/builds/166549485 -- To view, visit ht

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-10 Thread automation
gerrit-hooks has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 3: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches 'Bug

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-10 Thread automation
gerrit-hooks has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 2: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches 'Bug

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-10 Thread automation
gerrit-hooks has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 1: * Update tracker: IGNORE, no Bug-Url found * Check Bug-Url::WARN, no bug url found, make sure header matches 'Bug

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-10 Thread nsoffer
Nir Soffer has posted comments on this change. Change subject: utils: Add missing Popen methods .. Patch Set 1: Verified+1 Verified by the tests. -- To view, visit https://gerrit.ovirt.org/65321 To unsubscribe, visit https://

Change in vdsm[master]: utils: Add missing Popen methods

2016-10-10 Thread nsoffer
Nir Soffer has uploaded a new change for review. Change subject: utils: Add missing Popen methods .. utils: Add missing Popen methods AsyncProc should have a Popen like interface, but it is missing terminate() and send_signal()