Project

General

Profile

Paste
Statistics
| Branch: | Revision:

root / bin @ f92204ef

# Date Author Comment
f92204ef 10/08/2014 11:43 PM Julien Enselme

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

5d7bc31a 10/08/2014 01:08 PM Benjamin Luce

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

5bee87a1 10/01/2014 02:57 PM Julien Enselme

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

c5be690a 10/01/2014 02:35 PM Julien Enselme

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

f4462ddf 09/30/2014 05:41 PM Julien Enselme

Add d7-all-drush-sleep.sh.

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

349952e5 08/28/2014 09:10 PM Julien Enselme

git-report.sh: sends no email.

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

eddb3693 08/22/2014 12:16 PM 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 06:25 PM Julien Enselme

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

d05743f7 07/27/2014 07:40 PM Julien Enselme

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

ce685802 07/27/2014 06:54 PM Florent Torregrosa

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

2aea68ab 07/27/2014 06:29 PM Julien Enselme

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

943cf374 07/27/2014 06:01 PM Florent Torregrosa

Fix typo in d7-update-core.sh

d22487f5 07/27/2014 05:31 PM Julien Enselme

Update bin/d7-update-core.sh.

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

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

ff5d71d0 07/27/2014 04:13 PM Julien Enselme

Make d7-update-core.sh executable.

800a00f1 07/27/2014 04:12 PM Julien Enselme

Add script to help the update of drupal core.

ddbedad3 07/12/2014 01:53 PM Florent Torregrosa

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

07feb979 07/06/2014 04:46 PM Julien Enselme

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

705e6803 06/17/2014 09:01 PM Florent Torregrosa

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

b9295610 04/12/2014 10:41 AM Florent Torregrosa

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

e852c150 04/11/2014 07:37 PM Julien Enselme

Solves #378

87a19b69 04/11/2014 07:17 PM Julien Enselme

Temporary fix for #378

aea6b4ce 04/11/2014 05:01 PM Assos Assos

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

This reverts commit f7b1ec4f8193fa4c9bb59d2136b105f259c788d4.

f7b1ec4f 04/11/2014 04:30 PM Assos Assos

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

1e4af651 04/05/2014 06:57 PM Julien Enselme

Check_arguments must use exit and no return

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

Uniformisation: from cmd to $(cmd).

806918fc 04/04/2014 06:36 PM Julien Enselme

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

f57004d8 04/04/2014 06:32 PM Julien Enselme

Sed syntax incorrect.

4169ee78 04/04/2014 06:30 PM Julien Enselme

We must change all url patterns.

42f1f46f 04/04/2014 06:27 PM Julien Enselme

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

999bc9cc 04/04/2014 06:21 PM Julien Enselme

Correct sed error.

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

Change source url in database the url of the copy.

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

Use df to inform on free disk space.

53fcb5c3 03/22/2014 07:13 PM Julien Enselme

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

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

Maintenant en local dans le jail webassos #374

c5ae85b0 03/21/2014 12:03 AM Julien Enselme

Add check_arguments and no need to display output of site_exists.

c9d0efbc 03/20/2014 11:54 PM 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 03/20/2014 11:53 PM Julien Enselme

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

4ed597de 03/20/2014 11:33 PM Julien Enselme

Correct tests

9987cca4 03/20/2014 09:44 PM Julien Enselme

Correct output of 'boolean' function

e480b7dc 03/20/2014 09:30 PM Julien Enselme

site_extits has an invalid return value.

5adc00e9 03/20/2014 09:26 PM Julien Enselme

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

ae7db9c1 03/20/2014 09:25 PM Julien Enselme

Invalid test for string equality

057e4d4b 03/20/2014 09:22 PM Julien Enselme

Must use function to call function in a test

40dfeef4 03/20/2014 09:19 PM Julien Enselme

Correct variable name error and function call error.

5ddbdfe4 03/20/2014 09:12 PM Julien Enselme

Correct path error

a3d7801f 03/20/2014 09:08 PM Julien Enselme

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

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

Add script to sync site as described in #375

60103d5a 03/20/2014 07:29 PM Julien Enselme

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

89b9051b 03/17/2014 07:29 PM Florent Torregrosa

#364 : Change scripts for the next sites created.

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

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

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.

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

Manualy add symlink to git.

cd78d688 02/15/2014 10:46 PM Florent Torregrosa

#365 : No more need of tmp file.

31466801 02/15/2014 08:14 PM Florent Torregrosa

#365 : Add newline between modules to improve readability.

7a3ea9a7 02/15/2014 07:53 PM Florent Torregrosa

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

e3fe00c6 02/15/2014 06:16 PM Julien Enselme

Add .gz to sql backup files.

4127f213 02/15/2014 01:28 PM Julien Enselme

Enable compression on database dump for #223.

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

Counting method is more robust.

b679f22e 02/15/2014 11:21 AM Florent Torregrosa

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

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

#223 : Set variables for performance.

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

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

94065d4e 02/13/2014 03:47 PM Julien Enselme

Take into account 'mv htmltest drupal7'

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

Trying to have a better git report.

9e84cfde 01/31/2014 07:14 PM Julien Enselme

Deletion of Drupal 6

5fc58a68 01/31/2014 07:14 PM 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 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

64a65178 01/24/2014 07:01 PM Julien Enselme

Mail git repport is prettier.

059a6f1e 01/16/2014 09:15 PM Florent Torregrosa

Add piwik id for ftorregrosa

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

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

edcb0bf0 01/09/2014 06:18 PM Julien Enselme

no need to see git output

0c16dce5 01/09/2014 06:15 PM Julien Enselme

check_if_work_tree_clean was renamed in work_tree_clean, mail requires an email address

b50cb1c4 01/08/2014 11:49 PM Julien Enselme

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

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.

c01204bf 12/14/2013 03:17 PM Julien Enselme

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

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

Script support git as described #343 to implement #191

4377ca71 12/13/2013 09:43 PM Julien Enselme

Fix coding style errors

1994f214 12/12/2013 10:08 PM Florent Torregrosa

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

ca35e79b 12/07/2013 07:17 PM Julien Enselme

Remove help: password is not an argument any more

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

Fix #339

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

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.

c789b019 11/25/2013 06:41 PM Julien Enselme

Fix indent

19075841 11/25/2013 02:54 PM Florent Torregrosa

Put piwik sites in alphabetical order.

3b677135 11/25/2013 02:03 PM Julien Enselme

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

4ca1d792 11/22/2013 07:13 PM Julien Enselme

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

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

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

57c91050 11/21/2013 05:01 PM Julien Enselme

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

44360c7e 11/21/2013 01:31 PM Julien Enselme

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

9d20c579 11/19/2013 02:50 PM Florent Torregrosa

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

87504d03 11/19/2013 01:56 PM Florent Torregrosa

Adding comments on flush-files.sh.

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

Rapport par mail:

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

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

814eb317 11/15/2013 07:01 PM Julien Enselme

Dump-all: ask password when launch from command line

10166730 11/13/2013 12:26 AM Julien Enselme

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

e685b258 11/12/2013 05:37 PM Florent Torregrosa

Remove option --no-core from Contrib-usage.sh

95df3862 11/12/2013 05:33 PM Florent Torregrosa
  • Fix contrib-usage.sh
  • Ignore private files in security review
  • Ignore eclipse's files in git
ebc0d13e 11/10/2013 09:58 PM Julien Enselme

scripts-utils.sh: shopt n'est utile qu'en bash. La commande ne sert à rien en shell et n'existe pas