Downloads

Download drush_make-6.x-2.0-beta3.tar.gztar.gz 23.53 KB
MD5: 27639481e394922e4615fb5b229d4c16
SHA-1: a2ab87818b8c79cbc375f23f24197a53f1b8e584
SHA-256: b0b42d89d9084ba8221d2b19807ad7a0ddd30eedfd787a9af13087f5de7b8649
Download drush_make-6.x-2.0-beta3.zipzip 29.13 KB
MD5: ddc765c44d045b15a558bf7b21727d51
SHA-1: 3dc8cff75f6b32f7d608982e8244ca7a3409efea
SHA-256: 81869d84f0e2d97eb751df21541e7cf51f38c009b4269f7d2423cdf042a9cec1

Release notes

Changes since DRUPAL-6--2-0-BETA2:

  • Use file_get_contents to avoid brokenness for systems which don't support simplexml_load_file from a remote source.
  • Better error handling
  • #644812 by adrian and dmitrig01: Recursion should not execute all makefiles found in a project.
  • #639158 by hunmonk: Download translations.
  • Allow for some variation in core compatibility.
  • #638512 by hunmonk: Added drush_make() should leverage drush command API.
  • Don't force core with use of a special option, --no-core
  • Using chdir instead of php cd
  • #627012 by mfer: Add mercurial (hg) support and update bzr support.
  • #634458 by dmitrig01: Couldnt apply a patch to Drupal core .htaccess file.
  • Provide version best for project check in generate.inc.
  • You can now make into the current directory
  • Make 'convert makefile' properly use the drush command API.
  • #633140 by dmitrig01: Fixed --prepare-install should copy settings file.
  • Ensure core project
  • Move converter to drush_make_d_o.
  • #639186 by dmitrig01: Make recursion happen for modules (and themes).
  • #626534 by dmitrig01: ensure proper Drush version
  • #567000 by acrollet with modifications by dmitrig01: drush generate makefile.
  • Renaming --destination to --contrib-destination for clarity's sake.
  • #638046 by hunmonk: Fixed --tar option broken.
  • #634180 by dmitrig01: Worked around odd tar -tf.
  • Cleanup of core attribute validation. build some standard functions to use for loading data from differnt sources, including STDIN, and use with loading in .make files
  • #637354 by alex_b: Add cvs export to README.
  • #627012 by mfer: Clean up .hg and .git files.
  • #585668 - better error handling and added --force-build option. thanks hunmonk
  • Additional validation to all the paths that can be entered into a makefile, ensuring they contain no previous directories (..) and are relative. Also silently remove the install_path which is an internally protected variable and should not be set. thanks hunmonk
  • #645746 by hunmonk: provide a switch for default download url and 'best' versioning method.
  • #639250 by hunmonk: Fixed DrushMakeDownload_CVS can't do local checkouts
  • #644254 by dmitrig01: Add option to write out makefile with specific version info.
Created by: dmitrig01
Created on: 30 Nov 2009 at 07:40 UTC
Last updated: 30 Nov 2009 at 07:45 UTC
New features
Bug fixes

Other releases