Skip to content

Instantly share code, notes, and snippets.

@michalsen
Created February 5, 2015 14:24
Show Gist options
  • Save michalsen/bec051c1e161bb99bb7c to your computer and use it in GitHub Desktop.
Save michalsen/bec051c1e161bb99bb7c to your computer and use it in GitHub Desktop.
SN Install Build
; SNDEV Profile Makefile
core = "7.x"
api = "2"
projects[drupal][version] = "7.x"
; Grab out installation profile from github (change branch to whatever branch you need, or comment out if you want master)
projects[sndev_install][type] = "profile"
projects[sndev_install][download][type] = "git"
projects[sndev_install][download][branch] = "master"
projects[sndev_install][download][url] = "git@bitbucket.org:straightnorth/sndev-install.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment