summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add the translation catalogPino Toscano2020-07-111-1/+0
| | | | | | | | | Weblate requires it to be present in the repository, so commit it. This also makes it easier to translate outside of Weblate. Reviewed-by: Cole Robinson <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
* Remove virt-convertCole Robinson2020-01-241-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | This was raised here: https://www.redhat.com/archives/virt-tools-list/2019-June/msg00117.html Quoting from that: """ virt-convert takes an ovf/ova or vmx file and spits out libvirt XML. It started as a code drop a long time ago that could translate back and forth between vmx, ovf, and virt-image, a long dead appliance format. In 2014 I converted it to do vmx -> libvirt and ovf -> libvirt which was a CLI breaking change, but I never heard a peep of a complaint. It doesn't seem to do a particularly thorough job at its intended goal, I've seen 2-3 bug reports in the past 5 years and generally it doesn't seem to have any users. Let's kill it. If anyone has the desire to keep it alive it could live as a separate project that's a wrapper around virt-install but there's no compelling reason to keep it in virt-manager.git IMO """ Nothing has changed since then, so here is the removal. Signed-off-by: Cole Robinson <crobinso@redhat.com>
* Move virtcli/cliconfig.py to virtinst/buildconfig.pyCole Robinson2019-06-141-1/+1
| | | | | There's really no reason for the split, just contain it all within virtinst for simplicity
* .gitignore: Remove the outdated path info of bashcompletion filesLin Ma2019-01-061-1/+0
| | | | | | | Commit 73f07c5 generates the bashcompletion files in build folder, The '/data/bash-completion' no longer exists, So remove it in .gitignore. Signed-off-by: Lin Ma <lma@suse.com>
* setup.py: Install the bash completion filesLin Ma2018-12-181-0/+1
| | | | Signed-off-by: Lin Ma <lma@suse.com>
* tests: test_urls: Look for manual.ini in ~/.config/virt-managerCole Robinson2018-04-031-2/+0
| | | | Rather than deal with ignoring it in the source tree
* tests: test_urls: Simplify adding in local testsCole Robinson2018-01-061-0/+2
| | | | | I'll use this to scoop up local ISOs for comprehensive testing locally.
* Remove virt-image, as scheduledCole Robinson2014-09-061-2/+0
| | | | | As promised with the last release, remove virt-image. In 6 months I didn't hear a peep from any actual users that cared.
* virt-xml: Initial commit, basic set of testsCole Robinson2014-01-251-0/+1
|
* Don't leave *c files around after testsCole Robinson2013-04-231-5/+0
|
* Port from gconf to gsettingsCole Robinson2013-04-181-0/+2
| | | | | | | | | | This unfortunately has a decent amount of fallout: add a wrapper class in config.py that reduces much of the churn. Another big piece is that gsettings can't accept arbitrary paths like gconf would, everything needs to be described in the schema. Also do a bunch more RPM spec modernizing
* automate @VERSION@ in virt-manager.specGene Czarcinski2013-04-171-0/+1
| | | | | | | | | | | | This update renames virt-manager.spec to be virt-manager.spec.in and changes the version-id to @VERSION@ ... setup.py is modified to copy the virt-manager-spec.in file to virt-manager.spec and replace @VERSION@ with the current/actual version id. .gitignore is updated to ignore virt-manager.spec . Signed-off-by: Gene Czarcinski <gene@czarc.net>
* po: Don't track .pot fileCole Robinson2013-04-151-0/+4
| | | | | Doesn't mesh well with intltool usage. I'll just need to push the file regularly to transifex.
* tests: Replace 'scriptimports' with a much simpler methodCole Robinson2013-04-131-0/+5
|
* Make RPM build workCole Robinson2013-04-031-3/+6
| | | | And wire up man page creation
* Remove autotools, replace with distutils-extraCole Robinson2013-04-031-33/+5
| | | | | | Despite being a known quantity, autotools is so overkill for our needs, so let's drop it and replace it with a much simpler and easy to customize system.
* configure: Don't drop so many files in topdirCole Robinson2013-04-031-9/+0
|
* Stop tracking old help files, they are long deadCole Robinson2013-04-031-0/+2
|
* Make autogen.sh give me a usable dist on F17Cole Robinson2012-07-091-0/+9
| | | | There's a decent amount of resulting fallout...
* Add new app icon and massively reorg our icon folderCole Robinson2011-07-121-7/+6
| | | | | | New icon from Jakub Steiner is based on virt-manager.org theme. Actually organize all our existing icons into a proper icon hierarchy.
* Ignore emacs temporary files (*~).Richard W.M. Jones2011-04-181-0/+2
| | | | This is an annoyance if you use emacs ...
* .gitignore: Ignore .tstamp filesCole Robinson2011-03-241-0/+1
|
* Add .gitignore, remove .hgignoreCole Robinson2011-03-151-0/+36