Closed (fixed)
Project:
Drupal.org site moderators
Component:
web site
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
23 Feb 2006 at 18:20 UTC
Updated:
22 Jun 2006 at 18:15 UTC
My project "Vote up/down" http://drupal.org/node/48774 was approved two days ago but no downloads are built from cvs.
Anything I can do to fix it or is it a problem on the server side?
Comments
Comment #1
frjo commentedI have compered the settings in "Vote up/down" with my other project that work and can not see anything that is different/wrong.
Comment #2
frjo commentedOn the project page http://drupal.org/project/voteupdown there are no "Releases" section where links to downloads should be displayed.
The downloads seems to be built, see http://drupal.org/files/projects/vote_up_down-cvs.tar.gz, they are just not displayed.
I think this is also the reason the project doesn't show up on http://drupal.org/project/Modules.
Comment #3
frjo commentedThis project has never worked as it should and now it has become unpublished again.
A main problem with a project being unpublished is that you can't follow up on issues any more.
If someone has any idé how to fix it or suggestions how I can fix it, it would be much appreciated.
Comment #4
webchickHm. Weird. I've published it again. Will try and keep an eye on it. Might be a bug in project module?
Comment #5
frjo commentedThanks!
I just tried to tag this project for DRUPAL-4-7 but got the error message below.
Comment #6
dwwsorry, the cvs access stuff is currently broken. i just sent a patch to killes that fixes it, but it's bedtime in germany at the moment. ;) i suspect it'll be fixed first thing tomorrow morning germany-time... unfortunately, he's the only one who can apply the fix for this problem (i don't have shell access to the machines where the CVS repository lives so i can't update the scripts there). thanks for your patience.
Comment #7
dwwthis should now be fixed (killes updated the cvs access scripts). please re-open if you have any more trouble, otherwise, i'll assume this is resolved.
Comment #8
frjo commentedI have now tagged the project for Drupal 4.7 without problems, thanks for promptly fixing this.
Downloads still don't show so I updated the project with download links to the 4.7 version. Now the project is unpublished again, it happend when I submitted the changes.
Comment #9
frjo commentedComment #10
frjo commentedThe project has now been published. Automatically or manually by someone?
Downloads doesn't show but that is a minor problem.
Comment #11
dwwre-published (manually, by me). see also http://drupal.org/node/64875
Comment #12
dwwwhoops, didn't mean to change those... they were stale values from between when i opened the reply and you followed up...
Comment #13
dwwComment #14
dwwi was nearly positive these problems are caused by http://drupal.org/node/67877, which has now been fixed. i submitted an infrastructure issue for cleaning up the last of the problems in the drupal.org DB that were caused by this bug (http://drupal.org/node/67934).
unfortunately, i just had chx query the drupal.org DB to find stale records in the DB, and that wasn't it. :( however, my newfound expertise in this problem led me to discover the problem...
the "Short project name" field ("voteupdown") did not match the name of the directory in cvs where your module lives ("vote_up_down"), which was correct in the "CVS directory" field, at least. there's a cron job that regularly creates release tarballs, and names those based on the directory in cvs, which is why your project node has that blurb about directly downloading http://drupal.org/files/projects/vote_up_down-cvs.tar.gz ... so, the tarballs are named "vote_up_down", but those couldn't be associated with your project, since the "short name" was "voteupdown". i just changed the short name to the right value ("vote_up_down") and now everything is working fine, and the downloads are already listed on your project node. now that it's happy, i removed that text on your project page, too. ;)
glad to be able to resolve this mystery!
-derek
p.s. for the interested reader, check out http://drupal.org/node/67941 -- the project node edit tab should enforce that these two fields match. i'll work on that asap...
Comment #15
frjo commentedThanks!!!
Comment #16
(not verified) commented