there is no download:
Not Found
The requested URL /files/projects/commons-7.x-3.x-dev-core.tar.gz was not found on this server.
there is no download:
Not Found
The requested URL /files/projects/commons-7.x-3.x-dev-core.tar.gz was not found on this server.
Comments
Comment #1
blacklabel_tom commentedI can confirm that I can't download any of the dev versions of commons from the project page (no-core, etc)
Comment #2
ezra-g commented#1916894: Release fails to package, unable to read packaging whitelist.
Comment #3
drummI deployed the fix for #1916598: Whitelist download failed - replace file_get_contents with something that sends a User-Agent and repackaged commons. I think it is working.
Comment #4
blacklabel_tom commentedIts not working for me this morning, I'm assuming the overnight build has re-broken it?
Comment #5
matt v. commentedWhen trying to do a fresh build last night and this morning, I've been seeing an error when running drush make that appears to be caused by the patch from #1915364: Remove unnecessary Features lines from message_subscribe_info file.
If I try to manually apply the
1915364-message-subcsribe-remove-features-info-2.patchfile against a git checkout usinggit apply, it applies just fine. However, if I instead try to apply the patch using thepatchcommand that drush make is using above, I get the same two failed hunks as above.It's not yet clear to me why patch is failing but git apply works.
Comment #6
matt v. commentedUsing the patch command, I'm able to successfully apply the
1915364-message-subcsribe-remove-features-info-2.patchfile if I switch to using the-p1option. It appears that the problem might be the-p0option that drush make is using.I noticed at the top of the Making a Drupal patch with Git page that the old -p0 format was phased out in 2011, so it's surprising that drush make uses it. I did a quick search in the Drush issue queue and didn't immediately find anything related to this, but the issue queue doesn't allow searching for "-p0" or "p0", so I'm not 100% sure if an issue already exists.
For what it's worth, I'm using the latest drush version 5.8.
Comment #7
drummComment #8
ezra-g commentedMatt V. - Thanks for looking into this. The issue here is that the -dev version of Message_Subscribe comes with added linesin the info file that cause the patch to fail, since it also applies to the info file. I updated the commons-build-dev.make file to accomodate this but left drupal.org.make without the corresponding change.
Let's see if the patch is committed today. If not, I'll update drupal-org.make to switch to message_subscribe from git.
Comment #9
matt v. commentedJust a heads up, the development release download links are still returning a 404 error.
I just closed #1919568: Dev release is not available- 404 errors as a duplicate issue.
Comment #10
jpontani commentedPer http://drupal.org/node/1915364#comment-7075816, this has been committed to dev on the module itself.
Committed the fix to Commons by removing the patch from the makefile.
http://drupalcode.org/project/commons.git/commitdiff/7275918
Comment #11
jlea9378 commentedI'm still unable to download Commons.
Comment #12
Anonymous (not verified) commentedMe too ! What is going here ?! May be the development has been stopped finally?!
Comment #13
ezra-g commentedLooks like the development snapshot tarball is back. Thanks, jpontani!