Correct import of scripts-config-site.sh.
In bin/d7-delete-site.sh and bin/d7-reset-variables.sh the script was executed, not imported.
Various correction in scripts.
Correct import of scripts-config-site.sh
Close #531
Fix chmod -R issue.
Rights are correcly set, non script files are not made executable.
Fix: #1 (github)
Use getopts to print help and to parse script arguments.
Uncomment sudo lines in d7-create-site.sh and d7-delete-site.sh
Correct the script for nginx.
Correctly generate map from sites.php.
Merge branch 'nginx' of ssh://git.centrale-marseille.fr/clubdrupal into nginx
Conflicts: bin/d7-create-site.sh bin/scripts-config.sh
Adapt script for nginx as described in #394. The location of nginx files are still to be defined.
Variables nginx_site_names and nginx_sites_map are still empty.
Update scritp so they respect the new convention.
Uniformisation: from cmd to $(cmd).
cmd
Maintenant en local dans le jail webassos #374
Update chmod: all scripts are executable.
More verbrose when waiting for git.
Add verbosity for git in d7-delete-site.sh
ask_db_password is not needed any more.
Wrong variable name in d7-delete-site.sh
Use myassos.cnf and myweb.cnf instead of asking for password
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.
Script support git as described #343 to implement #191
Fix problems with sites.php and aliases.drushrc.php
The previous versions of these scripts rewrote both file without any lines. Now the correct lines are written to the file.
d7-delete-site.sh: devient verbeux
d7-delete-site.sh: simplification de la suppression de la ligne du sites.php
Mise en place des aliases de site
Ajout du script qui a généré les aliases Modification de scripts-config.sh pour ajouter l'emplacement du fichier des alias Modification des scripts de création et suppression de site pour la gestion des aliases
d7-delete-site.sh: le fichier sites.php n'était pas lu correctement.
Prise en compte sites.php: correction des scripts cronone: pas compris pourquoi il a changé
Prise en compte de sites.php
Sprint réécriture des scripts
Les scripts ont été renommés et réécrits conformément à une convention afin de les rendre plus modulables.