[development] Installation profiles: here is what missing
Simon Hobbs
emspace.com.au at gmail.com
Sun Nov 11 10:01:46 UTC 2007
A package script would be great. May I flag something though:
I'm finding a number of cases where I want/need to specify a version
of a module. You can see a example definition file I'm using:
http://cvs.drupal.org/viewvc.py/drupal/contributions/profiles/emspace/emspace_codebase.txt?revision=1.7&view=markup
I'm interested in a group consensus on an ini file, be it by release
name or CVS branches/tags.
FWIW: the way I'm processing the file is:
awk '$1=="m"{
print "echo \">> "$2" ("$3") >> "$4"\""
print "cvs -Q co -r "$3" -d "$2" contributions/modules/"$2
}' ../../../profiles/emspace/emspace_codebase.txt | csh
.s
More information about the development
mailing list