On Mon, Mar 01, 2010 at 10:51:00AM +0530, Rishikesh K Rajak wrote: > On Mon, Mar 01, 2010 at 08:07:50AM +0530, Mohamed Naufal wrote: > > On 28 February 2010 23:44, Rishikesh K Rajak > > <[email protected]> wrote: > > >>>Rishi, are we ready for commit? > > > > > > Yes committed to next branch, let me test for any regression, and then > > > will commit to maint/master branch. > > > > > > > > > > [...] > > > > Hi > > > > The new source files in my patch doesn't appear in the next branch. > > > Something really has got screwed with your patch can you please resend > your patch against next branch as attachment ?
ahhh !!! got the problem. Your patch seems to be taken as wrong diff for new source file addition, so it will never add the new source file. For new file it should be always /dev/null , but your patch reflects something else as(Here Makefile is newly created by you): =============================== diff -Naru ltpv/testcases/kernel/controllers/memcg/control/Makefile ltpd/testcases/kernel/controllers/memcg/control/Makefile --- ltpv/testcases/kernel/controllers/memcg/control/Makefile 1970-01-01 05:30:00.000000000 +0530 +++ ltpd/testcases/kernel/controllers/memcg/control/Makefile 2010-02-27 17:51:10.359555806 +0530 @@ -0,0 +1,33 @@ ================================ Please create your patch against next tree or attach the source file here as text, i will create a patch. Thanks Rishi > > Thanks > Rishi > > > > Naufal > > -- > Thanks & Regards > Rishi > LTP Maintainer > IBM, LTC, Bangalore > Please join IRC #ltp @ irc.freenode.net > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list -- Thanks & Regards Rishi LTP Maintainer IBM, LTC, Bangalore Please join IRC #ltp @ irc.freenode.net ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
