Project

General

Profile

Tâche #14573

Distribution EOLE - Scénario #14473: Traitement express (01-03)

Le fichier /home/esu/Base/grp_eole/administratifs.xml n'est pas templatisé

Added by Joël Cuissinat over 7 years ago. Updated over 7 years ago.

Status:
Fermé
Priority:
Normal
Assigned To:
Start date:
01/08/2016
Due date:
% Done:

100%

Estimated time:
1.00 h
Spent time:
Remaining (hours):
0.0

Description

La ligne "CreoleCat" associée n'a pas été ajoutée dans posttemplate/04-esu, le fichier est donc copié tel quel (/bin/cp -Rf $CONFIG $BASEESU) sans être écrasé par la suite.

C'est ainsi que du code cheetah se retrouve dans /home/esu/Base/grp_eole/administratifs.xml


Related issues

Copied from Distribution EOLE - Tâche #14221: Ajouter le groupe "administratif" dans le groupe de machine "grp_eole" Fermé 12/08/2015

Associated revisions

Revision bdabdb5a (diff)
Added by Joël Cuissinat over 7 years ago

Modèle ESU administratifs.xml transcodé d'ISO en UTF-8

Ref: #14573 @30m

Revision e3727bb1 (diff)
Added by Joël Cuissinat over 7 years ago

Templatisation du modèle ESU administratifs.xml

  • posttemplate/04-esu : factorisation et ajout du fichier dans la liste

Ref: #14573 @30m

History

#1 Updated by Scrum Master over 7 years ago

  • Status changed from Nouveau to En cours
  • Start date set to 01/08/2016

#2 Updated by Scrum Master over 7 years ago

  • Assigned To set to Joël Cuissinat
  • Remaining (hours) changed from 0.0 to 1.0

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

Une première correction me fait découvrir le problème suivant :

root - Problème d'encodage détecté dans le template de /home/esu/Base/grp_eole/administratifs.xml !!!

Ce fichier est en DOS+ISO alors que les autres sont en DOS+UTF-8...

J'ai découvert d'autres problèmes dans les modèles mais cela fait l'objet d'une demande dédiée : #TODO

#4 Updated by Joël Cuissinat over 7 years ago

  • % Done changed from 0 to 100
  • Remaining (hours) changed from 1.0 to 0.25

#5 Updated by Scrum Master over 7 years ago

  • Status changed from En cours to Résolu

#6 Updated by Emmanuel GARETTE over 7 years ago

  • Status changed from Résolu to Fermé
  • Remaining (hours) changed from 0.25 to 0.0

OK :

cd /home/esu/Base/
rm -rf grp_eole/
reconfigure
[..]
cd grp_eole/
diff -u administratifs.xml professeurs.xml 
--- administratifs.xml    2016-01-11 17:27:48.669305454 +0100
+++ professeurs.xml    2016-01-11 17:27:47.793305437 +0100
@@ -25,10 +25,10 @@
             <Variable nom="HideOptions" OS="254" type="DWORD">1</Variable>
         </Chemin>
         <Chemin nom="REG://HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders">
-            <Variable nom="Desktop" OS="254" type="STRING">R:\grp_eole\administratifs\Bureau</Variable>
-            <Variable nom="Start Menu" OS="254" type="STRING">R:\grp_eole\administratifs\Menu Démarrer</Variable>
-            <Variable nom="Startup" OS="254" type="STRING">R:\grp_eole\administratifs\Menu Démarrer\Programmes\Démarrage</Variable>
-            <Variable nom="Programs" OS="254" type="STRING">R:\grp_eole\administratifs\Menu Démarrer\Programmes</Variable>
+            <Variable nom="Desktop" OS="254" type="STRING">R:\grp_eole\professeurs\Bureau</Variable>
+            <Variable nom="Start Menu" OS="254" type="STRING">R:\grp_eole\professeurs\Menu Démarrer</Variable>
+            <Variable nom="Startup" OS="254" type="STRING">R:\grp_eole\professeurs\Menu Démarrer\Programmes\Démarrage</Variable>
+            <Variable nom="Programs" OS="254" type="STRING">R:\grp_eole\professeurs\Menu Démarrer\Programmes</Variable>
             <Variable nom="Personal" OS="254" type="STRING">U:\</Variable>
             <Variable nom="My Pictures" OS="254" type="STRING">U:\Mes Images</Variable>
             <Variable nom="Templates" OS="254" type="STRING">U:\Modèles</Variable>
grep professeurs administratifs.xml

Also available in: Atom PDF