* RFC: Merging commits from into the main denzil branch
@ 2012-05-23 22:00 Scott Garman
2012-05-24 11:26 ` [yocto] " Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Scott Garman @ 2012-05-23 22:00 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
Cc: yocto@yoctoproject.org, poky
Hello all,
As most of you know, I've been pulling commits into a pair of
sgarman/denzil-next branches which are intended to eventually become the
next Denzil point-release, 1.2.1.
oe-core based branch:
http://git.openembedded.org/openembedded-core-contrib/log/?h=sgarman/denzil-next
poky based branch:
http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=sgarman/denzil-next
So far I haven't merged or requested to merge any of these commits into
the main denzil branches of oe-core and poky, for two main reasons:
1. I've only performed the most basic build testing of these branches on
a desktop system, building core-image-minimal and core-image-sato for
our 5 qemu machines.
2. To date, we haven't had a clear process on how to transition from the
maintainer's personal branch into the official repo branch. I'd like to
develop a clear and documented process on doing this that involves
community feedback on the commits.
Just this week I've been able to start using the Yocto autobuilder to do
more comprehensive testing of my denzil-next branch, so issue #1 is
finally resolved, and I've got a green build to raise my confidence level:
http://autobuilder.yoctoproject.org:8010/builders/nightly/builds/462
So now to address issue #2. The goal is to incorporate community
feedback, so I'm looking to get ACKs or NAKs for these commits before
they go into the main denzil branch.
My proposal is to send denzil pull requests to the appropriate mailing
lists, and Richard can merge them into the main repo denzil branches
once they've received review by the community.
My goal is to send these pull requests about once per week, once I've
managed to get a green build out of the Yocto autobuilder for my contrib
branch.
What do folks think about this? Now's your opportunity to offer feedback
and influence this process.
Thanks!
Scott
Yocto 1.2.1 release maintainer
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [yocto] RFC: Merging commits from into the main denzil branch
2012-05-23 22:00 RFC: Merging commits from into the main denzil branch Scott Garman
@ 2012-05-24 11:26 ` Koen Kooi
2012-05-24 15:46 ` Scott Garman
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2012-05-24 11:26 UTC (permalink / raw)
To: Scott Garman; +Cc: Patches and discussions about the oe-core layer
Op 24 mei 2012, om 00:00 heeft Scott Garman het volgende geschreven:
> Hello all,
>
> As most of you know, I've been pulling commits into a pair of sgarman/denzil-next branches which are intended to eventually become the next Denzil point-release, 1.2.1.
>
> oe-core based branch:
> http://git.openembedded.org/openembedded-core-contrib/log/?h=sgarman/denzil-next
Would it be possible to do that in the main repo? That saves people from needing to add and fetch yet another repo.
> poky based branch:
> http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=sgarman/denzil-next
>
> So far I haven't merged or requested to merge any of these commits into the main denzil branches of oe-core and poky, for two main reasons:
>
> 1. I've only performed the most basic build testing of these branches on a desktop system, building core-image-minimal and core-image-sato for our 5 qemu machines.
>
> 2. To date, we haven't had a clear process on how to transition from the maintainer's personal branch into the official repo branch. I'd like to develop a clear and documented process on doing this that involves community feedback on the commits.
>
> Just this week I've been able to start using the Yocto autobuilder to do more comprehensive testing of my denzil-next branch, so issue #1 is finally resolved, and I've got a green build to raise my confidence level:
>
> http://autobuilder.yoctoproject.org:8010/builders/nightly/builds/462
>
> So now to address issue #2. The goal is to incorporate community feedback, so I'm looking to get ACKs or NAKs for these commits before they go into the main denzil branch.
>
> My proposal is to send denzil pull requests to the appropriate mailing lists, and Richard can merge them into the main repo denzil branches once they've received review by the community.
>
> My goal is to send these pull requests about once per week, once I've managed to get a green build out of the Yocto autobuilder for my contrib branch.
>
> What do folks think about this? Now's your opportunity to offer feedback and influence this process.
You're missing a process for people to propose commits for the denzil branch. How about this:
If you want to propose a commit from master cherry-pick it into a local denzil branch and then send if for review to the oe-core list with the [for-denzil] subject prefix. Scott will take care of putting it in the pull requests based on the feedback the patch gets.
What would be nice to have is a (soft) requirement to add the testing data in the commit e.g. "Runtime tested on beaglebone/angstrom". Not sure how to automate it, but pull-requests should include a buidhistory diff when possible.
regards,
Koen
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [yocto] RFC: Merging commits from into the main denzil branch
2012-05-24 11:26 ` [yocto] " Koen Kooi
@ 2012-05-24 15:46 ` Scott Garman
2012-05-24 16:04 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Scott Garman @ 2012-05-24 15:46 UTC (permalink / raw)
To: Koen Kooi; +Cc: Patches and discussions about the oe-core layer
On 05/24/2012 04:26 AM, Koen Kooi wrote:
> Op 24 mei 2012, om 00:00 heeft Scott Garman het volgende geschreven:
>
>> Hello all,
>>
>> As most of you know, I've been pulling commits into a pair of
>> sgarman/denzil-next branches which are intended to eventually
>> become the next Denzil point-release, 1.2.1.
>>
>> oe-core based branch:
>> http://git.openembedded.org/openembedded-core-contrib/log/?h=sgarman/denzil-next
>
>>
> Would it be possible to do that in the main repo? That saves people
> from needing to add and fetch yet another repo.
I can't start with the main repo, because I don't have commit access to
it, and until I have done some significant testing with my commits, I
want to preserve the ability to rebase my branch.
However, now that I have some autobuilder resources to do more extensive
testing, what I'm proposing is to get my *tested* commits moved from
sgarman/denzil-next into the denzil branch after review from the
community and a merge that Richard will do.
That means the denzil branch will lag my sgarman/denzil-next branch by a
certain amount of time, which I intend to keep down to less than a week.
>> So now to address issue #2. The goal is to incorporate community
>> feedback, so I'm looking to get ACKs or NAKs for these commits
>> before they go into the main denzil branch.
>>
>> My proposal is to send denzil pull requests to the appropriate
>> mailing lists, and Richard can merge them into the main repo denzil
>> branches once they've received review by the community.
>>
>> My goal is to send these pull requests about once per week, once
>> I've managed to get a green build out of the Yocto autobuilder for
>> my contrib branch.
>>
>> What do folks think about this? Now's your opportunity to offer
>> feedback and influence this process.
>
> You're missing a process for people to propose commits for the denzil
> branch. How about this:
>
> If you want to propose a commit from master cherry-pick it into a
> local denzil branch and then send if for review to the oe-core list
> with the [for-denzil] subject prefix. Scott will take care of putting
> it in the pull requests based on the feedback the patch gets.
I can work with that. But keep in mind that if the request is not
associated with a current bug marked for 1.2.1 in the Yocto bugzilla, I
will need to see strong community support for including it (aka,
multiple ACKs). This is needed to avoid scope creep in the point-release.
> What would be nice to have is a (soft) requirement to add the testing
> data in the commit e.g. "Runtime tested on beaglebone/angstrom". Not
> sure how to automate it, but pull-requests should include a
> buidhistory diff when possible.
The more testing that's done with a pull request for 1.2.1, the more it
can be proven that the change is low risk, and the higher chances it
will have of making it to the final denzil branch, for certain.
Scott
--
Scott Garman
Embedded Linux Engineer - Yocto Project
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [yocto] RFC: Merging commits from into the main denzil branch
2012-05-24 15:46 ` Scott Garman
@ 2012-05-24 16:04 ` Koen Kooi
2012-05-24 16:54 ` Richard Purdie
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2012-05-24 16:04 UTC (permalink / raw)
To: Scott Garman; +Cc: Patches and discussions about the oe-core layer
Op 24 mei 2012, om 17:46 heeft Scott Garman het volgende geschreven:
> On 05/24/2012 04:26 AM, Koen Kooi wrote:
>> Op 24 mei 2012, om 00:00 heeft Scott Garman het volgende geschreven:
>>
>>> Hello all,
>>>
>>> As most of you know, I've been pulling commits into a pair of
>>> sgarman/denzil-next branches which are intended to eventually
>>> become the next Denzil point-release, 1.2.1.
>>>
>>> oe-core based branch:
>>> http://git.openembedded.org/openembedded-core-contrib/log/?h=sgarman/denzil-next
>>
>>>
>> Would it be possible to do that in the main repo? That saves people
>> from needing to add and fetch yet another repo.
>
> I can't start with the main repo, because I don't have commit access to
> it, and until I have done some significant testing with my commits, I
> want to preserve the ability to rebase my branch.
>
> However, now that I have some autobuilder resources to do more extensive
> testing, what I'm proposing is to get my *tested* commits moved from
> sgarman/denzil-next into the denzil branch after review from the
> community and a merge that Richard will do.
>
> That means the denzil branch will lag my sgarman/denzil-next branch by a
> certain amount of time, which I intend to keep down to less than a week.
>
>>> So now to address issue #2. The goal is to incorporate community
>>> feedback, so I'm looking to get ACKs or NAKs for these commits
>>> before they go into the main denzil branch.
>>>
>>> My proposal is to send denzil pull requests to the appropriate
>>> mailing lists, and Richard can merge them into the main repo denzil
>>> branches once they've received review by the community.
>>>
>>> My goal is to send these pull requests about once per week, once
>>> I've managed to get a green build out of the Yocto autobuilder for
>>> my contrib branch.
>>>
>>> What do folks think about this? Now's your opportunity to offer
>>> feedback and influence this process.
>>
>> You're missing a process for people to propose commits for the denzil
>> branch. How about this:
>>
>> If you want to propose a commit from master cherry-pick it into a
>> local denzil branch and then send if for review to the oe-core list
>> with the [for-denzil] subject prefix. Scott will take care of putting
>> it in the pull requests based on the feedback the patch gets.
>
> I can work with that. But keep in mind that if the request is not associated with a current bug marked for 1.2.1 in the Yocto bugzilla, I will need to see strong community support for including it (aka, multiple ACKs). This is needed to avoid scope creep in the point-release.
I think you're confusing oe-core with yocto
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [yocto] RFC: Merging commits from into the main denzil branch
2012-05-24 16:04 ` Koen Kooi
@ 2012-05-24 16:54 ` Richard Purdie
0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2012-05-24 16:54 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Scott Garman
On Thu, 2012-05-24 at 18:04 +0200, Koen Kooi wrote:
> Op 24 mei 2012, om 17:46 heeft Scott Garman het volgende geschreven:
>
> > On 05/24/2012 04:26 AM, Koen Kooi wrote:
> >> Op 24 mei 2012, om 00:00 heeft Scott Garman het volgende geschreven:
> >>
> >>> Hello all,
> >>>
> >>> As most of you know, I've been pulling commits into a pair of
> >>> sgarman/denzil-next branches which are intended to eventually
> >>> become the next Denzil point-release, 1.2.1.
> >>>
> >>> oe-core based branch:
> >>> http://git.openembedded.org/openembedded-core-contrib/log/?h=sgarman/denzil-next
> >>
> >>>
> >> Would it be possible to do that in the main repo? That saves people
> >> from needing to add and fetch yet another repo.
> >
> > I can't start with the main repo, because I don't have commit access to
> > it, and until I have done some significant testing with my commits, I
> > want to preserve the ability to rebase my branch.
> >
> > However, now that I have some autobuilder resources to do more extensive
> > testing, what I'm proposing is to get my *tested* commits moved from
> > sgarman/denzil-next into the denzil branch after review from the
> > community and a merge that Richard will do.
> >
> > That means the denzil branch will lag my sgarman/denzil-next branch by a
> > certain amount of time, which I intend to keep down to less than a week.
What we could do is give you direct access to the denzil-next branch in
the main repository which would be a happy medium between these two
states since you could still rebase it.
> >>> So now to address issue #2. The goal is to incorporate community
> >>> feedback, so I'm looking to get ACKs or NAKs for these commits
> >>> before they go into the main denzil branch.
> >>>
> >>> My proposal is to send denzil pull requests to the appropriate
> >>> mailing lists, and Richard can merge them into the main repo denzil
> >>> branches once they've received review by the community.
> >>>
> >>> My goal is to send these pull requests about once per week, once
> >>> I've managed to get a green build out of the Yocto autobuilder for
> >>> my contrib branch.
> >>>
> >>> What do folks think about this? Now's your opportunity to offer
> >>> feedback and influence this process.
> >>
> >> You're missing a process for people to propose commits for the denzil
> >> branch. How about this:
> >>
> >> If you want to propose a commit from master cherry-pick it into a
> >> local denzil branch and then send if for review to the oe-core list
> >> with the [for-denzil] subject prefix. Scott will take care of putting
> >> it in the pull requests based on the feedback the patch gets.
> >
> > I can work with that. But keep in mind that if the request is not
> associated with a current bug marked for 1.2.1 in the Yocto bugzilla,
> I will need to see strong community support for including it (aka,
> multiple ACKs). This is needed to avoid scope creep in the
> point-release.
>
> I think you're confusing oe-core with yocto
I think some process for showing support for changes is good and the
Ack's seem as good as any other.
Cheers,
Richard
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2012-05-24 17:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-23 22:00 RFC: Merging commits from into the main denzil branch Scott Garman
2012-05-24 11:26 ` [yocto] " Koen Kooi
2012-05-24 15:46 ` Scott Garman
2012-05-24 16:04 ` Koen Kooi
2012-05-24 16:54 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox