Improve RTD projects branches activation 96/99996/2
authorguillaume.lambert <guillaume.lambert@orange.com>
Thu, 3 Mar 2022 20:02:43 +0000 (21:02 +0100)
committerguillaume.lambert <guillaume.lambert@orange.com>
Mon, 7 Mar 2022 15:50:42 +0000 (16:50 +0100)
commit6778469ebc80b241da4d076e5a56644735698456
tree13d5687a04e08810c7c9dcb56554cf99e12a3de3
parent38d64aa27922ada6eca26f66dac8b69463b2211b
Improve RTD projects branches activation

Some projects branches need to be manually activated by docs maintainers
with a script and a RTD personnal token.
This is especially true for MRI projects
Though, the current script only allows MSI projects activation.

- remove MRI projects from the old script mostly targeting MSI projects
- create a MRI projects versions list in TSV format
- copy/paste old script and adapt it quickly and dirtily
  to activate and build MRI projects branches

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ia9fa2c61c012970398d204196d5be78925374c34
.pre-commit-config.yaml
MRI_projects_to_activate.list [new file with mode: 0644]
activate-mri-projects-rtd-branch.sh [new file with mode: 0755]
activate-projects-rtd-branch.sh