[virt-tools-list] [virt-manager] [PATCH 0/5] Improvements
Radostin Stoyanov
rstoyanov1 at gmail.com
Mon Jul 24 08:26:43 UTC 2017
Radostin Stoyanov (5):
create: Stop if virt-bootstrap has failed
create: Auto-generate fs path if not provided
Remove unintentionally added '+'
tests: Upgrade pep8 to pycodestyle
pycodestyle: Do not use bare 'except:'
HACKING.md | 2 +-
setup.py | 16 +++++++---------
tests/interface.py | 2 +-
tests/pep8.cfg | 15 ---------------
tests/pycodestyle.cfg | 33 +++++++++++++++++++++++++++++++++
tests/test_inject.py | 2 +-
tests/test_urls.py | 2 +-
tests/utils.py | 6 +++---
virt-convert | 2 +-
virt-install | 2 +-
virtManager/addhardware.py | 2 +-
virtManager/addstorage.py | 2 +-
virtManager/asyncjob.py | 3 +++
virtManager/baseclass.py | 4 ++--
virtManager/clone.py | 2 +-
virtManager/config.py | 2 +-
virtManager/connect.py | 6 +++---
virtManager/connectauth.py | 6 +++---
virtManager/connection.py | 8 ++++----
virtManager/create.py | 30 +++++++++++++++++++++++-------
virtManager/createnet.py | 2 +-
virtManager/createvol.py | 4 ++--
virtManager/delete.py | 2 +-
virtManager/details.py | 6 +++---
virtManager/domain.py | 2 +-
virtManager/engine.py | 10 +++++-----
virtManager/host.py | 4 ++--
virtManager/inspection.py | 8 ++++----
virtManager/keyring.py | 8 ++++----
virtManager/libvirtobject.py | 6 +++---
virtManager/manager.py | 2 +-
virtManager/mediacombo.py | 2 +-
virtManager/netlist.py | 2 +-
virtManager/packageutils.py | 8 ++++----
virtManager/preferences.py | 2 +-
virtManager/serialcon.py | 12 ++++++------
virtManager/snapshots.py | 8 ++++----
virtManager/sshtunnels.py | 6 +++---
virtManager/storagelist.py | 8 ++++----
virtManager/systray.py | 2 +-
virtManager/uiutil.py | 2 +-
virtManager/viewers.py | 6 +++---
virtconv/formats.py | 2 +-
virtconv/vmx.py | 2 +-
virtinst/__init__.py | 2 +-
virtinst/cli.py | 4 ++--
virtinst/devicedisk.py | 6 +++---
virtinst/devicehostdev.py | 2 +-
virtinst/deviceinterface.py | 2 +-
virtinst/diskbackend.py | 4 ++--
virtinst/distroinstaller.py | 2 +-
virtinst/domcapabilities.py | 2 +-
virtinst/guest.py | 8 ++++----
virtinst/initrdinject.py | 2 +-
virtinst/installer.py | 2 +-
virtinst/kernelupload.py | 2 +-
virtinst/network.py | 2 +-
virtinst/nodedev.py | 4 ++--
virtinst/osdict.py | 2 +-
virtinst/pollhelpers.py | 6 +++---
virtinst/storage.py | 4 ++--
virtinst/urlfetcher.py | 10 +++++-----
virtinst/xmlbuilder.py | 2 +-
63 files changed, 183 insertions(+), 148 deletions(-)
delete mode 100644 tests/pep8.cfg
create mode 100644 tests/pycodestyle.cfg
--
2.9.4
More information about the virt-tools-list
mailing list