View Single Post
  #16 (permalink)  
Old 02-22-2008, 08:22 AM
dijichi2 dijichi2 is offline
OpenSource Builder & Moderator
 
Posts: 1,166
Default

Quote:
I have no intention of leaving this hack in install.sh... In all honesty it takes a really long time to build everything, so I am hacking the crap out of the packages that have already been built which I'm deploying on my test deploy server.
btw, once you've got everything built the first time, you can fix bits here and there in the codebase and rebuild very quickly. you can rebuild seperate packages (if you're using the standard Makefile in ZimbraBuild) with:

make core
make mta
etc

and to rebuild the main tarball:
make zcs_stage
Reply With Quote