Skip to content

Instantly share code, notes, and snippets.

@christianchristensen
Created November 8, 2011 14:33
Show Gist options
  • Save christianchristensen/1347871 to your computer and use it in GitHub Desktop.
Save christianchristensen/1347871 to your computer and use it in GitHub Desktop.
core = 6.x
; API version
; ------------
; Every makefile needs to declare its Drush Make API version. This version of
; drush make uses API version `2`.
api = 2
; Core project
; ------------
; In order for your makefile to generate a full Drupal site, you must include
; a core project. This is usually Drupal core, but you can also specify
; alternative core projects like Pressflow. Note that makefiles included with
; install profiles *should not* include a core project.
; Drupal 6.x core:
projects[drupal][version] = 6
; Modules
; --------
projects[devel][subdir] = contrib
projects[devel][version] = 1.26
projects[devel][patch][] = "http://drupal.org/files/1297532-2-devel.gen-placeholder-images.patch"
@christianchristensen
Copy link
Author

Useful trick: drush make --no-core test6b_devel.make output

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment