On 12/2/05, Michael Chiem <[EMAIL PROTECTED]> wrote: > Hi, > I want to short circuit the build/package/deploy process so that developers > can get a quick on-demand build/deploy to an integration box, possibly not > wanting to wait for reporting and/or unit tests. However, the full build and > the short build should be all executable from the same server/environment. > What's the best way to do this, I guess without too much customization (i.e. > creating new package). > Thanks, > Mike >
you could create a specific profile that skips the reporting and test phases. what we do is the reverse, we have a separate profile for generating site documentation so the developers can quickly view the apt documentation in the main project without waiting for clover and pmd executions to finish. ciao! -- "Programming, an artform that fights back" Anuerin G. Diaz Registered Linux User #246176 Friendly Linux Board @ http://mandrivausers.org/index.php http://capsule.ramfree17.org , when you absolutely have nothing else better to do --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
