Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / bin @ 8550e097

# Date Auteur Commentaire
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.
d4221f52 08/10/2014 23:44 Julien Enselme

Check the number of arguments (and print in needed) before anythin.

f92204ef 08/10/2014 23:43 Julien Enselme

must be defined before we create the dummy sql file. Otherwise, the individual db dumps failed.

5d7bc31a 08/10/2014 13:08 Benjamin Luce

Add sleep 5 to d7-all-drush.sh end remove d7-all-drush-sleep.sh #379

5bee87a1 01/10/2014 14:57 Julien Enselme

d7-all-drush-sleep.sh only execute cron with a pause of a given time.

c5be690a 01/10/2014 14:35 Julien Enselme

Make d7-all-drush-sleep.sh executable.

f4462ddf 30/09/2014 17:41 Julien Enselme

Add d7-all-drush-sleep.sh.

Same as d7-all-drush.sh with a pause of 60s between the sites.

349952e5 28/08/2014 21:10 Julien Enselme

git-report.sh: sends no email.

The forge sends the email containing the modification. This report is unuseful.

eddb3693 22/08/2014 12:16 Julien Enselme

Use 'drush @ sql-drop' instead of 'drush @ sql-dump | grep DROP | drush sql-cli' to drop db in d7-sync-site.sh

f4bff92c 08/08/2014 18:25 Julien Enselme

use drush sql-cli to sync databases in d7-sync-site.sh instead of mysql

d05743f7 27/07/2014 19:40 Julien Enselme

The drush command upc drupal is only applied to default (#399)

ce685802 27/07/2014 18:54 Florent Torregrosa

#399 : Rename d7-update-core.sh to d7-all-update-core.sh

2aea68ab 27/07/2014 18:29 Julien Enselme

d7-update-core.sh add -y option to d7-all-drush.sh updb

943cf374 27/07/2014 18:01 Florent Torregrosa

Fix typo in d7-update-core.sh

d22487f5 27/07/2014 17:31 Julien Enselme

Update bin/d7-update-core.sh.

  • No more contrib update.
  • curl uses $drupal_version to get the translations.
3ae9d44b 27/07/2014 16:26 Julien Enselme

Correct bin/d7-update-core.sh (import d7-scripts-config.sh)

ff5d71d0 27/07/2014 16:13 Julien Enselme

Make d7-update-core.sh executable.

800a00f1 27/07/2014 16:12 Julien Enselme

Add script to help the update of drupal core.

ddbedad3 12/07/2014 13:53 Florent Torregrosa

#397 : Do not log captcha wrong response and disable captcha stats.

07feb979 06/07/2014 16:46 Julien Enselme

Switch d7-create-site.sh to drush site-install

705e6803 17/06/2014 21:01 Florent Torregrosa

Better settings for cache. Based on DIY Drupal 7 performance google doc.

b9295610 12/04/2014 10:41 Florent Torregrosa

Remove d7-all-who-is-admin.sh, now useless because #378 solved passing
sqlq command to d7-all-drush.sh

e852c150 11/04/2014 19:37 Julien Enselme

Solves #378

87a19b69 11/04/2014 19:17 Julien Enselme

Temporary fix for #378

aea6b4ce 11/04/2014 17:01 Assos Assos

Revert "Prevent double quotes interpretation for drush command arguments. See #378."

This reverts commit f7b1ec4f8193fa4c9bb59d2136b105f259c788d4.

f7b1ec4f 11/04/2014 16:30 Assos Assos

Prevent double quotes interpretation for drush command arguments. See #378.

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).

806918fc 04/04/2014 18:36 Julien Enselme

Uniformized drush sql-dump (with --result-file and --gzip).

f57004d8 04/04/2014 18:32 Julien Enselme

Sed syntax incorrect.

4169ee78 04/04/2014 18:30 Julien Enselme

We must change all url patterns.

42f1f46f 04/04/2014 18:27 Julien Enselme

Use mysql to sync database instead of drush sql-sync.

999bc9cc 04/04/2014 18:21 Julien Enselme

Correct sed error.

98fad019 04/04/2014 18:18 Julien Enselme

Change source url in database the url of the copy.

2c35046c 29/03/2014 12:00 Julien Enselme

Use df to inform on free disk space.

53fcb5c3 22/03/2014 19:13 Julien Enselme

The PATH was wrong: the bin dir is in /home/assos

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

Maintenant en local dans le jail webassos #374

c5ae85b0 21/03/2014 00:03 Julien Enselme

Add check_arguments and no need to display output of site_exists.

c9d0efbc 20/03/2014 23:54 Julien Enselme

d7-sync-site.sh works.

  • Backup the correct database.
  • We test if the site is new (no database).
  • Tests on strings are done correctly.
  • We add the option --prod to disable maintenance mode.
3d719e63 20/03/2014 23:53 Julien Enselme

Commit site creation before exiting, event if we don't init the database.

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.

5adc00e9 20/03/2014 21:26 Julien Enselme

Check at the top of the script whether the site exists.

ae7db9c1 20/03/2014 21:25 Julien Enselme

Invalid test for string equality

057e4d4b 20/03/2014 21:22 Julien Enselme

Must use function to call function in a test

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

Correct variable name error and function call error.

5ddbdfe4 20/03/2014 21:12 Julien Enselme

Correct path error

a3d7801f 20/03/2014 21:08 Julien Enselme

When creating a new site for sync #375, it is unusefull to init the database.

71d02f8c 20/03/2014 20:59 Julien Enselme

Add script to sync site as described in #375

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

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

89b9051b 17/03/2014 19:29 Florent Torregrosa

#364 : Change scripts for the next sites created.

3bb7f8e0 13/03/2014 17:17 Julien Enselme

We must git add -A to take into account deleted files.

3eef768d 13/03/2014 17:15 Julien Enselme

Update chmod: all scripts are executable.

64ad485a 03/03/2014 16:10 Julien Enselme

More verbrose when waiting for git.

92b0ba80 21/02/2014 12:22 Julien Enselme

Manualy add symlink to git.

cd78d688 15/02/2014 22:46 Florent Torregrosa

#365 : No more need of tmp file.

31466801 15/02/2014 20:14 Florent Torregrosa

#365 : Add newline between modules to improve readability.

7a3ea9a7 15/02/2014 19:53 Florent Torregrosa

#365 : Add script d7-all-usage.sh to have an overview of the usage of
all modules.

e3fe00c6 15/02/2014 18:16 Julien Enselme

Add .gz to sql backup files.

4127f213 15/02/2014 13:28 Julien Enselme

Enable compression on database dump for #223.

333baf85 15/02/2014 12:47 Julien Enselme

Counting method is more robust.

b679f22e 15/02/2014 11:21 Florent Torregrosa

#365 : usage.sh now echo the number of result.

565ac668 15/02/2014 08:16 Florent Torregrosa

#223 : Set variables for performance.

187f8d33 14/02/2014 23:12 Julien Enselme

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

94065d4e 13/02/2014 15:47 Julien Enselme

Take into account 'mv htmltest drupal7'

7a9b0982 01/02/2014 14:53 Florent Torregrosa

Trying to have a better git report.

9e84cfde 31/01/2014 19:14 Julien Enselme

Deletion of Drupal 6

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

d09c725b 25/01/2014 15:44 Julien Enselme

ask_db_password is not needed any more.

6a0d836b 24/01/2014 19:33 Julien Enselme

Wrong variable name in d7-delete-site.sh

64a65178 24/01/2014 19:01 Julien Enselme

Mail git repport is prettier.

059a6f1e 16/01/2014 21:15 Florent Torregrosa

Add piwik id for ftorregrosa

e0225b3a 16/01/2014 12:22 Julien Enselme

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

edcb0bf0 09/01/2014 18:18 Julien Enselme

no need to see git output

0c16dce5 09/01/2014 18:15 Julien Enselme

check_if_work_tree_clean was renamed in work_tree_clean, mail requires an email address

b50cb1c4 08/01/2014 23:49 Julien Enselme

We must execute git add $d7_dir_sites/all because modules can have new files.

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.

c01204bf 14/12/2013 15:17 Julien Enselme

Takes into account remarks from #343 (until comment 7)

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

1994f214 12/12/2013 22:08 Florent Torregrosa

Remove 'drush cc all' after 'drush updb' in d7 update contrib, with
drush v6 it is done with 'drush updb'.

ca35e79b 07/12/2013 19:17 Julien Enselme

Remove help: password is not an argument any more

88c2fb40 03/12/2013 00:09 Julien Enselme

Fix #339

mysqldump now reads .cnf files in order to get the password, user and host

364f9fdd 01/12/2013 16:17 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.

c789b019 25/11/2013 18:41 Julien Enselme

Fix indent

19075841 25/11/2013 14:54 Florent Torregrosa

Put piwik sites in alphabetical order.

3b677135 25/11/2013 14:03 Julien Enselme

Piwik: each site have its piwik id as described in #230

4ca1d792 22/11/2013 19:13 Julien Enselme

adresse e-mail pour les màj: petits changements pour le rendre
effectif et plus flexible.

1fbc61c9 21/11/2013 21:24 Florent Torregrosa

Rename contrib-usage.sh to usage.sh as it can be used with core modules.

57c91050 21/11/2013 17:01 Julien Enselme

script-config.sh: modification de l'adresse à laquelle on envoie
les notifications de màj.

44360c7e 21/11/2013 13:31 Julien Enselme

d7-reset-variables.sh: l'exception default est bien prise en compte

9d20c579 19/11/2013 14:50 Florent Torregrosa

Rename d7-all-reset-piwik-variables.sh in d7-reset-piwik-variables.sh

87504d03 19/11/2013 13:56 Florent Torregrosa

Adding comments on flush-files.sh.

8c5e4549 17/11/2013 11:35 Julien Enselme

Rapport par mail:

Devrait réduire la quantité d'info inutiles (voir #201)

d9dbe09c 15/11/2013 19:20 Julien Enselme

d7-delete-site.sh: devient verbeux

8ca5d720 15/11/2013 19:20 Julien Enselme

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

814eb317 15/11/2013 19:01 Julien Enselme

Dump-all: ask password when launch from command line

10166730 13/11/2013 00:26 Julien Enselme

Piwik site id: all sites now get the proper piwik site id