feature/pathlib #2

Open
bbohard wants to merge 2 commits from feature/pathlib into develop
Owner

Cette proposition contient à la fois la conversion des os.path vers pathlib et la modification des volumes pour utilisation de podman (droits restreints) avec SELinux (étiquetage des dossiers montés avec z)
Ces deux évolutions pourraient être séparées si nécessaire.

Cette proposition contient à la fois la conversion des os.path vers pathlib et la modification des volumes pour utilisation de podman (droits restreints) avec SELinux (étiquetage des dossiers montés avec z) Ces deux évolutions pourraient être séparées si nécessaire.
bbohard added 2 commits 2023-02-01 08:41:26 +01:00
Owner

Il n'y a pas d'impact sur un usage avec Docker ?

Il n'y a pas d'impact sur un usage avec Docker ?
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b feature/pathlib develop
git pull origin feature/pathlib

Step 2:

Merge the changes and update on Gitea.
git checkout develop
git merge --no-ff feature/pathlib
git push origin develop
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Cadoles/Tamarin#2
No description provided.