On 25/02/11 08:12 -0500, Eric Woods wrote:
Hey guys,

I submitted the rest of the patch for the IBM SBC tests.  Just want to make 
sure you have everything you need.  Please let me know if it requires any 
cleanup work.


Hi,

Sorry that I missed the second part of your patch. I pushed it now to
master.

Btw. could you please use 'git format-patch' for sending patches instead of
'patch' ? Then I can use 'git am' which is easier ;-) and also preserve
your changelog message.

Steps how to use it:

git clone https://github.com/apache/deltacloud
cd deltacloud
git checkout -B ibm_sbc_tests
<do work here>
git rebase -i master
git format-patch -o /tmp/p master
git send-email /tmp/p --subject 'SBC Tests' --compose

This will automatically send the patch to this list. You might also need to
tune .git/config a little bit:

My .git/config looks like:
...
[sendemail]
        to = [email protected]
        signedoffbycc=no
        chainreplyto=no
        smtpserver=mail.smtp.server.com
        thread=yes
        [email protected]
        suppresscc=all

Cheers,
 -- Michal


https://issues.apache.org/jira/browse/DTACLOUD-19

Thanks,
Eric W.

--
--------------------------------------------------------
Michal Fojtik, [email protected]
Deltacloud API: http://deltacloud.org
--------------------------------------------------------

Reply via email to