Skip to content

Instantly share code, notes, and snippets.

@arnested
Created August 20, 2012 09:06
Show Gist options
  • Select an option

  • Save arnested/3402503 to your computer and use it in GitHub Desktop.

Select an option

Save arnested/3402503 to your computer and use it in GitHub Desktop.
Drush make makefiles for SnapEngage sites
; define core version and drush make compatibility
core = 6.x
api = 2
projects[] = drupal
projects[snapengage][type] = module
projects[snapengage][download][type] = git
projects[snapengage][download][branch] = 6.x-1.x
; define core version and drush make compatibility
core = 7.x
api = 2
projects[] = drupal
projects[snapengage][type] = module
projects[snapengage][download][type] = git
projects[snapengage][download][branch] = 7.x-1.x
; define core version and drush make compatibility
core = 8.x
api = 2
projects[] = drupal
projects[snapengage][type] = module
projects[snapengage][download][type] = git
projects[snapengage][download][branch] = 8.x-1.x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment