summaryrefslogtreecommitdiff
path: root/virt-clone
Commit message (Expand)AuthorAgeFilesLines
* virt-*: invoke python3 using /usr/bin/enva13460542021-10-041-1/+1
* Move virt-* code into their modulesCole Robinson2020-01-261-214/+6
* Switch to more traditional logging structureCole Robinson2019-06-171-4/+3
* virt-clone: add --skip-copy optionCole Robinson2019-06-161-0/+6
* cli: Add more code coverageCole Robinson2019-06-111-5/+3
* virt-clone: fix force-copy of empty cdrom or floppy diskPavel Hrdina2019-02-281-3/+2
* virt-clone: Add auto complete support for the general optionsLin Ma2018-12-181-0/+2
* cli: Remove redundant argparse dest= optionsCole Robinson2018-10-111-1/+1
* pylint: Silence output on Fedora 29Cole Robinson2018-09-291-1/+1
* Fix copyright header to specify GPLv2 or later, not GPLv2 only.Daniel P. Berrangé2018-04-041-1/+1
* Use consistent and minimal license header for every fileCole Robinson2018-03-211-16/+2
* Switch to python3 in script shebangCole Robinson2018-02-061-1/+1
* Switch to python3 style 'except X as Y' notationCole Robinson2017-05-051-3/+3
* virt-clone: add support to clone nvram VARSPavel Hrdina2017-03-071-0/+4
* Error out cleanly when autoclone or destination file is not specifiedKothapally Madhu Pavan2016-09-021-0/+6
* Apparently -tt doesn't work with #!/usr/bin/env ...Cole Robinson2016-06-171-1/+1
* Use #!/usr/bin/env for python scriptsCole Robinson2016-06-171-1/+1
* cli: Replace add --check option (bz 1063471)Cole Robinson2015-04-111-6/+3
* virt-clone: introduce --reflink for btrfs COW copyChen Hanxiao2015-02-071-0/+4
* virt-clone: remove rarely used option --original-xml in fail messageChen Hanxiao2014-12-101-3/+3
* virt-clone: improve some error promptsChen Hanxiao2014-12-091-2/+4
* Fix warnings with latest pep8Cole Robinson2014-05-021-1/+1
* Use proper python versionMartin Kletzander2014-02-121-1/+1
* VirtualDisk: Always use storage APIs for provisioningCole Robinson2014-02-081-47/+15
* virt-*: Drop all --prompt handlingCole Robinson2014-02-041-22/+24
* virt-clone: Fix typoCole Robinson2014-02-021-1/+1
* clone: Mention virt-sysprep everywhere (bz 878170, bz 912993)Cole Robinson2014-02-011-4/+8
* cli: Drop dest= from most arguments, it was redundantCole Robinson2014-01-221-7/+4
* Convert all command line handling to argparseCole Robinson2014-01-191-27/+20
* cli: Combine registering a bunch of common optionsCole Robinson2013-09-281-18/+4
* cli: Remove unneeded parameter to optparse.add_optionCole Robinson2013-09-281-10/+10
* virtinst: Remove User moduleCole Robinson2013-07-021-5/+0
* clone: Bunch of API cleanupCole Robinson2013-07-021-26/+21
* Add epilog and description for virt-* --helpCole Robinson2013-06-301-1/+4
* Revive pep8 and clean up the codeCole Robinson2013-04-131-0/+10
* Wire up python unit tests, unify gettext setupCole Robinson2013-04-031-4/+4
* Merge code from python-virtinst.gitCole Robinson2013-04-031-0/+261