Difference between revisions of "Meetings/2012"
From FusionForge Wiki
Beuc-inria (talk | contribs) m (Beuc-inria moved page Meeting/Oct2012 to Meetings/2012) |
|||
(12 intermediate revisions by 10 users not shown) | |||
Line 5: | Line 5: | ||
* [http://lists.fusionforge.org/pipermail/fusionforge-general/2012-August/001993.html Invitation] by obergix (he's not inviting as "paying your trip expenses" ;) | * [http://lists.fusionforge.org/pipermail/fusionforge-general/2012-August/001993.html Invitation] by obergix (he's not inviting as "paying your trip expenses" ;) | ||
* [http://www.doodle.com/p5ykbnnkt55dayqr Doodle] | * [http://www.doodle.com/p5ykbnnkt55dayqr Doodle] | ||
− | * Location: | + | * Location: at [http://www.irill.org/ IRILL] 23, avenue d'Italie,75013 Paris, France (details on [http://www.irill.org/about/access access to IRILL here]) |
== Agenda == | == Agenda == | ||
+ | |||
+ | === introduction === | ||
+ | |||
+ | # everyone says hi and who they are | ||
+ | |||
+ | # then, why not participant introductions with slides (if they want) in "speed dating mode" including presentations of their forges specificities ? [[User:Olberger|Olberger]] ([[User talk:Olberger|talk]]) - (mirabilos) nice idea, but let's introduce everyone first, so we have names/faces mapping for when questions arise during the lightning talks | ||
=== technical === | === technical === | ||
Line 21: | Line 27: | ||
==== Packaging ==== | ==== Packaging ==== | ||
− | * Separating the Debian packaging files from the main project's repository | + | * Separating the Debian, RPM, etc. packaging files from the main project's repository |
* Clean and find consistency between rpm / deb | * Clean and find consistency between rpm / deb | ||
** We have 3 possibility to install fusionforge (deb, rpm, and source archive). And each install is different. For example : | ** We have 3 possibility to install fusionforge (deb, rpm, and source archive). And each install is different. For example : | ||
Line 33: | Line 39: | ||
** Why rpm use dav svn default, and deb not. | ** Why rpm use dav svn default, and deb not. | ||
I don't check in 5.2, but it becomes difficult to navigate, configure fusionforge between os installation. | I don't check in 5.2, but it becomes difficult to navigate, configure fusionforge between os installation. | ||
+ | |||
+ | ==== Toward a common plugin infrastructure with other sourceforge derivated forge ==== | ||
+ | |||
+ | * Coclico project showed it was possible to make common plugin between codendi 4.0 and fusionforge | ||
+ | * Pros : | ||
+ | ** Shared effort in maintaining same code | ||
+ | ** Planned integration of Mediawiki in Tuleap | ||
+ | ** Common build infrastructure (LXC also used in Tuleap build bot) | ||
+ | ** Shared translations | ||
+ | ** Shared eclipse plugin | ||
+ | * Tuleap Goodies : | ||
+ | ** tracker plugin | ||
+ | ** agile dashboard plugin | ||
+ | ** cardwall plugin | ||
+ | ** Coming debian packaging | ||
+ | * FusionForge goodies : | ||
+ | ** mediawiki plugin | ||
+ | ** auth* plugins | ||
+ | ** doaprdf plugin | ||
+ | ** foafprofile plugin | ||
+ | ** oslc plugin | ||
=== political / governance === | === political / governance === | ||
− | * | + | * FusionForge Roadmap |
+ | * Sustainability of the architecture & code-base | ||
+ | * Potential for a community of interests with other FusionForge-using companies | ||
=== social === | === social === | ||
* Having a Face-to-Face meeting every once in a while doesn’t hurt. | * Having a Face-to-Face meeting every once in a while doesn’t hurt. | ||
− | |||
− | |||
== Interested Parties == | == Interested Parties == | ||
Line 53: | Line 80: | ||
* Franck Villaume (nerville), TrivialDev | * Franck Villaume (nerville), TrivialDev | ||
* Christian Bayle, Orange Labs | * Christian Bayle, Orange Labs | ||
+ | * Alain Peyrat, Alcatel-Lucent | ||
+ | * Manuel Vacelet, Enalean | ||
+ | * Julien Heyman, Atos | ||
+ | * Wenceslas Petit, dgfip | ||
+ | * Benoît Debaenst (tiben), TrivialDev | ||
+ | |||
+ | == Arrival times == | ||
+ | |||
+ | * tarent arrives at Paris Nord at 09:59 (and stays overnight) | ||
+ | |||
+ | == Socialising == | ||
+ | |||
+ | Let’s drink^Wsocialise a bit on the evening! | ||
== Other == | == Other == | ||
The [http://www.openworldforum.org/ Open World Forum] happens in Paris the next day with a [http://openworldforum2012.sched.org/event/90adf5fac8a91b527948407ee779924e potential Forges session]. | The [http://www.openworldforum.org/ Open World Forum] happens in Paris the next day with a [http://openworldforum2012.sched.org/event/90adf5fac8a91b527948407ee779924e potential Forges session]. | ||
− | |||
− |
Latest revision as of 15:51, 24 March 2014
Contents
Meeting October 2012, Paris
Meta
- Invitation by obergix (he's not inviting as "paying your trip expenses" ;)
- Doodle
- Location: at IRILL 23, avenue d'Italie,75013 Paris, France (details on access to IRILL here)
Agenda
introduction
- everyone says hi and who they are
- then, why not participant introductions with slides (if they want) in "speed dating mode" including presentations of their forges specificities ? Olberger (talk) - (mirabilos) nice idea, but let's introduce everyone first, so we have names/faces mapping for when questions arise during the lightning talks
technical
- project ROADMAP
- Plugins development process / branching : separation between core and plugins ?
- …
Development tools
- Migration to a DVCS
Packaging
- Separating the Debian, RPM, etc. packaging files from the main project's repository
- Clean and find consistency between rpm / deb
- We have 3 possibility to install fusionforge (deb, rpm, and source archive). And each install is different. For example :
- 5.1 in deb create /etc/fusionforge/fusionforge.conf but not in rpm
- 5.1 in deb create /etc/gforge/gforge.conf (deprecated no ?)
- 5.1 in deb create debian-install.ini and debian-install-secrets.in but not in rpm
- 5.1.1 in rpm don't provide fusionforge-config
- 5.1.1 in deb provide fusionforge-config and gforge-config (deprecated no?)
- pg_hba.cong is not the same
- Dont deploy deprecated files
- Why rpm use dav svn default, and deb not.
- We have 3 possibility to install fusionforge (deb, rpm, and source archive). And each install is different. For example :
I don't check in 5.2, but it becomes difficult to navigate, configure fusionforge between os installation.
Toward a common plugin infrastructure with other sourceforge derivated forge
- Coclico project showed it was possible to make common plugin between codendi 4.0 and fusionforge
- Pros :
- Shared effort in maintaining same code
- Planned integration of Mediawiki in Tuleap
- Common build infrastructure (LXC also used in Tuleap build bot)
- Shared translations
- Shared eclipse plugin
- Tuleap Goodies :
- tracker plugin
- agile dashboard plugin
- cardwall plugin
- Coming debian packaging
- FusionForge goodies :
- mediawiki plugin
- auth* plugins
- doaprdf plugin
- foafprofile plugin
- oslc plugin
political / governance
- FusionForge Roadmap
- Sustainability of the architecture & code-base
- Potential for a community of interests with other FusionForge-using companies
social
- Having a Face-to-Face meeting every once in a while doesn’t hurt.
Interested Parties
Add yourself here if you’d like to come, even if you didn’t get it confirmed by e.g. employer with travel budget, yet:
- Thorsten Glaser (mirabilos), tarent solutions GmbH, EvolvisForge
- Roland Mas (lolando), Gnurandal
- Timo Pick, tarent solutions GmbH, EvolvisForge
- Franck Villaume (nerville), TrivialDev
- Christian Bayle, Orange Labs
- Alain Peyrat, Alcatel-Lucent
- Manuel Vacelet, Enalean
- Julien Heyman, Atos
- Wenceslas Petit, dgfip
- Benoît Debaenst (tiben), TrivialDev
Arrival times
- tarent arrives at Paris Nord at 09:59 (and stays overnight)
Socialising
Let’s drink^Wsocialise a bit on the evening!
Other
The Open World Forum happens in Paris the next day with a potential Forges session.