The latest dev versions cannot be found on the file server, and thus cannot update via either drush or manual download.

Comments

mausolos’s picture

Oh, and this does not appear to be the case for the 1.9 release, nor for any other Drupal module as far as I can tell.

C13L0’s picture

This is frustrating to everyone and I am sure to the maintainer too. It's not just specific to this module, it has happened to many. It appears that a missing LICENSE.txt is the cause. The issue is posted on drupal.org infrastructure. #2101591: Download links broken - cannot download or update via Drush / website

Edit: the issue on drupal.org infrastructure says it is fixed but still unable to download the dev version of superfish

mausolos’s picture

Oh, for Pete's sake. :)

killes@www.drop.org’s picture

There has been a build error with both superfish dev releases.

I am attributing this to the make file that tries do Download the archieve but probably fails as I did just now:

wget https://github.com/mehrpadin/Superfish-for-Drupal/archive/1.x.zip
--2013-10-18 23:53:50-- https://github.com/mehrpadin/Superfish-for-Drupal/archive/1.x.zip
Auflösen des Hostnamen »github.com (github.com)«... 192.30.252.130
Verbindungsaufbau zu github.com (github.com)|192.30.252.130|:443... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 302 Found
Platz: https://codeload.github.com/mehrpadin/Superfish-for-Drupal/zip/1.x[folge]
--2013-10-18 23:53:53-- https://codeload.github.com/mehrpadin/Superfish-for-Drupal/zip/1.x
Auflösen des Hostnamen »codeload.github.com (codeload.github.com)«... 192.30.252.147
Verbindungsaufbau zu codeload.github.com (codeload.github.com)|192.30.252.147|:443... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 500 Internal Server Error
2013-10-18 23:54:07 FEHLER 500: Internal Server Error.

killes@www.drop.org’s picture

Actually, the error is a different one:

| 1103380 | superfish 6.x-1.x-dev | 1103380 | a:1:{i:0;s:267:"ERROR: /usr/bin/git --git-dir=/var/git/repositories/project/superfish.git archive --format=tar --prefix=superfish/ 6.x-1.x | /bin/tar x failed with status 2

/bin/tar: This does not look like a tar archive
/bin/tar: Error exit delayed from previous errors";}             | 
| 1103384 | superfish 7.x-1.x-dev       | 1103384 | a:1:{i:0;s:267:"ERROR: /usr/bin/git --git-dir=/var/git/repositories/project/superfish.git archive --format=tar --prefix=superfish/ 7.x-1.x | /bin/tar x failed with status 2
/bin/tar: This does not look like a tar archive

I guess the releases need to be edited to point to the right place in git.
killes@www.drop.org’s picture

Status: Active » Fixed

This was fixed.

Status: Fixed » Closed (fixed)

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