Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
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: drush-ops/drush#234

Change-Id: Ieb0a818518ab7ef3f68a5c00b462836a5074a395
Related-Bug: #1247925
  • Loading branch information
mkissam committed Nov 4, 2013
1 parent 5e107eb commit 6e46674
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drupal-org-core.make
Expand Up @@ -4,6 +4,8 @@ core = 7.x
; Download Drupal core and apply core patches if needed.
projects[drupal][type] = "core"
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
; the installation to start at the Language selection screen, bypassing a
Expand All @@ -25,4 +27,4 @@ projects[drupal][patch][] = http://drupal.org/files/drupal-7.x-allow_profile_cha

; Allow to specify SCRIPT HTML element attributes through drupal_add_js()
; http://drupal.org/node/1664602#comment-6221066
projects[drupal][patch][] = http://drupal.org/files/1664602-1.patch
projects[drupal][patch][] = http://drupal.org/files/1664602-1.patch

0 comments on commit 6e46674

Please sign in to comment.