| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Return 77 from skipped tests. | Richard W.M. Jones | 2012-08-05 | 1 | -2/+2 |
* | build: Change calls to podwrapper.sh to use $(PODWRAPPER). | Richard W.M. Jones | 2012-08-05 | 1 | -1/+1 |
* | New API: guestfs_shutdown: Cleanly shutdown the backend. | Richard W.M. Jones | 2012-07-06 | 1 | -0/+1 |
* | sysprep: Don't check for /dev/fuse before running the test. | Richard W.M. Jones | 2012-06-28 | 1 | -5/+0 |
* | tests: Add SKIP_TEST_* variables to allow these tests to be skipped. | Richard W.M. Jones | 2012-06-28 | 1 | -0/+5 |
* | build: Define abs_builddir if not defined already. | Richard W.M. Jones | 2012-06-21 | 1 | -0/+3 |
* | build: Define builddir and abs_srcdir when they are missing. | Richard W.M. Jones | 2012-06-21 | 1 | -0/+6 |
* | ocaml: Use OCAMLOPTFLAGS when compiling .cmx (ie. native code) files. | Richard W.M. Jones | 2012-06-21 | 1 | -1/+1 |
* | sysprep: Credit Wanlong Gao, Fujitsu under 'AUTHORS' section. | Richard W.M. Jones | 2012-05-18 | 1 | -1/+5 |
* | sysprep: remove kerberos data in the guest | Wanlong Gao | 2012-05-18 | 2 | -0/+54 |
* | sysprep: remove ca certificates in the guest | Wanlong Gao | 2012-05-18 | 2 | -0/+61 |
* | sysprep: Add missing 'utils.mli' to SOURCES. | Richard W.M. Jones | 2012-05-14 | 1 | -1/+2 |
* | sysprep: remove blkid tab in the guest | Wanlong Gao | 2012-05-10 | 2 | -0/+57 |
* | sysprep: remove pam data | Wanlong Gao | 2012-05-08 | 2 | -0/+54 |
* | Add gettext support for OCaml tools (virt-resize, virt-sparsify, virt-sysprep). | Richard W.M. Jones | 2012-05-01 | 26 | -105/+141 |
* | sysprep: Remove the data of dovecot | Wanlong Gao | 2012-04-27 | 2 | -0/+45 |
* | sysprep: remove the logfiles configured by logrotate | Wanlong Gao | 2012-04-27 | 1 | -0/+21 |
* | sysprep: fix typo of the object | Wanlong Gao | 2012-04-25 | 1 | -3/+3 |
* | sysprep: remove the db and log of samba | Wanlong Gao | 2012-04-25 | 2 | -0/+54 |
* | sysprep: remove the db and log of sssd | Wanlong Gao | 2012-04-25 | 2 | -0/+52 |
* | sysprep: remove the cache of package manager | Wanlong Gao | 2012-04-24 | 2 | -0/+47 |
* | sysprep: flag the system for reconfiguration | Wanlong Gao | 2012-04-23 | 2 | -0/+44 |
* | sysprep: remove user accounts | Wanlong Gao | 2012-04-23 | 2 | -0/+72 |
* | sysprep: Don't enable every option by default. | Richard W.M. Jones | 2012-04-21 | 20 | -64/+148 |
* | sysprep: Make the tests run quietly. | Richard W.M. Jones | 2012-04-13 | 2 | -3/+3 |
* | sysprep: bash_history: fix copyright | Wanlong Gao | 2012-04-13 | 1 | -1/+1 |
* | sysprep: remove .ssh directory in users' directory | Wanlong Gao | 2012-04-13 | 2 | -0/+48 |
* | sysprep: remove the bash history of users | Wanlong Gao | 2012-04-12 | 2 | -0/+48 |
* | sysprep: Sort and align all arguments (thanks Wanlong Gao). | Richard W.M. Jones | 2012-04-11 | 1 | -4/+8 |
* | sysprep: Make a common Utils.compare_command_line_args function. | Richard W.M. Jones | 2012-04-11 | 3 | -4/+10 |
* | sysprep: Move skip_dashes function into Utils module. | Richard W.M. Jones | 2012-04-11 | 3 | -12/+21 |
* | sysprep: Add utils.mli (interface) file. | Richard W.M. Jones | 2012-04-11 | 1 | -0/+39 |
* | sysprep: Print some logging by default. | Richard W.M. Jones | 2012-04-11 | 4 | -6/+23 |
* | sysprep: Allow hwaddr to be removed on other Red Hat derivatives (RHBZ#811117). | Qin Guan | 2012-04-10 | 1 | -1/+1 |
* | sysprep: Allow hostname to be set on other Red Hat derivatives (RHBZ#811112). | Qin Guan | 2012-04-10 | 1 | -1/+1 |
* | sysprep: Add GDM and session preferences to logfiles. | Richard W.M. Jones | 2012-04-03 | 1 | -0/+5 |
* | sysprep: Remove installation logfiles in /root. | Richard W.M. Jones | 2012-04-03 | 1 | -1/+7 |
* | sysprep: Include logfile glob list in the man page. | Richard W.M. Jones | 2012-04-03 | 1 | -18/+24 |
* | sysprep: Add a test of the --script option. | Richard W.M. Jones | 2012-04-01 | 5 | -1/+116 |
* | sysprep: Simplify and tidy up the test. | Richard W.M. Jones | 2012-04-01 | 1 | -8/+7 |
* | sysprep: script: Documentation fix. | Richard W.M. Jones | 2012-04-01 | 1 | -1/+1 |
* | sysprep: script: Miscellaneous fixes and cleanups to shell script. | Richard W.M. Jones | 2012-04-01 | 1 | -3/+11 |
* | sysprep: script: Wait for child process to exit. | Richard W.M. Jones | 2012-04-01 | 1 | -3/+17 |
* | sysprep: script: Remove useless check that script is executable. | Richard W.M. Jones | 2012-04-01 | 1 | -9/+5 |
* | sysprep: Add some debug code when performing operations. | Richard W.M. Jones | 2012-04-01 | 1 | -1/+6 |
* | sysprep: Add more files to CLEANFILES. | Richard W.M. Jones | 2012-04-01 | 1 | -1/+4 |
* | sysprep: When generating man pages, use 'run' script. | Richard W.M. Jones | 2012-04-01 | 1 | -2/+2 |
* | Ensure that SOURCES are always in EXTRA_DIST, even if OCaml not available. | Richard W.M. Jones | 2012-03-31 | 1 | -5/+3 |
* | sysprep: Implement 'script' operation for running general scripts against the... | Richard W.M. Jones | 2012-03-31 | 2 | -0/+142 |
* | Rewrite virt-sysprep. | Richard W.M. Jones | 2012-03-31 | 21 | -0/+1848 |