Workaround for drupal.org update realted drush make bug
Drush make fails to download Drupal core 7.23 after site-wide upgrade of drupal.org. The related upstream bug could be found here: https://github.com/drush-ops/drush/issues/234 Change-Id: Ieb0a818518ab7ef3f68a5c00b462836a5074a395 Related-Bug: #1247925
This commit is contained in:
parent
5e107eb1cb
commit
6e46674c6b
@ -4,6 +4,8 @@ core = 7.x
|
|||||||
; Download Drupal core and apply core patches if needed.
|
; Download Drupal core and apply core patches if needed.
|
||||||
projects[drupal][type] = "core"
|
projects[drupal][type] = "core"
|
||||||
projects[drupal][version] = "7.23"
|
projects[drupal][version] = "7.23"
|
||||||
|
projects[drupal][download][type] = get
|
||||||
|
projects[drupal][download][url] = http://ftp.drupal.org/files/projects/drupal-7.23.tar.gz
|
||||||
|
|
||||||
; Hide the profiles under /profiles, so Commons is the only one. This allows
|
; Hide the profiles under /profiles, so Commons is the only one. This allows
|
||||||
; the installation to start at the Language selection screen, bypassing a
|
; the installation to start at the Language selection screen, bypassing a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user