Closed (fixed)
Project:
DesignKit
Version:
6.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Dec 2010 at 20:27 UTC
Updated:
17 Jan 2011 at 20:40 UTC
With a very standard entry in a makefile (copied directly from OA's, in fact):
projects[designkit][type] = "module"
projects[designkit][subdir] = "contrib"
projects[designkit][version] = "1.0-beta1"
I get the following error:
Checksum verification failed for designkit-6.x-1.0-beta1.tar.gz.tar.gz. Expected 323c5319adb71e571722bf50ad3675ed, received [error]
80e5bce930e7a1445ec9c6668b89ee90.
Note the ".tar.gz.tar.gz". Not sure why that is, but it looks like a packaging error.
Hmm... I note that in the "version" dropdown in filling out this bug report, there are two (2) entries for "beta1". Might that be a contributing factor?
Comments
Comment #1
univate commentedyeah definitely something weird happening here, there are two beta releases:
http://drupal.org/node/659700/release
There's only one release node (same nid), but two different files with different MD5 hashes? Might be something that needs to be handed over to the drupal infra/webmaster queue.
Comment #2
univate commentedas a work around adding --ignore-checksums when running drush make will ignore the checksum
Comment #3
jmiccolis commentedThis should be all straightened out now.