Closed (won't fix)
Project:
Hosting
Version:
6.x-0.4-alpha3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Jul 2011 at 22:26 UTC
Updated:
9 Jul 2013 at 17:38 UTC
I'm about this:
function _hosting_package_types() {
return array(
'profile' => t('Installation Profiles'),
'module' => t('Modules'),
'theme' => t('Themes')
);
} What about 'Libraries', 'Translations' [, 'Tests']?. IMO we need a hook for pluggable package types. Modules could provide additional instructions for platform build and install processes.
Maybe a stupid question: where's 7.x-2.x issue queue? This code is still 6.x.
Comments
Comment #1
steven jones commentedI'm not sure we'll be able to track those other packages, because they don't have .info files, so drush will be unable to work out which version of the library/translation is in the platform.
Could you provide more details about what you'd envisage this doing and possibly some details about how it could work?
Comment #2
tema commentedHmm.. I'd not thought about .info files. So it means that libraries are unmanaged now?
My thoughts are about some custom behavior for that types. It seems that I should digging more.
Comment #3
ergonlogicUntil Drupal starts tracking these, I don't think we'll be able to. Feel free to re-open when that day comes, or someone has a good idea of how to implement this.