Re: commits to master

2012-04-14 Thread Jaroslaw Staniek
On 14 April 2012 10:30, Boudewijn Rempt wrote: > On Saturday 14 April 2012 Apr, Cyrille Berger Skott wrote: > > > >> Personnaly, that is how I work with most non-kde projects. But I am unsure > >> about enforcing that, unless bugs.kde.org user experience has improved > >> drastically. > > > > Bugz

Re: commits to master

2012-04-14 Thread Boudewijn Rempt
On Saturday 14 April 2012 Apr, Cyrille Berger Skott wrote: > Personnaly, that is how I work with most non-kde projects. But I am unsure > about enforcing that, unless bugs.kde.org user experience has improved > drastically. Bugzilla looks nicer... In a low-contrast, stylish but harder to read w

Re: commits to master

2012-04-14 Thread Boudewijn Rempt
On Saturday 14 April 2012 Apr, C. Boemann wrote: > On Saturday 14 April 2012 08:37:25 Cyrille Berger Skott wrote: > > On Thursday 12 Apr 2012, Jaroslaw Staniek wrote: > > > Isn't that used as: FEATURE: ? > > > > I had forgotten about that. What about either: > > > > FEATURE/BUG: > > DESCRIPTION

Re: commits to master

2012-04-13 Thread C. Boemann
On Saturday 14 April 2012 08:37:25 Cyrille Berger Skott wrote: > On Thursday 12 Apr 2012, Jaroslaw Staniek wrote: > > Isn't that used as: FEATURE: ? > > I had forgotten about that. What about either: > > FEATURE/BUG: > DESCRIPTION: optional description that overide the title from bug (usefull >

Re: commits to master

2012-04-13 Thread Cyrille Berger Skott
On Thursday 12 Apr 2012, Jaroslaw Staniek wrote: > Isn't that used as: FEATURE: ? I had forgotten about that. What about either: FEATURE/BUG: DESCRIPTION: optional description that overide the title from bug (usefull when bug report have bad titles like "crash in APPNAME" Or: FEATURE/BUG: de

Re: commits to master

2012-04-12 Thread Thorsten Zachmann
On Thursday, April 12, 2012 14:50:03 Cyrille Berger wrote: > I have started to put together a draft of a commit policy: > > http://community.kde.org/Calligra/Policies/Commits > > For now, it is essentially what I said in my emails. > > For the git bisect part, maybe we could have some guideline

Re: commits to master

2012-04-12 Thread Jaroslaw Staniek
On 12 April 2012 22:25, Jaroslaw Staniek wrote: > BTW, is there somewhere documented recommended post-review script and > recipe specific for calligra development? > > I have this: Updated (don't read if you have your own solution ready): #!/bin/bash # post-review-master # git remote add calligr

Re: commits to master

2012-04-12 Thread Jaroslaw Staniek
BTW, is there somewhere documented recommended post-review script and recipe specific for calligra development? I have this: #!/bin/bash # first run: git remote add calligra git://anongit.kde.org/calligra if [ -z "$1" ] ; then echo "enter testing-done"; exit 1; fi if [ -z "$2" ] ; then echo "ent

Re: commits to master

2012-04-12 Thread Boudewijn Rempt
On Thursday 12 April 2012 Apr, Friedrich W. H. Kossebau wrote: > Am Donnerstag, 12. April 2012, 15:03:43 schrieb Jaroslaw Staniek: > > On 12 April 2012 14:50, Cyrille Berger wrote: > > > I have started to put together a draft of a commit policy: > > > > > > http://community.kde.org/Calligra/Polic

Re: commits to master

2012-04-12 Thread Friedrich W. H. Kossebau
Am Donnerstag, 12. April 2012, 15:03:43 schrieb Jaroslaw Staniek: > On 12 April 2012 14:50, Cyrille Berger wrote: > > I have started to put together a draft of a commit policy: > > > > http://community.kde.org/Calligra/Policies/Commits > > > > For now, it is essentially what I said in my emails.

Re: commits to master

2012-04-12 Thread Jaroslaw Staniek
On 12 April 2012 14:50, Cyrille Berger wrote: > I have started to put together a draft of a commit policy: > > http://community.kde.org/Calligra/Policies/Commits > > For now, it is essentially what I said in my emails. > > For the git bisect part, maybe we could have some guideline on what to > co

Re: commits to master

2012-04-12 Thread Cyrille Berger
I have started to put together a draft of a commit policy: http://community.kde.org/Calligra/Policies/Commits For now, it is essentially what I said in my emails. For the git bisect part, maybe we could have some guideline on what to commit in branch, could be useful for beginners as well. As f

Re: commits to master

2012-04-12 Thread Inge Wallin
On Thursday, April 12, 2012 08:54:22 Boudewijn Rempt wrote: > On Wednesday 11 April 2012 Apr, Cyrille Berger Skott wrote: > > Hi, > > > > For me this is how it should be: commits in master are restricted to: > > > > * single commit bug fixes > > * merge from feature branches (or single commit fea

Re: commits to master

2012-04-11 Thread Boudewijn Rempt
On Wednesday 11 April 2012 Apr, Cyrille Berger Skott wrote: > Hi, > > For me this is how it should be: commits in master are restricted to: > > * single commit bug fixes > * merge from feature branches (or single commit feature, note that I > personnaly don't encourage this practise) Same here

Re: commits to master

2012-04-11 Thread Cyrille Berger Skott
On Tuesday 10 Apr 2012, Jaroslaw Staniek wrote: > There are implications of such short release cycle however. I'd like > to focus on just one today. Work on two or more versions can happen > concurrently so it's important to have features easily moveable > between releases since we're going to chan

Re: commits to master

2012-04-11 Thread Cyrille Berger Skott
Hi, For me this is how it should be: commits in master are restricted to: * single commit bug fixes * merge from feature branches (or single commit feature, note that I personnaly don't encourage this practise) Then the amount of reviewing for commits or merge is left at the discretion of the

Re: commits to master

2012-04-10 Thread Jaroslaw Staniek
On 6 April 2012 00:44, C. Boemann wrote: > In Berlin last year we agreed that we would move to a 4 month release cycle > and in order to do that we promised ourselves we would keep master in a > releasable state only merging things when it was ready to be released. > > I don't think we have taken

Re: commits to master

2012-04-07 Thread C. Boemann
On Saturday 07 April 2012 10:54:05 Boudewijn Rempt wrote: > On Friday 06 April 2012 Apr, C. Boemann wrote: > > Hi > > > > In Berlin last year we agreed that we would move to a 4 month release > > cycle and in order to do that we promised ourselves we would keep master > > in a releasable state onl

Re: commits to master

2012-04-07 Thread Boudewijn Rempt
On Friday 06 April 2012 Apr, C. Boemann wrote: > Hi > > In Berlin last year we agreed that we would move to a 4 month release cycle > and in order to do that we promised ourselves we would keep master in a > releasable state only merging things when it was ready to be released. > > I don't thin

Re: commits to master

2012-04-06 Thread Dag
Fredag den 6. april 2012 00:44:34 C. Boemann skrev: > Hi > > In Berlin last year we agreed that we would move to a 4 month release cycle > and in order to do that we promised ourselves we would keep master in a > releasable state only merging things when it was ready to be released. > > I don't t

commits to master

2012-04-05 Thread C. Boemann
Hi In Berlin last year we agreed that we would move to a 4 month release cycle and in order to do that we promised ourselves we would keep master in a releasable state only merging things when it was ready to be released. I don't think we have taken that to heart yet. Master is currently broken