Page 4 of 4

Re: Project meetings

PostPosted: 15 Jan 2014, 16:19
by ReZ
Alright, meeting on Friday 17th at 21:00 it is. Bertram, you'll be there, right?
Let us know if you can or cannot join (that goes for everyone).

Toodles <3<3<3

ReZ

Re: Project meetings

PostPosted: 16 Jan 2014, 10:25
by Bertram
Hi there,

Yep, I will :)

Did the meeting happen on Wednesday finally?

@Paul
Also I've seen you've done a lot of branch merges lately. Does it correspond to the remote branches tidy process?
Could you recheck the line endings eventually as I've seen entire files being rewritten during those merges.
Thanks a lot. :)

Re: Project meetings

PostPosted: 16 Jan 2014, 13:23
by paul424
Now those are technical merges when comes when one does git merge to his local repo , when doing git pull , basiclly. Those my traces of doing git pull. I haven't being doing that, because usually I am the only contributor to this repo :(.
What needs to be merged is merged already. In git you can remove only branch tags , the commits would stay there , and after removing those branches the code there would become unreachable. Why should I do that ?

Re: Project meetings

PostPosted: 16 Jan 2014, 13:54
by Bertram
Now those are technical merges when comes when one does git merge to his local repo , when doing git pull , basiclly. Those my traces of doing git pull. I haven't being doing that, because usually I am the only contributor to this repo :(.

Yes, that's why I would encourage you to do a: 'git pull --rebase' next times in such cases to avoid seeing those merge commits in the log.
My question is not about the look of those merge commits but whether you could check to resulting repository files line endings and correct them if they're wrong. Could you do that for me? :)

What needs to be merged is merged already. In git you can remove only branch tags , the commits would stay there , and after removing those branches the code there would become unreachable. Why should I do that ?

I didn't understand that one very well, but may I assume you mean the branches other than 'development' are plain obsolete?
In that case, let's get rid of them. Who cares about the code there being unreachable if it's useless?

Re: Project meetings

PostPosted: 17 Jan 2014, 21:20
by ReZ
chop chop, gents.

Design Meetings

PostPosted: 20 Jan 2014, 19:51
by ReZ
It's time we started doing some design meetings to get some things sorted, so I'm curious, what's a good time for everyone this week?

Re: Design Meetings

PostPosted: 20 Jan 2014, 23:02
by Danimal
this and next week, at times between 15:30 and 17:00, after those weeks im in full test mode and cant be bothered by anything

Re: Design Meetings

PostPosted: 21 Jan 2014, 17:53
by Elvano
This week I'm only available thursday.
Next week every day except for tuesday afternoon and the weekend (FOSDEM)

Re: Design Meetings

PostPosted: 22 Jan 2014, 13:28
by ReZ
so, thursday at 15:30 then? (that is tomorrow, 23rd of January).

Re: Design Meetings

PostPosted: 22 Jan 2014, 13:40
by Danimal
fine by me

Re: Design Meetings

PostPosted: 18 Mar 2014, 00:54
by nido
Is there anything (decisions, ideas, minutes) that came out of these meetings? Publishing said results may be beneficial for new members and others who were absent at said meetings

Re: Design Meetings

PostPosted: 18 Mar 2014, 09:00
by Elvano
The outcome of the last meeting these can be found here, viewtopic.php?f=37&t=5250

The other findings are woven into this very topic