-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #2698027 by helmo: Minor release to update core?
- Loading branch information
Showing
2 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,10 @@ | ||
core = 7.x | ||
api = 2 | ||
|
||
; this makefile fetches the latest release from Drupal.org | ||
; it is maintained through the release.sh script | ||
projects[hostmaster][type] = "core" | ||
; This makefile fetches the latest release of Drupal from Drupal.org. | ||
projects[drupal][type] = "core" | ||
|
||
; The release.sh script updates the version of hostmaster. | ||
projects[hostmaster][version] = "7.x-3.0-dev" | ||
projects[hostmaster][type] = "profile" | ||
projects[hostmaster][variant] = "projects" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters