Projet

Général

Profil

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

root / bin / scripts-utils.sh @ a629a580

# Date Auteur Commentaire
76597ebf 15/01/2015 00:09 Thomas Berger

bin/scripts-utils.sh: typo

3f774fab 13/01/2015 16:18 Thomas Berger

bin/scripts-utils.sh: errors go to stderr

8550e097 15/10/2014 15:45 Julien Enselme

Command subsitution are not quoted. Quotes posed problems in loop.

3e9236bd 14/10/2014 22:06 Julien Enselme

Update scritp so they respect the new convention.

  • Variables are quoted.
  • $(…) are quoted.
1e4af651 05/04/2014 18:57 Julien Enselme

Check_arguments must use exit and no return

683f57f9 04/04/2014 18:58 Julien Enselme

Uniformisation: from cmd to $(cmd).

4ed597de 20/03/2014 23:33 Julien Enselme

Correct tests

9987cca4 20/03/2014 21:44 Julien Enselme

Correct output of 'boolean' function

e480b7dc 20/03/2014 21:30 Julien Enselme

site_extits has an invalid return value.

40dfeef4 20/03/2014 21:19 Julien Enselme

Correct variable name error and function call error.

60103d5a 20/03/2014 19:29 Julien Enselme

Add a site_exists funcion to know whether a site exists or not.

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.