summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-07-08 17:20:52 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-07-08 17:20:52 +0100
commit92d47d7f85b68635e08d371568268cff4f76860e (patch)
treed09bc436068d0807c9aa366866857b78cb5e8015
parent35c646965a21d452cf74ef3683612210a653c36d (diff)
downloadlibguestfs-92d47d7f85b68635e08d371568268cff4f76860e.tar.gz
libguestfs-92d47d7f85b68635e08d371568268cff4f76860e.tar.xz
libguestfs-92d47d7f85b68635e08d371568268cff4f76860e.zip
Update with links to the new mailing list.
-rw-r--r--HACKING4
-rw-r--r--README21
-rw-r--r--configure.ac4
3 files changed, 17 insertions, 12 deletions
diff --git a/HACKING b/HACKING
index b42a807c..5be25047 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 e376cc71..23e270bd 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 1271e7ca..e241602e 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."