[Module-build-checkins] Module-Build Changes,1.374,1.375
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-09-20 02:11:35
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26158 Modified Files: Changes Log Message: Add a dir_contains() method Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.374 retrieving revision 1.375 diff -u -d -r1.374 -r1.375 --- Changes 20 Sep 2005 00:54:32 -0000 1.374 +++ Changes 20 Sep 2005 02:11:27 -0000 1.375 @@ -12,6 +12,8 @@ issue a warning if it seems to be outside the build directory. [Spotted by Peter Tandler] + - Added a dir_contains() method. + - If the user passes a no_index parameter to our constructor, we now pass that through when building the META.yml file. [Richard Soderberg, RT #9603] |