From d6c7f8f297744436497640e1230d98d4a96229f1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 27 Jul 2011 12:13:24 +0100 Subject: [PATCH] Update HACKING document. --- HACKING | 9 ++++++++- README | 2 ++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/HACKING b/HACKING index 7cd3f2d..865ae20 100644 --- a/HACKING +++ b/HACKING @@ -1,6 +1,12 @@ This document describes the software architecture of the guestfs-browser, useful if you want to hack on it. +Patches +------- + +Patches should be sent to the virt-tools mailing list: +http://www.redhat.com/mailman/listinfo/virt-tools-list + About OCaml ----------- @@ -8,7 +14,8 @@ First of all about OCaml: Read the tutorial and other resources available from this site: http://caml.inria.fr/ - http://ocaml-tutorial.org/ + http://mirror.ocamlcore.org/ocaml-tutorial.org/index.html + # http://ocaml-tutorial.org/ If you are using emacs, install tuareg-mode instead of using the built-in emacs mode (which sucks). vi users have a good built-in diff --git a/README b/README index c0f0c25..99144f6 100644 --- a/README +++ b/README @@ -17,3 +17,5 @@ segfaults, please make sure you are using libguestfs versions: libguestfs >= 1.12.2 (on stable-1.12 branch) libguestfs >= 1.10.6 (on stable-1.10 branch) libguestfs >= 1.8.10 (on stable-1.8 branch) + +Developers/contributors: Please read the "HACKING" file. -- 1.8.3.1