I CVSed this module and am getting the following error;
warning: Error parsing sites/drupal5/modules/autopilot/autopilot.info on line 1 in /home/bennybobw/www/drupal5/drupal/includes/module.inc on line 195.
The first line needs a ; in front of it.

Also, mine is showing up like this, it looks like VERSION might be in there twice:

$Id: autopilot.info,v 1.1 2007/08/20 23:38:07 acstewart Exp $
name = AutoPilot Drupal Build Manager
description = Handles the build and release of new code
version = VERSION

version = "5.0"
project = "drupal"

Comments

robertdouglass’s picture

Yeah, the version now gets added by the packaging scripts on Drupal.org and the version = VERSION should be taken out of the .info file altogether.

Pedro Lozano’s picture

The problem is that there is a missing ; before $Id

line 1 should be:

; $Id: autopilot.info,v 1.1 2007/08/20 23:38:07 acstewart Exp $
akalsey’s picture

Title: .info error? » Remove "version" from .info file

Changing title to better reflect the issue

akalsey’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)