Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fish: Split ..|.. options into separate items in man page. | Richard W.M. Jones | 2010-12-12 | 1 | -16/+50 | |
| | ||||||
* | appliance: Don't set utime on cachedir until we know it is safe. | Richard W.M. Jones | 2010-12-11 | 1 | -1/+2 | |
| | | | | | This could be used to touch an arbitrary file (albeit one which must already exist), and this could have been a security problem. | |||||
* | appliance: Touch cached appliance files so they don't get tmp cleaned. | Richard W.M. Jones | 2010-12-11 | 1 | -0/+5 | |
| | ||||||
* | Remove extra \n character from end of error messages. | Richard W.M. Jones | 2010-12-11 | 1 | -3/+3 | |
| | ||||||
* | Version 1.7.22.1.7.22 | Richard W.M. Jones | 2010-12-11 | 17 | -461/+970 | |
| | ||||||
* | appliance: Be careful about cleaning up old appliances. | Richard W.M. Jones | 2010-12-11 | 1 | -165/+296 | |
| | | | | | | | | | | | This change resolves several issues with current appliance building: (1) Old appliances are cleaned up. (2) Race conditions between appliance building is handled better. (3) Several bugs fixed. | |||||
* | daemon: Use prog_exists to check for features. | Richard W.M. Jones | 2010-12-10 | 2 | -12/+5 | |
| | | | | This updates commit 0938509e0422363554023ab99381fd70a22a6e08. | |||||
* | debian: Work around warning in Debian udev init script. | Richard W.M. Jones | 2010-12-10 | 1 | -0/+5 | |
| | | | | | See also: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606622 | |||||
* | win-reg: Add Windows Tips to documentation. | Richard W.M. Jones | 2010-12-10 | 1 | -0/+90 | |
| | ||||||
* | win-reg: Move documentation after options, combine shell quote sections. | Richard W.M. Jones | 2010-12-10 | 1 | -75/+73 | |
| | ||||||
* | Version 1.7.21.1.7.21 | Richard W.M. Jones | 2010-12-10 | 18 | -1666/+1668 | |
| | ||||||
* | Remove several unused local variables. | Richard W.M. Jones | 2010-12-10 | 6 | -9/+1 | |
| | | | | (Revealed by compiling under Debian where this is a warning). | |||||
* | Added packages for Archlinux support | Thomas S Hatch | 2010-12-10 | 2 | -0/+25 | |
| | ||||||
* | debian: Dependencies for all the different names of qemu/KVM. | Richard W.M. Jones | 2010-12-09 | 1 | -2/+2 | |
| | ||||||
* | debian: Quilt is not used for patch management. | Richard W.M. Jones | 2010-12-09 | 2 | -2/+1 | |
| | ||||||
* | cat: Remove some unused local variables in virt-cat.c and virt-ls.c. | Richard W.M. Jones | 2010-12-09 | 2 | -4/+0 | |
| | ||||||
* | Add debian/ directory (temporarily). | Richard W.M. Jones | 2010-12-09 | 26 | -0/+521 | |
| | | | | | | | | | | | | | This was created initially from pkg-libvirt/libguestfs.git commit 680ff0b0e8c9133ef987e68392bd3990715f6891. This is a temporary measure to allow us to build Debian and Ubuntu packages more easily. When downstream packaging is being done on these distros we will remove this directory again. To build a Debian package, use this command: debuild -i -us -uc -b | |||||
* | debian: Exclude file-rc. | Richard W.M. Jones | 2010-12-09 | 1 | -0/+3 | |
| | | | | | This package duplicates /etc/init.d/README which is really supplied by sysv-rc package. | |||||
* | build: Use ./configure --with-python-installdir=DIR to select Python dir. | Richard W.M. Jones | 2010-12-09 | 2 | -20/+30 | |
| | | | | | | We don't always want to install in the site-packages directory. Allow the directory to be chosen using a configure option. Rename the variable PYTHON_INSTALLDIR to reflect its true purpose. | |||||
* | build: Add "checking ... result" around Python tests. | Richard W.M. Jones | 2010-12-09 | 1 | -0/+6 | |
| | ||||||
* | build: Remove check for root. | Richard W.M. Jones | 2010-12-09 | 2 | -21/+0 | |
| | | | | | | | With the new package building system, it is no longer dangerous to run 'configure', 'make' or 'make check' as root (although it is still not necessary and not advisable). In any case we don't need to check this. | |||||
* | inspector: Remove some unused local variables. | Richard W.M. Jones | 2010-12-09 | 1 | -2/+0 | |
| | ||||||
* | fish: Remove some unused local variables. | Richard W.M. Jones | 2010-12-09 | 1 | -2/+2 | |
| | ||||||
* | build: Remove AM_GNU_GETTEXT_VERSION macro. | Richard W.M. Jones | 2010-12-09 | 1 | -1/+0 | |
| | | | | | See discussion on the mailing list: https://www.redhat.com/archives/libguestfs/2010-December/thread.html#00032 | |||||
* | rescue: Add notes about networking. | Richard W.M. Jones | 2010-12-08 | 1 | -1/+37 | |
| | | | | | In particular the 'ping' command does not work because it is using QEMU user networking. | |||||
* | rescue: Add note about using virt-rescue as root/non-root. | Richard W.M. Jones | 2010-12-08 | 1 | -0/+3 | |
| | ||||||
* | docs: Link to guestfs-examples(3) after simple example. | Richard W.M. Jones | 2010-12-07 | 1 | -1/+2 | |
| | ||||||
* | docs: Note that guestfs_sync is no longer necessary. | Richard W.M. Jones | 2010-12-07 | 1 | -6/+4 | |
| | ||||||
* | Version 1.7.20.1.7.20 | Richard W.M. Jones | 2010-12-07 | 16 | -96/+99 | |
| | ||||||
* | build: relink-static.sh script removed from EXTRA_DIST. | Richard W.M. Jones | 2010-12-07 | 1 | -1/+0 | |
| | | | | This updates commit 9bc15f5d98a3a17d465a94f42dc3ffb60c077293. | |||||
* | ubuntu: deactivate LVs and VGs before removing them. | Richard W.M. Jones | 2010-12-07 | 1 | -0/+10 | |
| | | | | | | | | Even with the '-f' option, LVM on Ubuntu sometimes cannot remove active LVs and VGs. Change lvm-remove-all so it deactivates each LV and VG before removing them. | |||||
* | Revert "umount-all: Add udev_settle after unmounting disks." | Richard W.M. Jones | 2010-12-07 | 1 | -3/+0 | |
| | | | | | | | This reverts commit ad2abf89c364d5ec73fb12af63b053637d99d757. Ubuntu still has errors even with the addition of udev_settle after umount-all. Therefore this was just masking the problem. | |||||
* | debian: Fix ntfs3g available API on Debian. | Richard W.M. Jones | 2010-12-07 | 1 | -1/+5 | |
| | | | | | Really we should have a test for "is program on $PATH?" but this fix will do for now. | |||||
* | fuse: Set UID and GID when performing FUSE tests. | Richard W.M. Jones | 2010-12-07 | 1 | -1/+3 | |
| | | | | This avoids breakage on Ubuntu. | |||||
* | autobuild: Skip some tests on Ubuntu. | Richard W.M. Jones | 2010-12-07 | 1 | -3/+25 | |
| | ||||||
* | ubuntu: Allow test-luks.sh to be bypassed to workaround Ubuntu bug. | Richard W.M. Jones | 2010-12-07 | 1 | -0/+5 | |
| | | | | This is necessary because of too old cryptsetup on Ubuntu. | |||||
* | umount-all: Add udev_settle after unmounting disks. | Richard W.M. Jones | 2010-12-07 | 1 | -0/+3 | |
| | | | | | | This helps avoid an error on Ubuntu, but it's not clear if this is a real solution or just helps by adjusting the timing of some race condition. | |||||
* | fuse: Disable test which doesn't run reliably on Debian. | Richard W.M. Jones | 2010-12-07 | 1 | -11/+12 | |
| | | | | See discussion in RHBZ#660687. | |||||
* | fuse: Fix emulation of open call. | Richard W.M. Jones | 2010-12-07 | 1 | -42/+5 | |
| | | | | | We were being over-complex in this call. All the FUSE API requires this call to do is to check permissions. | |||||
* | fuse: Fix segfault in guestmount --verbose. | Richard W.M. Jones | 2010-12-07 | 1 | -1/+1 | |
| | | | | | If hash_delete returns NULL and --verbose option was given then this would cause a segfault. | |||||
* | Add autobuild script. | Richard W.M. Jones | 2010-12-07 | 1 | -0/+72 | |
| | ||||||
* | gitignore: Ignore all local* files in the main directory. | Richard W.M. Jones | 2010-12-07 | 1 | -2/+1 | |
| | ||||||
* | appliance: Don't quote the --exclude parameters. | Richard W.M. Jones | 2010-12-06 | 1 | -1/+1 | |
| | | | | | | | | The quotes appear literally on the command line: $ s="--foo 'bar'" $ echo $s --foo 'bar' | |||||
* | Add --with-febootstrap-yum-config. | Richard W.M. Jones | 2010-12-06 | 2 | -17/+14 | |
| | | | | | | | This allows the febootstrap --yum-config option to be passed through, allowing a separate yum configuration to be used. The hope is that this will enable building in Koji. | |||||
* | Remove ability to build static distribution. | Richard W.M. Jones | 2010-12-06 | 10 | -163/+2 | |
| | | | | | | We are now going to build binaries for each distribution so there is no need to build the quasi-distro-independent static binaries any more. | |||||
* | regressions: Disable test for 576879. | Richard W.M. Jones | 2010-12-06 | 2 | -6/+10 | |
| | | | | | This test has worked only intermittently for a while. Disable it. The upstream bug has been reopened. | |||||
* | build: Use grub-pc instead of old grub on Debian and Ubuntu. | Richard W.M. Jones | 2010-12-06 | 1 | -1/+2 | |
| | ||||||
* | build: Add diff to package list for Debian and Ubuntu. | Richard W.M. Jones | 2010-12-06 | 1 | -0/+1 | |
| | ||||||
* | build: Add cpio package to package list (for Debian and Ubuntu). | Richard W.M. Jones | 2010-12-06 | 1 | -0/+1 | |
| | ||||||
* | build: Look for other db_dump variations (for Ubuntu). | Richard W.M. Jones | 2010-12-06 | 1 | -2/+4 | |
| |