Closed (fixed)
Project:
Panopoly
Version:
7.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2015 at 14:26 UTC
Updated:
12 Apr 2015 at 11:45 UTC
Jump to comment: Most recent
As described in this issue in the Apps queue, installing Panopoly 1.17 via 'drush si' was failing to download the panopoly_demo module:
#2430915: Drush not installing 'default apps': "Downloading updates failed:Failed to download from "
The patch attached there fixes the problem. Let's get this included in Panopoly!
Comments
Comment #2
dsnopekCommitted!
However, we really need a test for this so we can make sure we don't break it again: #2430925: Test allowing Apps to pull in the panopoly_demo module when running via Drush
Comment #4
pmackay commentedCould I ask, if using Panopoly as a base distro, how could the download of panopoly_demo be disabled in the site install process if its not desired?
Comment #5
dsnopekIn the main Panopoly distribution, there is this bit of code in
panopoly_install_tasks()in panopoly.profile:Simply don't include this in your child distribution! Or instead include a different variation which has the panopoly app server, but doesn't include panopoly_demo as one of the default apps.
Comment #6
pmackay commentedMany thanks @dsnopek!