summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Add libguestfs(3) as an alias manpage for guestfs(3).Richard W.M. Jones2009-07-011-2/+3
|
* New website, change et.redhat.com references to libguestfs.org1.0.43Richard Jones2009-06-091-1/+1
|
* Move pure regression tests to their own subdirectory.Richard Jones2009-06-041-1/+2
|
* Distribute bindtests file.Richard W.M. Jones2009-05-281-1/+2
|
* Move C API tests out of root build dir into 'capitests' subdir.Richard W.M. Jones2009-05-281-33/+2
|
* Move the appliance and build scripts into new appliance/ subdirectory.Richard W.M. Jones2009-05-281-59/+1
|
* Removed contrib/*.spec files.Richard Jones2009-05-271-2/+0
|
* README, TODO and HACKING files are now shown on the website.Richard Jones2009-05-271-4/+11
|
* Individual tests can be skipped by setting SKIP_TEST_<CMD>[_<N>]=1Richard Jones2009-05-211-1/+2
|
* Add test-bootbootboot.sh script to EXTRA_DIST.Richard Jones2009-05-211-1/+2
|
* Gettextize the source, make library strings translatable.Richard Jones2009-05-211-0/+1
|
* Intltoolize the source.Richard Jones2009-05-211-1/+1
|
* test-bootbootboot.sh is a test, not a source file.Richard Jones2009-05-191-2/+2
|
* Skip 'zerofree' test if the command doesn't exist in the appliance.Richard Jones2009-05-191-0/+1
|
* Enable run-time conditional test prerequisites.Richard W.M. Jones2009-05-141-1/+3
|
* Test booting repeatedly to track down qemu boot hangs.Richard Jones2009-05-131-1/+1
|
* test-command is not an actual test program.Richard Jones2009-05-121-1/+1
|
* Test the 'command' and 'command_lines' functions thoroughly.Richard Jones2009-05-121-1/+7
|
* Remove the specfile from the tarball. Include contrib/ dir.Richard Jones2009-05-121-3/+9
|
* Partial Haskell bindings.Richard Jones2009-05-101-0/+3
|
* Add 'make valgrind' target to run tests under valgrind.Richard Jones2009-05-091-0/+6
|
* Add test script to test recovery from qemu failure.Richard Jones2009-05-081-1/+2
|
* Replace rtl8139 network card with virtio-net.Richard Jones2009-04-301-1/+1
|
* build: don't tell "make clean" to remove my '~' backup filesJim Meyering2009-04-301-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 Jones2009-04-281-0/+3
| | | | Meyering)
* Build virt-inspector HTML for the website.Richard Jones2009-04-281-1/+3
|
* Added virt-inspector program from virt-v2v.Richard Jones2009-04-281-0/+3
|
* s/builddir/top_builddir/ (Luciano Miguel Ferreira Rocha).Richard Jones2009-04-281-2/+2
|
* Clean up *~ files in recipes/Richard Jones2009-04-251-1/+1
|
* Better generation of recipes page.Richard Jones2009-04-251-26/+4
|
* Improve CSS on recipes page.Richard Jones2009-04-251-6/+6
|
* Added guestfish recipes.Richard Jones2009-04-251-2/+38
|
* Automatically generate ChangeLog file from the git log (thanks: Jim Meyering).Richard W.M. Jones2009-04-231-1/+8
|
* Added pkgconfig file (libguestfs.pc).1.0.8Richard Jones2009-04-221-1/+7
|
* Basic Java build environment.Richard Jones2009-04-211-0/+3
|
* Ruby bindings.Richard Jones2009-04-161-0/+3
|
* Distribute TODO file.Richard Jones2009-04-121-1/+1
|
* Minor adjustments for 0.8 release.0.8Richard Jones2009-04-111-1/+2
|
* Added test suite.Richard Jones2009-04-111-0/+2
|
* Added test framework, no tests implemented yet.Richard Jones2009-04-101-0/+11
|
* Remove *~ files when doing 'make clean'.Richard Jones2009-04-091-1/+1
|
* Distribute the pod.css file.Richard Jones2009-04-091-0/+1
|
* Generate webpages.Richard Jones2009-04-091-7/+33
|
* Added guestfish(1) manpage.Richard Jones2009-04-071-2/+14
|
* Added framework for the language bindings.Richard Jones2009-04-071-1/+11
|
* pvs/vgs/lvs commands working now.Richard Jones2009-04-071-5/+8
|
* Mostly working spec file.Richard Jones2009-04-041-1/+4
|
* Generate actions section in guestfs.3 man page.Richard Jones2009-04-041-1/+17
|
* Added outline of shell command, added generator support.Richard Jones2009-04-031-1/+1
|
* Remove initramfs/fakelog.root if make-initramfs fails.Richard Jones2009-04-031-1/+1
|