From: Richard Jones Date: Wed, 8 Jul 2009 16:20:52 +0000 (+0100) Subject: Update with links to the new mailing list. X-Git-Tag: 1.0.57~18 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=92d47d7f85b68635e08d371568268cff4f76860e Update with links to the new mailing list. --- diff --git a/HACKING b/HACKING index b42a807..5be2504 100644 --- a/HACKING +++ b/HACKING @@ -97,8 +97,8 @@ they will show up if you use 'guestfish -v'. Patches ---------------------------------------------------------------------- -Submit patches to the fedora-virt mailing list: -http://www.redhat.com/mailman/listinfo/fedora-virt +Submit patches to the mailing list: +http://www.redhat.com/mailman/listinfo/libguestfs and CC to rjones@redhat.com I18N diff --git a/README b/README index e376cc7..23e270b 100644 --- a/README +++ b/README @@ -19,10 +19,11 @@ Libguestfs is a library that can be linked with C and C++ management programs (or management programs written in OCaml, Perl, Python, Ruby, Java or Haskell). You can also use it from shell scripts or the command line. -Libguestfs was written by Richard W.M. Jones (rjones@redhat.com). -For discussion please use the fedora-virt mailing list: +Libguestfs was written by Richard W.M. Jones (rjones@redhat.com) and +hacked on by lots of other people. For discussion, development, +patches, etc. please use the mailing list: - https://www.redhat.com/mailman/listinfo/fedora-virt + http://www.redhat.com/mailman/listinfo/libguestfs Home page @@ -123,13 +124,17 @@ or build from our source RPMs. Debian ---------------------------------------------------------------------- -libguestfs should build and run on Debian. +libguestfs is now built as a package in Debian by Guido Gunther and +the other Debian libvirt maintainers. See: -febootstrap, yum, rpm, fakeroot, fakechroot are all packaged in -Debian. +http://wiki.debian.org/Teams/DebianLibvirtTeam#Packages -Please see the fedora-virt mailing list for the status of libguestfs -in Debian. +You can build for Debian in two different ways, either building a +Fedora-based appliance using febootstrap, yum, rpm, fakeroot, +fakechroot (all packaged in Debian). However the recommended way is +to build a Debian-based appliance using debootstrap and debirf. + +Both ways are supported by the configure script. qemu diff --git a/configure.ac b/configure.ac index 1271e7c..e241602 100644 --- a/configure.ac +++ b/configure.ac @@ -590,8 +590,8 @@ echo echo "If any optional component is configured 'no' when you expected 'yes'" echo "then you should check the preceeding messages." echo -echo "Please report bugs back to the fedora-virt mailing list:" -echo "http://www.redhat.com/mailman/listinfo/fedora-virt" +echo "Please report bugs back to the mailing list:" +echo "http://www.redhat.com/mailman/listinfo/libguestfs" echo echo "Next you should type 'make' to build the package," echo "then 'make check' to run the tests."