Hello,

Module for 5.0 don't apears on the module list.

See this forum:

http://drupal.org/node/112130

Best regards.

Comments

nicholasthompson’s picture

let me have a look at what gets downloaded - maybe the .info file isn't being included correctly?

nicholasthompson’s picture

Status: Active » Closed (duplicate)

Oh I hate it that I cant use CVS right!! For some reason the .info wasn't included when I commited the 5.0 version.

Therefore, this is a duplicate of http://drupal.org/node/99190

I'll recommit now with the .info - but it'll take a while for that commit to appear in the release on the site. For now, please use the info file in http://drupal.org/node/99190 - comment 11.

nicholasthompson’s picture

Status: Closed (duplicate) » Fixed

I've committed the .info patch - it will (eventually) be included in the download file once the CVS updates get rolled out. Assuming I did the CVS bit correctly...
http://drupal.org/cvs?commit=53130

drawk’s picture

You have a dev branch (snapshot release) for the 4.7.x branch only, not for the 5.x branch. So your .info file got committed to CVS, but there is no way for anyone to download it short of grabbing it from the CVS repository itself.

I think you'll need to do one of the following:

- add a development snapshot release for the 5.x branch. You can do this by clicking on "Add New Release" from the project page, and selecting 5.x-dev. Then the update system will create and release the tarball for you.

OR

- roll your changes into a new official release. Probably: "cvs tag DRUPAL-5--1-1" which will replace your 1.0 release with a 1.1 release that includes the .info file

Anonymous’s picture

Status: Fixed » Closed (fixed)