Skip to content

Instantly share code, notes, and snippets.

Created Apr 23, 2014
Embed
What would you like to do?
core = 6.x
api = 2
; this makefile fetches the latest release from Drupal.org
; it is maintained through the release.sh script
projects[hostmaster][type] = "core"
; projects[hostmaster][patch][] = "http://drupal.org/files/common.inc_6.28.patch"
; projects[hostmaster][version] = "6.x-2.0"
projects[hostmaster][download][type] = "git"
projects[hostmaster][download][url] = "http://git.drupal.org/project/hostmaster.git"
projects[hostmaster][download][branch] = "7.x-2.x"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment