Apachesolr_user module drush make patch fix

A recent change in apachesolr_user 7.x-1.x module and
a typo of Drupal Commons make file broke the build of
community portal. This patch provides a fix, so drush make
now properly checks out the revision a86c5aebfceaf4a3fc53544762a36ca1b70809d5
of http://git.drupal.org/project/apachesolr_user.git repository.

Change-Id: I4ec17fb41456d6d0844c5ed5e1845496883fec2e
This commit is contained in:
Marton Kiss 2016-07-07 18:40:21 +02:00
parent a41788cbe3
commit a8a48d8e09
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ projects[apachesolr_user][subdir] = "contrib"
projects[apachesolr_user][download][type] = "git"
projects[apachesolr_user][download][url] = "http://git.drupal.org/project/apachesolr_user.git"
projects[apachesolr_user][download][branch] = "7.x-1.x"
projects[apachesolr_user][download]revision] = "a86c5aebfceaf4a3fc53544762a36ca1b70809d5"
projects[apachesolr_user][download][revision] = "a86c5aebfceaf4a3fc53544762a36ca1b70809d5"
; Check the user object before trying to display a result.
; https://drupal.org/node/2077281#comment-7807937