Paquetes inactivos de SOP

Este documento describe los procedimientos para procesar a los mantenedores de paquetes inactivos. FESCo approved a directiva para retirar empaquetadores inactivos. En consonancia con la directiva de Provenpackager, esta directiva tiene como objetivo reducir el riesgo de que las cuentas de los empaquetadores inactivos se vean comprometidas.

Temporizador/disparador

Este proceso ocurre una vez por lanzamiento. El listado inicial de paquetes inactivos se crea una semana antes del congelado Beta. Retirada de paquetes inactivos sucede una semana tras la liberación final.

Esperamos hasta después del lanzamiento final para evitar que queden paquetes huérfanos cerca o durante un congelamiento, lo que podría ser muy desagradable.

Procedimientos

Both parts of the process require the find-inactive-packagers script. By default, it will open issues in the find-inactive-packagers repo.

Build list of inactive packagers

  1. Generate a kerberos ticket with fkinit -u <YOUR FEDORA ACCOUNT ID>

  2. Set your Pagure API key with export PAGURE_API_KEY=<YOUR_API_KEY>

  3. Run python3 find_inactive_packagers.py --privacy step-one --open-tickets . This opens Pagure tickets for each packager. It also produces a inactive_packagers.csv file listing the inactive packagers it found.

  4. Send a list of inactive packagers to devel-announce. See the template below.

  5. (optional) Run python3 find-inactive-pacakgers.py check-impact. This will generate a list of pacakges that will be orphaned. This uses open tickets. It does not perform an additional check. You can re-run it several times between steps 1 and 2 in order to keep an updated list.

In accordance with FESCo's Inactive Packager Policy[1], packagers that have been identified as inactive have a ticket in the find-inactive-packagers repo[2]. One week after the final release, packagers who remain inactive will be removed from the packager group. (Note that pagure.io is one of the systems checked for activity, so commenting on your ticket that you're still around will prevent you from showing up in the second round.)

If you have suggestions for improvement, look for the open feature issues[3] and file an issue in the find-inactive-packagers repo[4] if it's not there already.

For the curious, here are the stats from today's run:

<INSERT STATS FROM SCRIPT>

[1] https://docs.fedoraproject.org/en-US/fesco/Policy_for_inactive_packagers/
[2] https://pagure.io/find-inactive-packagers/issues?tags=inactive_packager&status=Open
[3] https://pagure.io/find-inactive-packagers/issues?tags=feature
[4] https://pagure.io/find-inactive-packagers/new_issue

Managing responses

If the packager replies that they would like to keep packager status, close the ticket Keep pacakger status.

If the packager replies that they are okay with dropping their packager status, add the asked_removal tag, but do not close the ticket.

Request removal of inactive packagers

  1. Run python3 find-inactive-packagers.py step-two --close-tickets. This generates a still_inactive.csv file and closes active tickets appropriately.

  2. Open a Fedora Infrastructure ticket to remove inactive packagers.