[Module-build-checkins] Module-Build Changes,1.365,1.366
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-07-21 00:52:54
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31349 Modified Files: Changes Log Message: Refactor META.yml creation a bit Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.365 retrieving revision 1.366 diff -u -d -r1.365 -r1.366 --- Changes 20 Jul 2005 02:39:36 -0000 1.365 +++ Changes 21 Jul 2005 00:52:45 -0000 1.366 @@ -19,6 +19,14 @@ - Fixed a pretty significant typo in the documentation for auto_features. [Spotted by Jonas B. Nielsen] + - In order to aid people who want to do customization of the META.yml + file, we've added a "metafile" property that can then be easily + overridden in subclasses, changed do_create_meta_yml() to + do_create_metafile(), and split out the code that actually + generates the YAML into a new method, write_metafile(). [David + Wheeler] + + 0.27_02 (Beta for 0.28) Fri Jul 15 07:34:58 CDT 2005 - Provided initial support for the --prefix installation parameter, |