Closed (fixed)
Project:
Drupal.org infrastructure
Component:
Packaging
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Sep 2009 at 17:18 UTC
Updated:
4 Dec 2009 at 05:00 UTC
We are currently pulling together an install profile for Managing News: http://drupal.org/project/managingnews http://www.managingnews.com
We're planning to package Managing News with a http://drupal.org/project/drush_make based script. This will require us to add a .make file to the profile, which is currently not possible (see cvs commit response below).
I'd like to request to allow .make files in profiles besides .txt and .profile files.
** Access denied: this file is not allowed:
** contributions/profiles/managingnews/managingnews.make
** 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
Comment #1
dave reidWe're also going to need to open this up to .install, etc since install profiles as essentially modules in D7.
Comment #2
dww.make and .install are both allowed now. Updated the error message, too.
Comment #3
alex_b commenteddww: thanks for the quick response.
And the first .make file went up: http://cvs.drupal.org/viewvc.py/drupal/contributions/profiles/managingne...
Comment #4
dwwactually: why does this have to be a separate file? Why not just put this metadata in each profile's .info file?
Comment #5
dwwWell, alex_b never answered, but meanwhile, I've come up with about a dozen reasons why we want the build info in a separate .make file instead of in the .info file. ;) Back to fixed.
Comment #6
alex_b commenteddww: sorry, I've completely missed your question above. My email notifications weren't properly configured.
/me fixing notifications now.
Comment #7
dww@alex_b: no worries. If you wanted to review/test/RTBC #638030: Hide *.make files via .htaccess that'd more than make up for it. ;)
Cheers,
-Derek