Group: Software/FSDG distributions/infrastructure

From LibrePlanet
Jump to: navigation, search
(Start adding draft)
 
(Change structure to enable similar situations to be grouped together: Parabola self host all it services so we can only write that once now)
Line 1: Line 1:
{{stub}}
 
 
 
== Introduction ==
 
== Introduction ==
 
For some people, the infrastructure of FSDG compliant distributions is something important for choosing a distribution.
 
For some people, the infrastructure of FSDG compliant distributions is something important for choosing a distribution.
Line 6: Line 4:
 
It's also useful to know about it to see how fragile the distribution is.
 
It's also useful to know about it to see how fragile the distribution is.
  
We probably need to add more services and distributions to find a good structure for this article.
+
== Distributions ==
  
== Bug trackers, forges, git, mailing lists ==
+
=== Parabola ===
  
 
{| class="wikitable"  border="1"
 
{| class="wikitable"  border="1"
! Distribution
+
! Service
 +
! Software
 +
! Hosting
 +
! Comments
 +
|-
 
! Bug tracker
 
! Bug tracker
 +
| Redmine
 +
| rowspan=3 | Self hosted in a VM, probably in some machine with a nonfree boot software not controlled by Parabola.
 +
|-
 
! git
 
! git
 +
| ?
 +
|
 +
|-
 
! Mailing lists
 
! Mailing lists
 +
| Mailman
 +
|
 +
|-
 +
|}
 +
 +
=== Replicant ===
 +
{| class="wikitable"  border="1"
 +
! Service
 +
! Software
 +
! Hosting
 
! Comments
 
! Comments
 
|-
 
|-
! Parabola
+
! Bug tracker
| Redmine, self hosted in a VM, probably in some machine with a nonfree boot software not controlled by Parabola.
+
| Redmine
| self hosted in a VM, probably in some machine with a nonfree boot software not controlled by Parabola.
+
| managed by OSUOSL
| Mailman, self hosted in a VM, probably in some machine with a nonfree boot software not controlled by Parabola.
 
 
|
 
|
 
|-
 
|-
! Replicant
+
! git
| Redmine, managed by OSUOSL
+
|  
 +
* Apache 2.0
 +
* [https://git.replicant.us/infrastructure/etc_apache2/ Public apache 2.0 configuration]
 +
* cgit
 +
* gitolite
 +
* gitolite secret configuration<ref>This allows to create secret repositories if necessary, for instance to work on announcements for blog posts for trying to hire a community manager.</ref>
 
|  
 
|  
* Self hosted in a VM in the FSF
+
* Self hosted in a VM in the FSF infrastructure
 
* Source code available in [https://git.replicant.us/vm-source.html the git.replicant.us front website] and in [https://git.replicant.us/infrastructure various git repositories].
 
* Source code available in [https://git.replicant.us/vm-source.html the git.replicant.us front website] and in [https://git.replicant.us/infrastructure various git repositories].
| Mailman, managed by OSUOSL
+
|-
 +
! Mailing lists
 +
| Mailman
 +
| managed by OSUOSL
 
|  
 
|  
 
|}
 
|}
 +
 +
== References ==
 +
<references />

Revision as of 19:38, 29 March 2023

Introduction

For some people, the infrastructure of FSDG compliant distributions is something important for choosing a distribution.

It's also useful to know about it to see how fragile the distribution is.

Distributions

Parabola

Service Software Hosting Comments
Bug tracker Redmine Self hosted in a VM, probably in some machine with a nonfree boot software not controlled by Parabola.
git ?
Mailing lists Mailman

Replicant

Service Software Hosting Comments
Bug tracker Redmine managed by OSUOSL
git
Mailing lists Mailman managed by OSUOSL

References

  1. This allows to create secret repositories if necessary, for instance to work on announcements for blog posts for trying to hire a community manager.