Closed (fixed)
Project:
UberDrupal
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2009 at 18:18 UTC
Updated:
27 Dec 2009 at 02:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
dwwComment #2
thill_ commentedThis file contains only the modules that are installed in this profile, I think we should add a few more, but these should get added to the make file at the same time the profile is modified to install and configure the additional modules.
Modules I would like to see added in the near future:
uc_views - needs a release, i put in an issue to that module.
views_bulk_operations - needed for uc_views
views_slideshow - needed for uc_views
uc_coupons
global_redirect
path_auto
xmlsitemap
Comment #3
thill_ commentedHere is what needs to happen:
As a profile maintainer, all you have to check in to CVS is the .make file, and the packaging script will automatically assemble all of the modules and themes it references when creating the downloadable file archive for a given release.
Comment #4
dwwNote: imagecache is really at 2.0-beta10 but due to #649254: version_extra can't just be string sorted it's not being shown yet. But, that'll be fixed pretty soon, so you might as well go ahead and use beta10 in here, too.
Comment #5
thill_ commenteddww,
thanks for the review on that, I can't believe this is really this easy, great work on this system.
Comment #6
thill_ commentedCommitted
Comment #7
rszrama commentedDude. That is really easy. Great job!
Comment #8
dww/me bows ;) Thanks!
Comment #9
dman commentedCool, I tried my own make file for uberdrupal as an exercise in deployment a few weeks ago. It is certainly the perfect test case for this feature.
Good to see it in there now!