What about a git hook (server or client)? example of pre-commit hook: https://gist.github.com/johnjohndoe/4024222
reference: http://git-scm.com/book/en/Customizing-Git-Git-Hooks --Carlos On Wed, Aug 28, 2013 at 11:47 AM, Ian Clelland <iclell...@google.com> wrote: > Yes, by 4684, I mean 4686 :) > > Thanks > > > > On Wed, Aug 28, 2013 at 11:44 AM, Shazron <shaz...@gmail.com> wrote: > > > CB-4686 actually > > https://issues.apache.org/jira/browse/CB-4686 > > > > > > On Wed, Aug 28, 2013 at 10:19 PM, Ian Clelland <iclell...@chromium.org > > >wrote: > > > > > From the discussion on CB-4684, it looks like the latest CLI (3.0.7) is > > > broken on non-windows environments. > > > > > > The line endings have changed from \n to \r\n, and Bash is confused. > > > > > > The quick fix seems to be to republish from Unix, and declare "Don't > > > publish from a Windows machine". > > > > > > I feel like there should be a better solution, as this must come up all > > the > > > time in other projects, but this bug is two years old and still open: > > > https://github.com/isaacs/npm/issues/2097 > > > > > > Ian > > > > > > -- Carlos Santana <csantan...@gmail.com>