mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Update with links to the new mailing list.
This commit is contained in:
4
HACKING
4
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
|
||||
|
||||
21
README
21
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
|
||||
|
||||
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user