Actions
Anomalie #4544
ferméhook git de /etc désactivé sur la vm webchat
Début:
11/06/2020
Echéance:
% réalisé:
100%
Temps estimé:
Difficulté:
2 Facile
Description
Lors d'un apt-get update sur la vm webchat :
Setting up linux-libc-dev:amd64 (4.19.118-2+deb10u1) ... hint: The '.git/hooks/post-commit' hook was ignored because it's not set as executable. hint: You can disable this warning with `git config advice.ignoredHook false`. [master 9c9595e] committing changes in /etc made by "apt-get dist-upgrade" Author: Christian Pierre MOMON <cmomon@april.org> 1 file changed, 11 insertions(+), 13 deletions(-) Scanning processes...
Effectivement un hook git de /etc n'est pas exécutable :
(April) root@webchat:/etc/.git/hooks[GIT_DIR!]# ll total 52K -rwxr-xr-x 1 root root 478 Feb 26 2018 applypatch-msg.sample* -rwxr-xr-x 1 root root 896 Feb 26 2018 commit-msg.sample* -rw-r--r-- 1 root root 174 Feb 26 2018 post-commit -rwxr-xr-x 1 root root 189 Feb 26 2018 post-update.sample*Questions :
- est-ce grave docteur ?
- cela a-t-il été désactivé intentionnellement ?
- faut-il remettre le x sur ce hook ?
Actions
#2
Mis à jour par Quentin Gibeaux il y a plus de 4 ans
- Version cible changé de Juin 2020 à Été 2020
Actions
#3
Mis à jour par Romain H. il y a environ 4 ans
- Statut changé de Nouveau à Résolu
- % réalisé changé de 0 à 100
Dans la procédure de création des VM, il est indiqué que l'admin doit créer le fichier /etc/.git/hooks/post-commit et "Et donner au propriétaire (root) les perms d'exécution.". C'est le script qui envoie un mail pour prévenir les admin d'un nouveau commit.
J'ai bien crée le fichier mais j'ai oublié d'ajouter les perms d'exécution.
C'est corrigé maintenant.
Actions