Projet

Général

Profil

Paste
Télécharger (2,32 ko) Statistiques
| Branche: | Révision:

root / bin / scripts-utils.sh @ 3eef768d

# Date Auteur Commentaire
3eef768d 13/03/2014 17:15 Julien Enselme

Update chmod: all scripts are executable.

5fc58a68 31/01/2014 19:14 Julien Enselme

Switch from /dev/urandom to /dev/random

On FreeBSD urandom is just a link to random and it never blocks. Now even
on linux it is unlikely that random will block. More at:
http://en.wikipedia.org/wiki//dev/random

e0225b3a 16/01/2014 12:22 Julien Enselme

Use myassos.cnf and myweb.cnf instead of asking for password

6d91f38e 07/01/2014 23:57 Julien Enselme

Test added for git where posing trouble

We must use to launch function in a subshell, other wise the whole
script exit with the instruction 'exit 1' or 'exit 0'.
We must use " around variable for test. Otherwise, we get a Unexpected
operator error.

1c1c5a42 14/12/2013 00:02 Julien Enselme

Script support git as described #343 to implement #191

4377ca71 13/12/2013 21:43 Julien Enselme

Fix coding style errors

65ce03da 08/09/2013 19:43 Julien Enselme

Settings.php et scripts assosciés

Correction de commentaires.

469b9d6d 08/09/2013 17:00 Julien Enselme

Mise à jour settings.php

  • Ajout des templates de settings.php et settings.local.php
  • Ajout de scripts_divers/d7-all-gen-settings-local.sh qui va automatiser le passage de settings.php à settings.php + settings.local.php
  • Ajout de bin/d7-all-update-settings.sh qui permet d'automatiser la mise...
d52a5b2f 19/08/2013 19:52 Julien Enselme

Sprint réécriture des scripts

Les scripts ont été renommés et réécrits conformément à une convention
afin de les rendre plus modulables.