GetValkyrie / valkyrie

Valkyrie is an opinionated local dev stack that makes features/git based Drupal development easy.
http://www.getvalkyrie.com
GNU General Public License v3.0
45 stars 11 forks source link

drush dl valkyrie simplexml warning, release error #64

Closed RealLukeMartin closed 9 years ago

RealLukeMartin commented 9 years ago

➜ ~ drush dl valkyrie simplexml_load_file(): I/O warning : failed to load external entity "" Project.php:72 [warning] Failed to get available update data from [error] https://updates.drupal.org/release-history/valkyrie/7.x Could not download requested project(s). [error]

RealLukeMartin commented 9 years ago

Noticed the change to release.sh just now, probably caused by that staging, let me know if this the root of the issue and I'll close this.

ergonlogic commented 9 years ago

The problem here might well be the version of Drush you are using. Projects with release starting with '0' weren't supported until a fix I added a couple months ago.

RealLukeMartin commented 9 years ago

It actually was an issue with drush 8.0-dev, dursh it seems to work now closing this issue.