If you click the View all releases link on the project summary page for a project that has no releases, the text that is presented to the user is:
There are no published releases for this project. Recently added releases will not be published until the packaging scripts have run.

This is true even for projects which don't use cvs and therefore are not affected by the packaging scripts.

The attached patch first checks to see if a project uses cvs, and if so the same message is presented. However, if it doesn't use CVS, then only the first sentence in the message above is presented to the user.

CommentFileSizeAuthor
project_release_no_releases_text_0.txt720 bytesaclight

Comments

aclight’s picture

Status: Active » Needs review
dww’s picture

Committed a simplified patch to HEAD and DRUPAL-4-7--2. I just took out the text about a packaging script entirely -- that's way too specific to d.o, and not even particularly helpful. Thanks for pointing this out.

dww’s picture

Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)