Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] CoAP support in Kura through Eclipse Californium

Hi Christiano,
I cleaned the repo and created the patch in the command line. but the patch was same size as it before. so I created the patch using eclipse IDE that weighted 1.1 MB. 
when I try to send it, it gave an error saying that git patch contains a line longer than 998 characters solution
I used --no-validate command and sent the e mail to the mailing list by using smtp.gmail server.
I hope its ok. 

thanks

Buddhika Dilhan
Undergraduate,
Department of Computer Science and Engineering,
University of Moratuwa.


On Wed, Jun 18, 2014 at 11:44 AM, De Alti, Cristiano <Cristiano.DeAlti@xxxxxxxxxxxx> wrote:

Hi Buddhika,

There is something wrong with your second patch (0002): it's 15MB in size.

It looks too much for a few lines patch.


Please recreate the patches starting from a clean kura repository.


Your patch should only contain hunks for the file you changed.


Patches are usually sent to mailing lists using git-send-email:

http://git-scm.com/docs/git-send-email


This is a workflow I used in the past (to the barebox ML). Study it and adapt it to your needs:


git format-patch --to barebox@xxxxxxxxxxxxxxxxxxx -1 a273740577f2ba370d6ff7e213b9c9724637f105

Send patches to the ML:

git send-email --smtp-server=smtp.live.com --smtp-server-port=587 --smtp-encryption=tls --smtp-user=<your username> --smtp-pass=<your password> 0001-cfi_flash.c-correct-calculation-of-region-erasesize-.patch

Make sure the patch is signed-off by you

Thanks,

Cristiano


Da: kura-dev-bounces@xxxxxxxxxxx <kura-dev-bounces@xxxxxxxxxxx> per conto di Buddhika Dilhan <buddhika.dilhan5@xxxxxxxxx>
Inviato: mercoledì 18 giugno 2014 04.17
A: Kura Developers mailing list
Oggetto: Re: [kura-dev] CoAP support in Kura through Eclipse Californium
 
hi, 
my message is being held as it is too big. it is waiting for moderators approval.
is there any thing I can do for it??
thanks

Buddhika Dilhan
Undergraduate,
Department of Computer Science and Engineering,
University of Moratuwa.




_______________________________________________
kura-dev mailing list
kura-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/kura-dev



Back to the top