Closed (works as designed)
Project:
Drush Make
Version:
6.x-2.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jun 2011 at 18:54 UTC
Updated:
29 Jun 2011 at 21:07 UTC
The (apparently standard) way of downloading a theme from a feature server appears to be broken, and returns this error:
Undefined property: DrushMakeProject_Theme::$download drush_make.project.inc:25
Also, this is only visible using --debug, as it comes out as a notice. The folder is created, but ends up empty.
This is based on the current Open Atrium makefile at lines 183-4 of http://drupalcode.org/project/openatrium.git/blob/HEAD:/openatrium.make:
projects[ginkgo][location] = "http://featureserver.phase2technology.com/fserver"
projects[ginkgo][version] = "1.0-alpha10"
Note that the tarball exists, as this works:
projects[ginkgo][download][type] = "file"
projects[ginkgo][download][url] = "http://featureserver.phase2technology.com/sites/default/files/fserver/ginkgo-6.x-1.0-alpha10.tgz"
Any ideas?
Comments
Comment #1
ergonlogicNevermind... It seems that a stray
projects[ginkgo][type] = "theme"was the culprit.Comment #2
ergonlogic