From: Michal Simek <michal.simek@petalogix.com>
To: ltp-list@lists.sourceforge.net, yanegomi@gmail.com,
risrajak@in.ibm.com, "Serge E. Hallyn" <serue@us.ibm.com>,
Kumar Gala <galak@kernel.crashing.org>,
Balbir Singh <balbir@linux.vnet.ibm.com>,
Cai Qian <qcai@redhat.com>, Masatake YAMATO <yamato@redhat.com>,
jburke@redhat.com, sachinp@linux.vnet.ibm.com,
paul.larson@canonical.com, Mike Frysinger <vapier@gentoo.org>,
Khem Raj <kraj@mvista.com>,
carmelo.amoroso@st.com, Nadia Derbey <Nadia.Derbey@bull.net>,
doug.chapman@hp.com, ambar.seksena@calsoftinc.com,
aneesh.kumar@linux.vnet.ibm.com, kamaleshb@in.ibm.com
Subject: Re: [LTP] A note from Maintainer
Date: Fri, 05 Mar 2010 11:15:22 +0100 [thread overview]
Message-ID: <4B90D9BA.2030803@petalogix.com> (raw)
In-Reply-To: <20100227075348.GA3077@linux.vnet.ibm.com>
Rishikesh K Rajak wrote:
> Welcome to ltp community.
>
> We are in process of changing our sf.net host repository to
> GIT from CVS.[ Any input/discussion on this is highly appreciable ]. If
> possible this month end release may get delayed based on responses from
> list or next month end (i.e: March ) release will be based on git tree.
>
> I usually try to read all patches posted to ltp mailing list, and follow
> almost all discussions on list, unless the topic is about an obscure
> corner that i do not personally use. But i am obviously not perfect.If
> you sent a patch that you did not hear from anybody for three days,
> that is a very good indication that it was dropped on the floor --- please
> do not hesitate to remind me.
>
> The list archive is available at:
>
> http://marc.info/?l=ltp-list&r=1&w=2
>
>
> Please use this public site to point out messages in mailing list if you
> want to remind someone or again start same thread without altering
> subject line.
>
> Now coming to git transformation this month, you can find gitweb
> interface at :
>
> http://ltp.git.sourceforge.net/git/gitweb.cgi?p=ltp/ltp-dev.git;a=summary
>
> There are four branches in ltp-dev.git repository that track the source tree
> of ltp: "master", "maint", "next", "pu". I may add more maintanance
> branch if we have huge backward of incompatible feature updates in the
> future to keep an older release alive.
>
> The master branch is meant to contain what are very well tested and
> ready to be used in production environment. There could occassionaly be
> minor breakage but they are not expected to be anything major, and more
> importantly those will be quickly and trivially fixable.
>
> So if some hotfixes has gone with this branch, you can find one more
> digit has been added to version release (e.g: YYYYMMDD.1 ), So it means
> it is more stable than YYYYMMDD release. I may be changing this format
> if i can see a better format or if you have some suggestion then it is
> most welcome.
>
> The "maint" branch is called one step before master branch, which will
> contain all features or patches that are going to following month end
> release.
> (e.g: If this month end ltp-full-YYYYMMDD is going be to released
> then all the stable patches you can find in this branch through out the
> month, and one important point for this branch is all the patches which
> has gone to this branch will be well tested and make sure that there is
> no regression or breakage and Acked/Reviewed by Someone from mailing
> list.)
>
> "next" branch will contain all the patches which has been sent on
> ltp-mailing list after getting "Acked-By" and/or "Reviewed-By" anyone
> from list. This branch is quite unstable but user can find their
> immediate patches over here to see the stability.You can find most
> unstable about this branch w.r.t feature wise or may be sometime build wise.
>
>
> NOTE:
> =====
> So i always encourage testcase developer/ltp-list member to send me the
> patches against this branch. And it will be closely reviewed and
> acknowledged by any member from ltp-list community members. Once it gets
> Acked/Reveiwed-By then it will promoted to maint branch for maintainer
> testing and checking for stability, otherwise it will go to "pu" branch
> for further discussion and decision. These pending patch can be worked
> on following month and once it is mature enough to meet the stability
> then it can be directly jump to maint branch, here i may ask the
> submitter to submit the patch once again against maint branch.
>
> "pu" branch is basically "proposed update" branch which will contain all
> the remainder of above branches. By the above definition of how "next"
> works, you can tell that this branch will contain quite experimental and
> obviosuly broken stuff.
>
> I would like to thanks everybody who helped me to release ltp-dev git into
> current shape. Especially i would like to thank following:
> - git.git from where actually i picked up this branch
> identification.
> - Garret, who has worked with me step by step to release this git
> tree implementation to ltp-list@.
> - All my team member from IBM who basically gave encourageable
> input and specially Aneesh, Subrata, Iranna & kamalesh.
> - And finally to Linux kernel, who motivated me to maintain such a
> testsuits with git.
>
> This Maintainer Note will be available under doc/MaintNotes of
> month end release.
>
>
> Usage:
>
> #git clone git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev.git ltp-dev
> (Make sure you have the latest autoconf/automake before running make
> autotools )
> #make autotools
> #./configure
> #make
> #make install
> #cd /opt/ltp
> #./runltp
>
> Please do not hesitate to reply this mail if you have any query in your
> mind, it may help me to generate a good FAQ :) .
>
> Happy Testing!!!
Nice. I briefly looked at git via gitweb and will be good to add some
more tags. I prefer to add different tag than you used. For example for
this comming will be good to use tag "LTP-20100228"
http://ltp.git.sourceforge.net/git/gitweb.cgi?p=ltp/ltp-dev.git;a=commitdiff;h=c288167e111d34d5146dbbe5ebb19c84153ee67b
And also will be good to call that commit in better way - not "Fixed the
typo in changelog".
There are several funny commits too ( for example:
2279bf46ad12b3e75c512e9f146bc60a49220444,
dfac29ccbb03db3e4ee3fa5674cbbbf0104b08aa and others).
I hope that there will be the correct description in commit message. For
example this commit message should be better.
http://ltp.git.sourceforge.net/git/gitweb.cgi?p=ltp/ltp-dev.git;a=commitdiff;h=c0e37ca6731cada152573522d48d08513029e44a
Anyway. I like that ltp was moved to git.
Thanks for that,
Michal
--
Michal Simek, Ing. (M.Eng)
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com p: +61-7-30090663,+42-0-721842854 f: +61-7-30090663
------------------------------------------------------------------------------
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
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2010-03-05 10:48 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-27 7:53 [LTP] A note from Maintainer Rishikesh K Rajak
2010-02-27 8:43 ` Garrett Cooper
2010-03-01 7:28 ` Rishikesh K Rajak
2010-03-05 10:15 ` Michal Simek [this message]
2010-03-05 12:58 ` Rishikesh K Rajak
2010-03-05 21:35 ` Mike Frysinger
2010-03-06 10:25 ` Michal Simek
2010-03-06 21:33 ` Mike Frysinger
2010-03-07 13:54 ` Michal Simek
2010-03-07 18:09 ` Michal Simek
2010-03-07 18:12 ` Mike Frysinger
2010-03-08 5:58 ` Garrett Cooper
2010-03-07 1:16 ` Garrett Cooper
2010-03-07 1:57 ` Mike Frysinger
2010-03-07 1:25 ` Garrett Cooper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B90D9BA.2030803@petalogix.com \
--to=michal.simek@petalogix.com \
--cc=Nadia.Derbey@bull.net \
--cc=ambar.seksena@calsoftinc.com \
--cc=aneesh.kumar@linux.vnet.ibm.com \
--cc=balbir@linux.vnet.ibm.com \
--cc=carmelo.amoroso@st.com \
--cc=doug.chapman@hp.com \
--cc=galak@kernel.crashing.org \
--cc=jburke@redhat.com \
--cc=kamaleshb@in.ibm.com \
--cc=kraj@mvista.com \
--cc=ltp-list@lists.sourceforge.net \
--cc=paul.larson@canonical.com \
--cc=qcai@redhat.com \
--cc=risrajak@in.ibm.com \
--cc=sachinp@linux.vnet.ibm.com \
--cc=serue@us.ibm.com \
--cc=vapier@gentoo.org \
--cc=yamato@redhat.com \
--cc=yanegomi@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox