Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add libguestfs(3) as an alias manpage for guestfs(3). | Richard W.M. Jones | 2009-07-01 | 1 | -2/+3 |
| | |||||
* | New website, change et.redhat.com references to libguestfs.org1.0.43 | Richard Jones | 2009-06-09 | 1 | -1/+1 |
| | |||||
* | Move pure regression tests to their own subdirectory. | Richard Jones | 2009-06-04 | 1 | -1/+2 |
| | |||||
* | Distribute bindtests file. | Richard W.M. Jones | 2009-05-28 | 1 | -1/+2 |
| | |||||
* | Move C API tests out of root build dir into 'capitests' subdir. | Richard W.M. Jones | 2009-05-28 | 1 | -33/+2 |
| | |||||
* | Move the appliance and build scripts into new appliance/ subdirectory. | Richard W.M. Jones | 2009-05-28 | 1 | -59/+1 |
| | |||||
* | Removed contrib/*.spec files. | Richard Jones | 2009-05-27 | 1 | -2/+0 |
| | |||||
* | README, TODO and HACKING files are now shown on the website. | Richard Jones | 2009-05-27 | 1 | -4/+11 |
| | |||||
* | Individual tests can be skipped by setting SKIP_TEST_<CMD>[_<N>]=1 | Richard Jones | 2009-05-21 | 1 | -1/+2 |
| | |||||
* | Add test-bootbootboot.sh script to EXTRA_DIST. | Richard Jones | 2009-05-21 | 1 | -1/+2 |
| | |||||
* | Gettextize the source, make library strings translatable. | Richard Jones | 2009-05-21 | 1 | -0/+1 |
| | |||||
* | Intltoolize the source. | Richard Jones | 2009-05-21 | 1 | -1/+1 |
| | |||||
* | test-bootbootboot.sh is a test, not a source file. | Richard Jones | 2009-05-19 | 1 | -2/+2 |
| | |||||
* | Skip 'zerofree' test if the command doesn't exist in the appliance. | Richard Jones | 2009-05-19 | 1 | -0/+1 |
| | |||||
* | Enable run-time conditional test prerequisites. | Richard W.M. Jones | 2009-05-14 | 1 | -1/+3 |
| | |||||
* | Test booting repeatedly to track down qemu boot hangs. | Richard Jones | 2009-05-13 | 1 | -1/+1 |
| | |||||
* | test-command is not an actual test program. | Richard Jones | 2009-05-12 | 1 | -1/+1 |
| | |||||
* | Test the 'command' and 'command_lines' functions thoroughly. | Richard Jones | 2009-05-12 | 1 | -1/+7 |
| | |||||
* | Remove the specfile from the tarball. Include contrib/ dir. | Richard Jones | 2009-05-12 | 1 | -3/+9 |
| | |||||
* | Partial Haskell bindings. | Richard Jones | 2009-05-10 | 1 | -0/+3 |
| | |||||
* | Add 'make valgrind' target to run tests under valgrind. | Richard Jones | 2009-05-09 | 1 | -0/+6 |
| | |||||
* | Add test script to test recovery from qemu failure. | Richard Jones | 2009-05-08 | 1 | -1/+2 |
| | |||||
* | Replace rtl8139 network card with virtio-net. | Richard Jones | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | build: don't tell "make clean" to remove my '~' backup files | Jim Meyering | 2009-04-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hi Rich, automake's policy on what to remove via "make clean" is reasonable: if running build rules creates it, then "make clean" can and should remove it. However, even if build rules happen to create backup files, please remove only the specific ones they can create, not all of the ones in a directory. Just in case someone relies on those and expect them to hang around... >From 1e8be391ac17b4ddcf9671e8413d2660844e6993 Mon Sep 17 00:00:00 2001 From: Jim Meyering <meyering@redhat.com> Date: Thu, 30 Apr 2009 15:47:52 +0200 Subject: [PATCH] build: don't tell "make clean" to remove my '~' backup files * Makefile.am (CLEANFILES): Don't remove '~' backup files. * daemon/Makefile.am: Ditto. * examples/Makefile.am: Ditto. * fish/Makefile.am: Ditto. * images/Makefile.am: Ditto. * inspector/Makefile.am: Ditto. * java/Makefile.am: Ditto. * ocaml/Makefile.am: Ditto. * ocaml/examples/Makefile.am: Ditto. * perl/Makefile.am: Ditto. * python/Makefile.am: Ditto. * ruby/Makefile.am: Ditto. * src/Makefile.am: Ditto. | ||||
* | [PATCH] add dependency to ensure make-initramfs.sh is rebuilt when (Jim ↵ | Richard Jones | 2009-04-28 | 1 | -0/+3 |
| | | | | Meyering) | ||||
* | Build virt-inspector HTML for the website. | Richard Jones | 2009-04-28 | 1 | -1/+3 |
| | |||||
* | Added virt-inspector program from virt-v2v. | Richard Jones | 2009-04-28 | 1 | -0/+3 |
| | |||||
* | s/builddir/top_builddir/ (Luciano Miguel Ferreira Rocha). | Richard Jones | 2009-04-28 | 1 | -2/+2 |
| | |||||
* | Clean up *~ files in recipes/ | Richard Jones | 2009-04-25 | 1 | -1/+1 |
| | |||||
* | Better generation of recipes page. | Richard Jones | 2009-04-25 | 1 | -26/+4 |
| | |||||
* | Improve CSS on recipes page. | Richard Jones | 2009-04-25 | 1 | -6/+6 |
| | |||||
* | Added guestfish recipes. | Richard Jones | 2009-04-25 | 1 | -2/+38 |
| | |||||
* | Automatically generate ChangeLog file from the git log (thanks: Jim Meyering). | Richard W.M. Jones | 2009-04-23 | 1 | -1/+8 |
| | |||||
* | Added pkgconfig file (libguestfs.pc).1.0.8 | Richard Jones | 2009-04-22 | 1 | -1/+7 |
| | |||||
* | Basic Java build environment. | Richard Jones | 2009-04-21 | 1 | -0/+3 |
| | |||||
* | Ruby bindings. | Richard Jones | 2009-04-16 | 1 | -0/+3 |
| | |||||
* | Distribute TODO file. | Richard Jones | 2009-04-12 | 1 | -1/+1 |
| | |||||
* | Minor adjustments for 0.8 release.0.8 | Richard Jones | 2009-04-11 | 1 | -1/+2 |
| | |||||
* | Added test suite. | Richard Jones | 2009-04-11 | 1 | -0/+2 |
| | |||||
* | Added test framework, no tests implemented yet. | Richard Jones | 2009-04-10 | 1 | -0/+11 |
| | |||||
* | Remove *~ files when doing 'make clean'. | Richard Jones | 2009-04-09 | 1 | -1/+1 |
| | |||||
* | Distribute the pod.css file. | Richard Jones | 2009-04-09 | 1 | -0/+1 |
| | |||||
* | Generate webpages. | Richard Jones | 2009-04-09 | 1 | -7/+33 |
| | |||||
* | Added guestfish(1) manpage. | Richard Jones | 2009-04-07 | 1 | -2/+14 |
| | |||||
* | Added framework for the language bindings. | Richard Jones | 2009-04-07 | 1 | -1/+11 |
| | |||||
* | pvs/vgs/lvs commands working now. | Richard Jones | 2009-04-07 | 1 | -5/+8 |
| | |||||
* | Mostly working spec file. | Richard Jones | 2009-04-04 | 1 | -1/+4 |
| | |||||
* | Generate actions section in guestfs.3 man page. | Richard Jones | 2009-04-04 | 1 | -1/+17 |
| | |||||
* | Added outline of shell command, added generator support. | Richard Jones | 2009-04-03 | 1 | -1/+1 |
| | |||||
* | Remove initramfs/fakelog.root if make-initramfs fails. | Richard Jones | 2009-04-03 | 1 | -1/+1 |
| |