Sunday, December 17, 2006

Mergemaster

Started merging files today, after a fit of the screamming heeby jeebies. Phone ringing off the hook, getting A.F.K.'d every 2 minutes and playing 20 Questions with ma. My brain could sync back to work...

mkProject has become a mondo sized function but is now fairly complete and handles the split between interactive and batch modes it self. The batchJob function will be most of fkBranch_AutoPB.sh.

Rather then line of execution being
Interactive or batch test
    run mkHome, mkProject, mainLoop e.t.c.
    or run batchJob
        fkBuild

It is  now more like this
mkhome
mkproject
    Interactive or batch test
        run batchJob if batch
        run mainLoop if interactive
            fkBuild

Where mainLoop is the interactive root function that all the interactive I/O and configuration methods lay. The batchJob call just starts processing the information from the data. I'm also adding a usage function.

No comments:

Post a Comment