Skip to content

Instantly share code, notes, and snippets.

@adamdicarlo
Created August 31, 2011 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamdicarlo/1184834 to your computer and use it in GitHub Desktop.
Save adamdicarlo/1184834 to your computer and use it in GitHub Desktop.
Drush makefile for D7 view using proximity filter - troubleshooting
; Relevant entries from makefile
; Geocode
projects[geocode][subdir] = "contrib"
projects[geocode][type] = "module"
projects[geocode][download][type] = "git"
projects[geocode][download][url] = "https://github.com/treehouseagency/geocode.git"
projects[geocode][download][revision] = "4f0b58b708f4b0a5ab4a"
; Geofield
projects[geofield][subdir] = "contrib"
projects[geofield][type] = "module"
projects[geofield][download][type] = "git"
projects[geofield][download][revision] = "e3bb41d35bfdc3f3b8b2a7887c10c88d8deca8b5"
; geoPHP library needed by geocode module
libraries[geoPHP][download][type] = "git"
libraries[geoPHP][download][url] = "https://github.com/phayes/geoPHP.git"
libraries[geoPHP][download][tag] = "0.4"
libraries[geoPHP][destination] = "libraries"
libraries[geoPHP][directory_name] = "geoPHP"
; OpenLayers
projects[openlayers][subdir] = "contrib"
projects[openlayers][type] = "module"
projects[openlayers][download][type] = "git"
projects[openlayers][download][revision] = "79f88aaf0bacab11567b987802ed8281220df3e0"
; OpenLayers Proximity
projects[openlayers_proximity][subdir] = "contrib"
projects[openlayers_proximity][type] = "module"
projects[openlayers_proximity][download][type] = "git"
projects[openlayers_proximity][download][url] = "http://github.com/jpstrikesback/proximity.git"
projects[openlayers_proximity][download][revision] = "9a0698830688de01c219"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment