Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | edit: Preserve file permissions, UID, GID, SELinux context on edited files. ↵ | Richard W.M. Jones | 2012-02-09 | 2 | -0/+91 |
| | | | | (RHBZ#788641) | ||||
* | Do not run appliance-related checks if not building appliance | Hilko Bengen | 2012-01-23 | 1 | -0/+2 |
| | |||||
* | Replace setting of environment variables with usage of local run script | Hilko Bengen | 2012-01-23 | 1 | -3/+1 |
| | | | | (Includes fix by RWMJ) | ||||
* | Tempus fugit. | Richard W.M. Jones | 2012-01-18 | 3 | -4/+4 |
| | | | | Update all copyright dates to 2012. | ||||
* | fish options parsing: Allow add_drives to be called multiple times. | Richard W.M. Jones | 2012-01-18 | 1 | -3/+2 |
| | | | | | | Ensure that the drv structure is always zeroed on allocation. Don't leak old drv->device when add_drives is called multiple times. | ||||
* | tests: Split images -> tests/data + tests/guests | Richard W.M. Jones | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | Update FSF address. | Matthew Booth | 2011-11-08 | 3 | -3/+3 |
| | |||||
* | man pages: Add a standard EXIT STATUS section to most pages. | Richard W.M. Jones | 2011-08-27 | 1 | -0/+5 |
| | |||||
* | out-of-tree build: fix documentation generation | Hilko Bengen | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | build: Set TMPDIR for local testing. | Richard W.M. Jones | 2011-08-08 | 1 | -1/+2 |
| | | | | | | This avoids conflicts with the globally installed libguestfs appliance, or lets us build in multiple local directories at the same time without conflicts. | ||||
* | docs: Separate out combined =item 's in man pages. | Richard W.M. Jones | 2011-07-16 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | Turn: =item B<-a> | B<--all> into: =item B<-a> =item B<--all> This gives a more natural-looking manual page, as well as making it easier to directly link to these sections. | ||||
* | Enable deprecation warnings on all C programs. | Richard W.M. Jones | 2011-05-17 | 1 | -0/+1 |
| | |||||
* | edit: Reorganize options alphabetically. | Richard W.M. Jones | 2011-05-09 | 1 | -13/+13 |
| | |||||
* | edit: Fix reference to virt-cat in the documentation. | Richard W.M. Jones | 2011-05-09 | 1 | -1/+1 |
| | | | | This updates commit 2b5fbc882a0a79646b668c7b95442f0b3673d63a. | ||||
* | Rewrite virt-edit in C. | Richard W.M. Jones | 2011-05-09 | 4 | -0/+1164 |
| | |||||
* | Move virt tools (virt-cat, virt-edit etc) into tools/ subdirectory. | Richard Jones | 2009-10-19 | 3 | -307/+0 |
| | | | | | | | | | | | | | | | | | | This moves the tool programs into a single directory: cat/* -> tools/virt-cat df/* -> tools/virt-df edit/* -> tools/virt-edit rescue/* -> tools/virt-rescue This in itself simplifies the build process because we only need one Makefile and one copy of 'run-locally'. 'run-*-locally' has become just 'run-locally' and takes an extra parameter which is the name of the tool, eg: run-locally cat [virt-cat params...] virt-inspector stays in its own directory, because this contains more than just a single Perl script. | ||||
* | run-*-locally: The programs are now virt-[tool], not virt-[tool].pl | Richard Jones | 2009-10-01 | 1 | -1/+1 |
| | | | | This fixes commit b488436cc54288fcae8988493749f2e6c87f274c. | ||||
* | Include virt tools in EXTRA_DIST. | Richard Jones | 2009-09-23 | 1 | -1/+2 |
| | | | | | | Partially revert b488436cc54288fcae8988493749f2e6c87f274c. It turns out that automake doesn't automatically place bin_SCRIPTS in EXTRA_DIST. | ||||
* | Rename virt-[tool].pl as virt-[tool] | Richard Jones | 2009-09-23 | 2 | -8/+4 |
| | |||||
* | Check return value from readlink. | Richard Jones | 2009-09-23 | 1 | -1/+1 |
| | |||||
* | Create manpage atomically. | Richard Jones | 2009-09-23 | 1 | -1/+1 |
| | | | | Don't fail with a partial file if disk full, etc. | ||||
* | Replace @...@ with $(...) in these common Makefile.am files. | Richard Jones | 2009-09-23 | 1 | -4/+4 |
| | |||||
* | New tool: virt-edit | Richard Jones | 2009-09-23 | 3 | -0/+310 |
Edit any file in a guest. This was possibly previously using guestfish, but having a separate command makes it simpler. The usage is simply: virt-edit mydomain /some/file It runs $EDITOR or vi on the file, and if the user changes it, uploads the result back to the VM. |