Skip to content

Instantly share code, notes, and snippets.

@christianchristensen
Created April 5, 2012 04:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christianchristensen/2308060 to your computer and use it in GitHub Desktop.
Save christianchristensen/2308060 to your computer and use it in GitHub Desktop.
api = 2
core = 7.x
projects[drupal][type] = core
projects[drupal][version] = "7.12"
; Make system directories configurable to allow tests in profiles/[name]/modules to be run.
; http://drupal.org/node/911354
projects[drupal][patch][911354] = http://drupal.org/files/issues/911354.43.patch
; Missing drupal_alter() for text formats and filters
; http://drupal.org/node/903730
projects[drupal][patch][903730] = http://drupal.org/files/issues/drupal.filter-alter.92.patch
; Use vocabulary machine name for permissions
; http://drupal.org/node/995156
projects[drupal][patch][995156] = http://drupal.org/files/issues/995156-5_portable_taxonomy_permissions.patch
; --------------------------------
; Build Kit 7.x-2.x HEAD
includes[] = http://drupalcode.org/project/buildkit.git/blob_plain/refs/heads/7.x-2.x:/drupal-org.make
;--------------------
; Build Kit overrides
;--------------------
projects[tao][subdir] = contrib
projects[rubik][subdir] = contrib
;--------------------
; Additional Contrib
;--------------------
projects[markdown][subdir] = contrib
projects[markdown][version] = 1.0
; Creates invalid HTML with preformatted blocks.
; http://drupal.org/node/684554
projects[markdown][patch][684554] = http://drupal.org/files/issues/markdown-684554.patch
;--------------------
; Libraries
;--------------------
libraries[spyc][download][type] = svn
libraries[spyc][download][url] = http://spyc.googlecode.com/svn/trunk
libraries[spyc][download][revision] = 111
libraries[spyc][destination] = libraries
; OAuth
projects[connector][subdir] = contrib
projects[oauth][subdir] = contrib
; projects[oauth_common][subdir] = contrib
; projects[oauth2_common][subdir] = contrib
projects[http_client][subdir] = contrib
; projects[http_client_oauth][subdir] = contrib
projects[oauthconnector][subdir] = contrib
projects[services][subdir] = contrib
@christianchristensen
Copy link
Author

@MrMaksimize for sure, thanks for the update! I should have made this more clear: this is only a makefile to download drupal and some modules (that are targeted for an OAuth enabled services D7 site). There is no config here; I will attempt to promote this to a profile and add config, but a lot of the setup is custom to a specific OAuth implementation (I intended this to be generic jump start...). (back-linking...) There are some other references noted here: https://gist.github.com/1595718

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