From: Richard W.M. Jones Date: Wed, 27 Jul 2011 11:13:24 +0000 (+0100) Subject: Update HACKING document. X-Git-Tag: 0.1.7~4 X-Git-Url: http://git.annexia.org/?p=guestfs-browser.git;a=commitdiff_plain;h=d6c7f8f297744436497640e1230d98d4a96229f1 Update HACKING document. --- 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.