I tried to add an entry in my make file for the Glossary module - http://drupal.org/project/glossary.

When running the make file I get the error;

Unable to download glossary from .

It appears to download the release information correctly by fails to download and extract the tar.

Comments

dmitrig01’s picture

Status: Active » Fixed

fixed

Status: Fixed » Closed (fixed)

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

smokris’s picture

Version: 6.x-2.2 » 6.x-2.3
Status: Closed (fixed) » Active

Still broken in drush_make-6.x-2.3.

Makefile:

api = 2
core = 6.x
projects[drupal][version] = 6.22
projects[views_bulk_operations][version] = 1.11

Output from drush_make-6.x-2.3:

Project information for drupal retrieved.                                      [ok]
Project information for views_bulk_operations retrieved.                       [ok]
drupal downloaded from http://ftp.drupal.org/files/projects/drupal-6.22.tar.gz.[ok]
Unable to download views_bulk_operations from .                                [error]
smokris’s picture

Status: Active » Closed (fixed)

Nevermind — the error I reported on comment #3 appears to have been a temporary drupal.org issue (it was giving me the same error on several different machines over the course of a couple hours, but now the same makefile works from those same machines).