sylvain.desbureaux at orange-ftgroup.com
2009-Aug-18 09:05 UTC
[Ovirt-devel] How to propose patch?
Hi all, I'm a totally noob on that point but on my test machine, I've made some changes: * Changes to make the ovirt node able to load igb * Changes to make the possibility to destroy an host (if it's disabled) * Changes to make work again (at least on the GUI part) the migration I think I'll should send "somewhere" those patches but : * How do I make the patches (with git I suppose?) * Where do I send them? Thanks in advance! <<Picture (Device Independent Bitmap)>> Sylvain Desbureaux Recherche et D?veloppement, Service aux entreprises Ing?nieur concepteur d?veloppeur de services r?seaux pour les entreprises t?l. 02 96 05 13 80 sylvain.desbureaux at orange-ftgroup.com <<Picture (Device Independent Bitmap)>> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20090818/0543e114/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: ole0.bmp Type: image/bmp Size: 2406 bytes Desc: Picture (Device Independent Bitmap) URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20090818/0543e114/attachment.bmp> -------------- next part -------------- A non-text attachment was scrubbed... Name: ole1.bmp Type: image/bmp Size: 974 bytes Desc: Picture (Device Independent Bitmap) URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20090818/0543e114/attachment-0001.bmp>
On Tue, Aug 18, 2009 at 11:05 AM, <sylvain.desbureaux at orange-ftgroup.com>wrote:> ? How do I make the patches (with git I suppose?) > >yes, make changes in your local git checkout , commit them locally on your local branch (branched from current next: git checkout next; git pull; git checkout -o mybranch) and generate patches with git format-patch. When committing, make sure to use -s, to include signed-off-by line in the commit message. Make sure that you have configured git with your name and correct email, see http://www.kernel.org/pub/software/scm/git/docs/gittutorial.html> ? Where do I send them? >here, to ovirt-devel - best to use git send-email Thanks, Alan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20090818/76c95447/attachment.htm>