Hi, I tried to get a media dev up quickly using Quickstart (a virtualbox lamp+drupal ) So I downloaded the makefile for the 2.x branch from http://is.gd/Hq6rRh
Unfortunately this fails:
drush qc --domain=media.local --makefile=build-media_dev.make
Everything is going smoothly until:
Downloading code to /home/quickstart/websites/media.local (takes a minute, check network activity) ... [ok]
Include file missing: drupal-org-core.make [error]
No core project specified. [error]
Other .make files work fine with the command above. It seems drush is unable to download the drupal-org-core.make file.
So then I tried to get the 2.0 branch files from the project files. Unfortunately those links lead to 404 errors (1.0 branch links DO work btw) Might be related to this error? Labelling as a bug because of the missing files.
Any hints/ tips /clues ?
Comments
Comment #1
brunodboThis is likely due to MediaElement not being on d.o.'s whitelist (https://drupal.org/project/drupalorg_whitelist), causing the d.o. release script to fail.
There's an issue for the library to be added to the whitelist (#1404378: Add MediaElement). I removed (commented out) MediaElement from the make file until that's resolved. Postponing this until that's done.
Comment #2
firfin commentedAnd the download links seem to be working again too. I just downloaded the profile and used it successfully to create a media dev environment using quickstart-create. Thanks a lot for the workaround.
The profile will work fine without MediaElement if the site doesn't use Audio or Video media types I assume? At least I haven't run into any problems so far.
I also did post a comment in the whitelist issue btw.
Comment #3
brunodboMediaElement is now white listed (which I assume resolves this issue), so marking this as fixed.