Drupal HEAD now reads the meta-data for the install profile from a .info file.

Contrib unfortunately doesn't allow .info files to be committed into the profiles directory.

** Access denied: this file is not allowed:
** contributions/profiles/hostmaster/hostmaster.info
** The only files allowed in contributions/profiles are .txt and .profile
** Packaged files (.gz, .tar, .tgz, and .zip) are not allowed anywhere.
** License files (LICENSE.txt) are not allowed, since everything committed
** to the Drupal CVS repository must be licensed under the GPL.
** You should never commit .svn/* or .bzr/* files to the CVS repository.
cvs commit: Pre-commit check failed
cvs [commit aborted]: correct above errors first!

Comments

adrian’s picture

associated Drupal HEAD ticket

http://drupal.org/node/509392

gábor hojtsy’s picture

Not sure where are these config files at the moment. I've CVS upped CVSROOT in CVS, but that does not seem to have any of these files anymore and the SVN repos on infrastructure.drupal.org do not have these config files either. Hm.

dww’s picture

Assigned: Unassigned » dww
Status: Active » Fixed

Hi folks. Just catching up after a hellish month of being mostly MIA...

@infra team: the "xcvs" scripts for cvs.d.o live at cvs.d.o/cvs/xcvs. Configuration lives in the "config" subdir. Currently, all the configuration still lives in the private CVS repository, not SVN, since once it's in SVN it's effectively public (and the config includes some sensitive stuff we can't have public).

@adrian: way to go getting .info files in profiles. ;)

@all: committed a change to the regexp. .info files should now be allowed in contributions/profiles/*.

Enjoy,
-Derek

Status: Fixed » Closed (fixed)

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

Component: CVS » Other