While the modules admin has no trouble finding my modules in sites/all/modules/contrib, the Update module just shows

contrib Unknown
Includes: Faq_Ask

I believe I also saw this in 5.6.

Comments

webernet’s picture

Status: Active » Postponed (maintainer needs more info)

Unable to reproduce.

Can you provide more details, including the exact content of the .info file and file locations?

nancydru’s picture

sites/all/modules/contrib/faq_ask

; $Id: faq_ask.info,v 1.2 2008/01/05 03:18:53 nancyw Exp $
name = Faq_Ask
description = "Allows an unanswered question 'queue' for the FAQ module."
dependencies[] = faq
core = 6.x
dww’s picture

Assigned: Unassigned » dww
Status: Postponed (maintainer needs more info) » Fixed

You're deploying from CVS and not using http://drupal.org/project/cvs_deploy. CVS deploy is required if you deploy from CVS and want the update status module to work. I finally got the changes committed to core's update.module that lets cvs_deploy fix this correctly in the latest version of cvs_deploy. See http://drupal.org/node/184664 and http://drupal.org/node/211403 for more.

nancydru’s picture

Thanks, Derek. I'll look at it.

However, I am not actually deploying from CVS; this module was built on my PC and is being used from the same location that gets committed to CVS. I guess the distinction is immaterial?

dww’s picture

@nancyw: Yes, same thing. Either it's a CVS workspace, or you download a tarball from d.o. If it's a tarball, the .info files have everything they need. If it's a CVS workspace, you need cvs_deploy.

nancydru’s picture

Installing it now

nancydru’s picture

Oh, wow! This looks like it might even help keep me from committing on the wrong branches. Fabulous!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.