Skip to content

Instantly share code, notes, and snippets.

@mattcuro
Created November 26, 2012 23:19
Show Gist options
  • Save mattcuro/4151308 to your computer and use it in GitHub Desktop.
Save mattcuro/4151308 to your computer and use it in GitHub Desktop.
Development stub makefile for unimel_psych
core = 7.x
api = 2
; Drupal core
projects[drupal][type] = "core"
projects[drupal][version] = "7.14"
projects[drupal][patch][] = http://drupal.org/files/Drupal-node-grants-saved-too-late-1146244-38.patch
; Install profile
projects[unimel_psych][type] = "profile"
projects[unimel_psych][download][type] = "git"
projects[unimel_psych][download][url] = "git@git.moatdev.com:unimel_psych.git"
projects[unimel_psych][download][revision] = "5739624e312a1722355d91dd79e0e4b05bc7c8d3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment