summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* debian: Quilt is not used for patch management.Richard W.M. Jones2010-12-092-2/+1
|
* cat: Remove some unused local variables in virt-cat.c and virt-ls.c.Richard W.M. Jones2010-12-092-4/+0
|
* Add debian/ directory (temporarily).Richard W.M. Jones2010-12-0926-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. Jones2010-12-091-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. Jones2010-12-092-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. Jones2010-12-091-0/+6
|
* build: Remove check for root.Richard W.M. Jones2010-12-092-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. Jones2010-12-091-2/+0
|
* fish: Remove some unused local variables.Richard W.M. Jones2010-12-091-2/+2
|
* build: Remove AM_GNU_GETTEXT_VERSION macro.Richard W.M. Jones2010-12-091-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. Jones2010-12-081-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. Jones2010-12-081-0/+3
|
* docs: Link to guestfs-examples(3) after simple example.Richard W.M. Jones2010-12-071-1/+2
|
* docs: Note that guestfs_sync is no longer necessary.Richard W.M. Jones2010-12-071-6/+4
|
* Version 1.7.20.1.7.20Richard W.M. Jones2010-12-0716-96/+99
|
* build: relink-static.sh script removed from EXTRA_DIST.Richard W.M. Jones2010-12-071-1/+0
| | | | This updates commit 9bc15f5d98a3a17d465a94f42dc3ffb60c077293.
* ubuntu: deactivate LVs and VGs before removing them.Richard W.M. Jones2010-12-071-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. Jones2010-12-071-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. Jones2010-12-071-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. Jones2010-12-071-1/+3
| | | | This avoids breakage on Ubuntu.
* autobuild: Skip some tests on Ubuntu.Richard W.M. Jones2010-12-071-3/+25
|
* ubuntu: Allow test-luks.sh to be bypassed to workaround Ubuntu bug.Richard W.M. Jones2010-12-071-0/+5
| | | | This is necessary because of too old cryptsetup on Ubuntu.
* umount-all: Add udev_settle after unmounting disks.Richard W.M. Jones2010-12-071-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. Jones2010-12-071-11/+12
| | | | See discussion in RHBZ#660687.
* fuse: Fix emulation of open call.Richard W.M. Jones2010-12-071-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. Jones2010-12-071-1/+1
| | | | | If hash_delete returns NULL and --verbose option was given then this would cause a segfault.
* Add autobuild script.Richard W.M. Jones2010-12-071-0/+72
|
* gitignore: Ignore all local* files in the main directory.Richard W.M. Jones2010-12-071-2/+1
|
* appliance: Don't quote the --exclude parameters.Richard W.M. Jones2010-12-061-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. Jones2010-12-062-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. Jones2010-12-0610-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. Jones2010-12-062-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. Jones2010-12-061-1/+2
|
* build: Add diff to package list for Debian and Ubuntu.Richard W.M. Jones2010-12-061-0/+1
|
* build: Add cpio package to package list (for Debian and Ubuntu).Richard W.M. Jones2010-12-061-0/+1
|
* build: Look for other db_dump variations (for Ubuntu).Richard W.M. Jones2010-12-061-2/+4
|
* ubuntu: Disable xfsprogs from Ubuntu package list.Richard W.M. Jones2010-12-061-0/+5
|
* ubuntu: Make Ubuntu into a separate distro for the package list.Richard W.M. Jones2010-12-062-4/+15
| | | | This allows us to select Ubuntu packages separately from Debian ones.
* build: Don't emit warnings about stack protector failures.Richard W.M. Jones2010-12-062-0/+4
| | | | These are seen on gcc 4.5.1 used in Ubuntu.
* debian: Enable more packages in packagelist.in.Richard W.M. Jones2010-12-061-6/+1
| | | | | | These were previously disabled because of problems with debirf. Now we are not using debirf, we can use them again.
* Version 1.7.19.1.7.19Richard W.M. Jones2010-12-0517-9536/+9773
|
* Debian: Extra packages needed to run C API tests.Richard W.M. Jones2010-12-051-0/+5
|
* appliance: Change to using febootstrap 3.x supermin appliance.Richard W.M. Jones2010-12-0518-672/+99
| | | | | | | | | This removes all support for building the ordinary / old style appliance using febootstrap 2.x, debootstrap, debirf, fakeroot and fakechroot. Instead this uses febootstrap 3.x to build the supermin appliance in a simpler cross-distro manner.
* appliance: Put /init in a separate supermin appliance component.Richard W.M. Jones2010-12-041-0/+9
|
* appliance: Don't look for kmod.whitelist.Richard W.M. Jones2010-12-041-1/+1
| | | | This file is not used for building the supermin appliance.
* New API: mkfs_opts, mkfs with optional arguments.Richard W.M. Jones2010-12-027-64/+91
| | | | | | This is an extensible version of 'mkfs' which supports optional arguments. There is now no need for 'mkfs_b' since you should use 'mkfs_opts' with the optional 'blocksize' argument instead.
* generator: Code to handle optional arguments in daemon functions.Richard W.M. Jones2010-12-027-170/+244
| | | | | | | | Previously we only supported optional arguments for library functions (commit 14490c3e1aac61c6ac90f28828896683f64f0dc9). This extends that work so that optional arguments can also be passed through to the daemon.
* fish: Fix generation of code to handle Int/Int64 optional arguments.Richard W.M. Jones2010-12-021-2/+4
|
* Fix argv struct mixup over Int/Int64.Richard W.M. Jones2010-12-021-2/+2
|
* todo: Refresh documentation.Richard W.M. Jones2010-12-021-11/+6
|