Hi, I am having issue including the sarnia module in my site build via a drush make. When the site is built from my make file it then runs the sarnia.make and installs views, ctools, and entity a second time (as it is already part of a distro included in my make). Causing major issues.

Could we rather remove the sarnia.make or possibly rename it to sarnia.make.example?

This is a similar issue as seen in services: https://www.drupal.org/node/1355952 see comment 56 in particular.

CommentFileSizeAuthor
#1 remove-sarnia.make-2466293-1.patch1.04 KBnatew
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

natew’s picture

Attached is a patch that removes the .make file.

dcam’s picture

Status: Active » Needs review

Yeah, the .make file is way out of date. It downloads old an dependency that isn't needed anymore, specifically the SolrPhpClient. The one patch it applies for search_api is for an optional feature. The one patch for search_api_solr has been committed.

jmdeleon’s picture

Status: Needs review » Reviewed & tested by the community

Tested this patch.

dcam’s picture

Status: Reviewed & tested by the community » Fixed

This was committed to 7.x-1.x-dev.

Commit: http://drupalcode.org/project/sarnia.git/commit/49471b3

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.