X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=README.developers;h=9a00b33154888afea75a7b93d2020a5ca0d72fc6;hb=58d00e9c5eb4727f4700422e1ca8dc6f44161164;hp=09845698c3390d11be88afad42c9412810fff128;hpb=67e1929a8ac986227a0e7e6724e10827adf6040c;p=virt-p2v.git diff --git a/README.developers b/README.developers index 0984569..9a00b33 100644 --- a/README.developers +++ b/README.developers @@ -1,3 +1,18 @@ +Support +---------------------------------------------------------------------- + +Please send all queries, patches, bug reports etc. to the +et-mgmt-tools mailing list: + + http://www.redhat.com/mailman/listinfo/et-mgmt-tools + +Source repository +---------------------------------------------------------------------- + +If you have Mercurial installed, then: + + hg clone http://hg.et.redhat.com/virt/applications/virt-p2v--devel + Background reading ---------------------------------------------------------------------- @@ -29,6 +44,21 @@ iso-attach Attach newer virt-p2v scripts to pre-built ISOs (used by 'make update'). +extras/ + + Anything under here is copied onto the ISO squashfs. In particular + this contains paravirt drivers for Red Hat Enterprise Linux, + CentOS and friends. + +Tips for OCaml +---------------------------------------------------------------------- + +All the packages you need are in Fedora and Debian. + +If using emacs, make sure you install tuareg-mode (the editing mode +for OCaml). Unfortunately there is no Fedora package for it at the +moment, but it is very easy to install. + General implementation plan ----------------------------------------------------------------------