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
Comment #1
robertdouglass commentedYeah, 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.
Comment #2
Pedro Lozano commentedThe problem is that there is a missing ; before $Id
line 1 should be:
Comment #3
akalsey commentedChanging title to better reflect the issue
Comment #4
akalsey commented