Project

General

Profile

Anomalie #5194

Les scripts placer dans scheduleur n'ont pas de droits en exécution

Added by Arnaud FORNEROT over 10 years ago. Updated over 9 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Start date:
Due date:
% Done:

100%

Spent time:
Distribution:
EOLE 2.3

Description

Les scripts placer dans
/usr/share/eole/schedule/post
/usr/share/eole/schedule/pre
n'ont pas les permissions d'exécution

Associated revisions

Revision 27cc929d (diff)
Added by Philippe Caseiro over 10 years ago

  • eole.mk: passage en PROG_DIR pour schedule_pre_ et schedule_post_

    Les répertoires schedule/pre & schedule/post contiennent des scripts.

fixes #5194 @10m

History

#1 Updated by Philippe Caseiro over 10 years ago

  • Status changed from Nouveau to Résolu
  • % Done changed from 0 to 100

#2 Updated by Joël Cuissinat over 9 years ago

  • Assigned To set to Philippe Caseiro
  • Target version set to Eole 2.4-RC3

roadmap ajoutée pour qualification

#3 Updated by Joël Cuissinat over 9 years ago

  • Status changed from Résolu to Fermé

Testé OK (attention : cette modification concerne uniquement la version 2.3)

jojo-zotac:~/git/toto$ ll schedule/p*/*
-rw-rw-r-- 1 jojo jojo 0 mars   4 16:57 schedule/pre/test-pre
-rw-rw-r-- 1 jojo jojo 0 mars   4 16:57 schedule/post/test-post
jojo-zotac:~/git/toto$ make install DESTDIR=/tmp &>/dev/null
jojo-zotac:~/git/toto$ ll /tmp/usr/share/eole/schedule/*/*
-rwxr-xr-x 1 jojo jojo 0 mars   4 16:59 /tmp/usr/share/eole/schedule/pre/test-pre
-rwxr-xr-x 1 jojo jojo 0 mars   4 16:59 /tmp/usr/share/eole/schedule/post/test-post

En 2.4, les scripts doivent être dans schedule/scripts (donc j'ai testé également)
jojo-zotac:~/git/toto$ ll schedule/scripts/
total 0
-rw-rw-r-- 1 jojo jojo 0 mars   4 17:02 script24
jojo-zotac:~/git/toto$ make install DESTDIR=/tmp &>/dev/null
jojo-zotac:~/git/toto$ ll /tmp/usr/share/eole/schedule/*/*
-rwxr-xr-x 1 jojo jojo 0 mars   4 17:04 /tmp/usr/share/eole/schedule/scripts/script24

Also available in: Atom PDF