must be defined before we create the dummy sql file. Otherwise, the individual db dumps failed.
Add sleep 5 to d7-all-drush.sh end remove d7-all-drush-sleep.sh #379
d7-all-drush-sleep.sh only execute cron with a pause of a given time.
Make d7-all-drush-sleep.sh executable.
Add d7-all-drush-sleep.sh.
Same as d7-all-drush.sh with a pause of 60s between the sites.
git-report.sh: sends no email.
The forge sends the email containing the modification. This report is unuseful.
Use 'drush @ sql-drop' instead of 'drush @ sql-dump | grep DROP | drush sql-cli' to drop db in d7-sync-site.sh
use drush sql-cli to sync databases in d7-sync-site.sh instead of mysql
The drush command upc drupal is only applied to default (#399)
#399 : Rename d7-update-core.sh to d7-all-update-core.sh
d7-update-core.sh add -y option to d7-all-drush.sh updb
Fix typo in d7-update-core.sh
Update bin/d7-update-core.sh.
Correct bin/d7-update-core.sh (import d7-scripts-config.sh)
Make d7-update-core.sh executable.
Add script to help the update of drupal core.
#397 : Do not log captcha wrong response and disable captcha stats.
Switch d7-create-site.sh to drush site-install
Better settings for cache. Based on DIY Drupal 7 performance google doc.
Remove d7-all-who-is-admin.sh, now useless because #378 solved passing sqlq command to d7-all-drush.sh
Solves #378
Temporary fix for #378
Revert "Prevent double quotes interpretation for drush command arguments. See #378."
This reverts commit f7b1ec4f8193fa4c9bb59d2136b105f259c788d4.
Prevent double quotes interpretation for drush command arguments. See #378.
Check_arguments must use exit and no return
Uniformisation: from cmd to $(cmd).
cmd
Uniformized drush sql-dump (with --result-file and --gzip).
Sed syntax incorrect.
We must change all url patterns.
Use mysql to sync database instead of drush sql-sync.
Correct sed error.
Change source url in database the url of the copy.
Use df to inform on free disk space.
The PATH was wrong: the bin dir is in /home/assos
Maintenant en local dans le jail webassos #374
Add check_arguments and no need to display output of site_exists.
d7-sync-site.sh works.
Commit site creation before exiting, event if we don't init the database.
Correct tests
Correct output of 'boolean' function
site_extits has an invalid return value.
site_extits
Check at the top of the script whether the site exists.
Invalid test for string equality
Must use function to call function in a test
function
Correct variable name error and function call error.
Correct path error
When creating a new site for sync #375, it is unusefull to init the database.
Add script to sync site as described in #375
Add a site_exists funcion to know whether a site exists or not.
#364 : Change scripts for the next sites created.
We must git add -A to take into account deleted files.
Update chmod: all scripts are executable.
More verbrose when waiting for git.
Manualy add symlink to git.
#365 : No more need of tmp file.
#365 : Add newline between modules to improve readability.
#365 : Add script d7-all-usage.sh to have an overview of the usage of all modules.
Add .gz to sql backup files.
Enable compression on database dump for #223.
Counting method is more robust.
#365 : usage.sh now echo the number of result.
#223 : Set variables for performance.
Add verbosity for git in d7-delete-site.sh
Take into account 'mv htmltest drupal7'
Trying to have a better git report.
Deletion of Drupal 6
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
ask_db_password is not needed any more.
Wrong variable name in d7-delete-site.sh
Mail git repport is prettier.
Add piwik id for ftorregrosa
Use myassos.cnf and myweb.cnf instead of asking for password
no need to see git output
check_if_work_tree_clean was renamed in work_tree_clean, mail requires an email address
We must execute git add $d7_dir_sites/all because modules can have new files.
git add $d7_dir_sites/all
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.
Takes into account remarks from #343 (until comment 7)
Script support git as described #343 to implement #191
Fix coding style errors
Remove 'drush cc all' after 'drush updb' in d7 update contrib, with drush v6 it is done with 'drush updb'.
Remove help: password is not an argument any more
Fix #339
mysqldump now reads .cnf files in order to get the password, user and host
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.
Fix indent
Put piwik sites in alphabetical order.
Piwik: each site have its piwik id as described in #230
adresse e-mail pour les màj: petits changements pour le rendre effectif et plus flexible.
Rename contrib-usage.sh to usage.sh as it can be used with core modules.
script-config.sh: modification de l'adresse à laquelle on envoie les notifications de màj.
d7-reset-variables.sh: l'exception default est bien prise en compte
Rename d7-all-reset-piwik-variables.sh in d7-reset-piwik-variables.sh
Adding comments on flush-files.sh.
Rapport par mail:
Devrait réduire la quantité d'info inutiles (voir #201)
d7-delete-site.sh: devient verbeux
d7-delete-site.sh: simplification de la suppression de la ligne du sites.php
Dump-all: ask password when launch from command line
Piwik site id: all sites now get the proper piwik site id
Remove option --no-core from Contrib-usage.sh
scripts-utils.sh: shopt n'est utile qu'en bash. La commande ne sert à rien en shell et n'existe pas