From: Mike N. <mh...@us...> - 2003-02-24 22:35:18
|
On Mon, 2003-02-24 at 14:09, Matthew McNaney wrote: > > ok guys, I will post my other script called 'ballz' to the cvs > > repository this evening. It does everything through anonymous exports > > and can build a tarball of any module requested or the entire phpwebsite > > installation, including the pear libs. Let me know what you think :) > > This script is a gift from Olympus. Please test it out and grab today's > CVS. We would like to release a final cut tomorrow if no bugs are > experienced. Matt, I just tested the 'ballz' script with $1=full $2=0.9.0. It worked like a charm. :-) Adam, I see you caught my mistake. I forgot that export prunes empty directories. The correction to my earlier diff for build_phpws.sh is below. # Grab the phpwebsite core and core modules -cvs $REMOTE co phpwebsite +cvs $REMOTE -q ex -r $TAG phpwebsite +mkdir phpwebsite/mod +mkdir phpwebsite/themes for i in $CORE_MODULES; do -- Mike Noyes <mhnoyes @ users.sourceforge.net> http://sourceforge.net/users/mhnoyes/ http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ |