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

frjo’s picture

Category: support » bug

I have compered the settings in "Vote up/down" with my other project that work and can not see anything that is different/wrong.

frjo’s picture

Title: Project "Vote up/down", no downloads are built from cvs » Project "Vote up/down", downloads are built from cvs but doesn't show

On 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.

frjo’s picture

Title: Project "Vote up/down", downloads are built from cvs but doesn't show » Project "Vote up/down", have been unpublished (again) and downloads doesn't show
Priority: Normal » Critical

This 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.

webchick’s picture

Hm. Weird. I've published it again. Will try and keep an eye on it. Might be a bug in project module?

frjo’s picture

Title: Project "Vote up/down", have been unpublished (again) and downloads doesn't show » Project "Vote up/down" can't be tagged for Drupal 4.7 "ERROR: no published drupal.org project..."

Thanks!

I just tried to tag this project for DRUPAL-4-7 but got the error message below.

** ERROR: no published drupal.org project was found for this directory:
** contributions/modules/vote_up_down
** Please contact a CVS administrator for help, see http://drupal.org/contact/.
** If you just created the project you will need to wait about 8 hours till the
** first released tarball was automatically created. This will publish your project.
** You can branch your project afterwards.
dww’s picture

Assigned: Unassigned » dww
Status: Active » Reviewed & tested by the community

sorry, 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.

dww’s picture

Status: Reviewed & tested by the community » Fixed

this 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.

frjo’s picture

Title: Project "Vote up/down" can't be tagged for Drupal 4.7 "ERROR: no published drupal.org project..." » Project "Vote up/down", have been unpublished (again) and downloads doesn't show

I 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.

frjo’s picture

Status: Fixed » Active
frjo’s picture

Title: Project "Vote up/down", have been unpublished (again) and downloads doesn't show » Project "Vote up/down", downloads are built from cvs but doesn't show
Priority: Critical » Normal

The project has now been published. Automatically or manually by someone?

Downloads doesn't show but that is a minor problem.

dww’s picture

Title: Project "Vote up/down", downloads are built from cvs but doesn't show » Project "Vote up/down", have been unpublished (again) and downloads doesn't show
Priority: Normal » Critical
Status: Active » Fixed

re-published (manually, by me). see also http://drupal.org/node/64875

dww’s picture

Title: Project "Vote up/down", have been unpublished (again) and downloads doesn't show » Project "Vote up/down", downloads are built from cvs but doesn't show
Priority: Critical » Normal

whoops, didn't mean to change those... they were stale values from between when i opened the reply and you followed up...

dww’s picture

Status: Fixed » Active
dww’s picture

Status: Active » Fixed

i 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...

frjo’s picture

Thanks!!!

Anonymous’s picture

Status: Fixed » Closed (fixed)