Project

General

Profile

Paste
Download (1.51 KB) Statistics
| Branch: | Revision:

root / bin / d7-delete-site.sh @ 73a967a6

# Date Author Comment
73a967a6 11/28/2014 09:59 PM Julien Enselme

Correct the script for nginx.

  • variable incorrectly declared in scripts-config.sh.
  • d7-generate-nginx-map.sh: script-config.sh was not imported.
  • Must reload nginx after updating the map (commented while sudo isn't installed).
  • Extra parenthesis in d7-create-site.sh when creating dummy sql files.
5fbc698e 10/14/2014 10:27 PM Julien Enselme

Correctly generate map from sites.php.

8714eea1 10/14/2014 10:17 PM Julien Enselme

Merge branch 'nginx' of ssh://git.centrale-marseille.fr/clubdrupal into nginx

Conflicts:
bin/d7-create-site.sh
bin/scripts-config.sh

bf546089 10/14/2014 10:14 PM Julien Enselme

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.

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

Update scritp so they respect the new convention.

  • Variables are quoted.
  • $(…) are quoted.
0f75e6b1 10/05/2014 02:01 PM Julien Enselme

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.

683f57f9 04/04/2014 06:58 PM Julien Enselme

Uniformisation: from cmd to $(cmd).

06e9d071 03/21/2014 03:42 PM Assos Assos

Maintenant en local dans le jail webassos #374

3eef768d 03/13/2014 05:15 PM Julien Enselme

Update chmod: all scripts are executable.

64ad485a 03/03/2014 04:10 PM Julien Enselme

More verbrose when waiting for git.

187f8d33 02/14/2014 11:12 PM Julien Enselme

Add verbosity for git in d7-delete-site.sh

d09c725b 01/25/2014 03:44 PM Julien Enselme

ask_db_password is not needed any more.

6a0d836b 01/24/2014 07:33 PM Julien Enselme

Wrong variable name in d7-delete-site.sh

e0225b3a 01/16/2014 12:22 PM Julien Enselme

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

6d91f38e 01/07/2014 11:57 PM 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 12/14/2013 12:02 AM Julien Enselme

Script support git as described #343 to implement #191

364f9fdd 12/01/2013 04:17 PM Julien Enselme

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.

d9dbe09c 11/15/2013 07:20 PM Julien Enselme

d7-delete-site.sh: devient verbeux

8ca5d720 11/15/2013 07:20 PM Julien Enselme

d7-delete-site.sh: simplification de la suppression de la ligne du sites.php

0e4152d9 11/10/2013 07:12 PM Julien Enselme

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

57ccee81 10/28/2013 01:50 PM Julien Enselme

d7-delete-site.sh: le fichier sites.php n'était pas lu correctement.

ad6711c7 10/22/2013 12:10 AM Julien Enselme

Prise en compte sites.php: correction des scripts
cronone: pas compris pourquoi il a changé

593e9a63 10/20/2013 07:57 PM Julien Enselme

Prise en compte de sites.php

d52a5b2f 08/19/2013 07:52 PM 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.